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