|
4 | 4 |
|
5 | 5 | (no changes) |
6 | 6 |
|
| 7 | +## [0.12.1] |
| 8 | + |
| 9 | +### New Features |
| 10 | + |
| 11 | +- nRF9160: Add support for TWIM1-3 ([#273]). |
| 12 | +- nRF9160: Add support for WDT ([#283]). |
| 13 | +- PPI: Add `clear_fork_task_endpoint` ([#282]). |
| 14 | +- Refactor Pin Selection, add `Pin::from_psel_bits` and `Pin::psel_bits` ([#285]). |
| 15 | +- SAADC: Support internal `vddhdiv5` channel ([#297]). |
| 16 | +- Add an IEEE 802.15.4 radio API ([#143] [#299]). |
| 17 | + |
| 18 | +### Enhancements |
| 19 | + |
| 20 | +- Explain what "sealing" a trait means ([#271]). |
| 21 | +- Update `cfg-if` to 1.0 ([#286]). |
| 22 | + |
| 23 | +### Fixes |
| 24 | + |
| 25 | +- Fix TWIM pin selection for nRF52833 ([#274]). |
| 26 | +- Return correct error code in UARTE `start_read` ([#280]). |
| 27 | +- Fix en-/disabling GPIOTE interrupts for channels ([#278]). |
| 28 | +- UARTE: Check rx buf against `EASY_DMA_SIZE` ([#284]). |
| 29 | +- SAADC: Clear `events_calibratedone` before calibration ([#298]). |
| 30 | + |
| 31 | +[#143]: https://github.com/nrf-rs/nrf-hal/pull/143 |
| 32 | +[#271]: https://github.com/nrf-rs/nrf-hal/pull/271 |
| 33 | +[#273]: https://github.com/nrf-rs/nrf-hal/pull/273 |
| 34 | +[#274]: https://github.com/nrf-rs/nrf-hal/pull/274 |
| 35 | +[#278]: https://github.com/nrf-rs/nrf-hal/pull/278 |
| 36 | +[#280]: https://github.com/nrf-rs/nrf-hal/pull/280 |
| 37 | +[#282]: https://github.com/nrf-rs/nrf-hal/pull/282 |
| 38 | +[#283]: https://github.com/nrf-rs/nrf-hal/pull/283 |
| 39 | +[#284]: https://github.com/nrf-rs/nrf-hal/pull/284 |
| 40 | +[#285]: https://github.com/nrf-rs/nrf-hal/pull/285 |
| 41 | +[#286]: https://github.com/nrf-rs/nrf-hal/pull/286 |
| 42 | +[#297]: https://github.com/nrf-rs/nrf-hal/pull/297 |
| 43 | +[#298]: https://github.com/nrf-rs/nrf-hal/pull/298 |
| 44 | +[#299]: https://github.com/nrf-rs/nrf-hal/pull/299 |
| 45 | + |
7 | 46 | ## [0.12.0] |
8 | 47 |
|
9 | 48 | ### New Features |
|
155 | 194 | [0.11.0]: https://github.com/nrf-rs/nrf-hal/releases/tag/v0.11.0 |
156 | 195 | [0.11.1]: https://github.com/nrf-rs/nrf-hal/releases/tag/v0.11.1 |
157 | 196 | [0.12.0]: https://github.com/nrf-rs/nrf-hal/releases/tag/v0.12.0 |
| 197 | +[0.12.1]: https://github.com/nrf-rs/nrf-hal/releases/tag/v0.12.1 |
0 commit comments