|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
5 | | -(no changes) |
| 5 | +### New Features |
| 6 | + |
| 7 | +- Enable PWM for the nRF9160 and nRF52832 ([#311] [#318]). |
| 8 | + |
| 9 | +### Enhancements |
| 10 | + |
| 11 | +- Add a testsuite for the HAL ([#291]). |
| 12 | +- Document that `ieee802154::Radio::recv_timeout` writes the received data to `packet` ([#307]). |
| 13 | +- Update nRF9160 HAL with latest memory map ([#321]). |
| 14 | +- Add a simple UART example ([#317]). |
| 15 | +- Add readme documentation for demos ([#246]). |
| 16 | +- Link `README.md` into all sub-crates so they show up on crates.io ([#322]). |
| 17 | +- Enhance the RTC example with an interrupt ([#324]). |
| 18 | + |
| 19 | +### Fixes |
| 20 | + |
| 21 | +- Fix spelling errors and RTIC name ([#308]). |
| 22 | +- `ieee802154`: mark `start_recv` as unsafe ([#312]). |
| 23 | +- Fix PWM EasyDMA max length ([#313]). |
| 24 | +- Fix EasyDMA max size ([#315]). |
| 25 | +- Work around erratum when enabling UARTE on nRF9160 ([#319]). |
| 26 | + |
| 27 | +[#246]: https://github.com/nrf-rs/nrf-hal/pull/246 |
| 28 | +[#291]: https://github.com/nrf-rs/nrf-hal/pull/291 |
| 29 | +[#307]: https://github.com/nrf-rs/nrf-hal/pull/307 |
| 30 | +[#308]: https://github.com/nrf-rs/nrf-hal/pull/308 |
| 31 | +[#311]: https://github.com/nrf-rs/nrf-hal/pull/311 |
| 32 | +[#312]: https://github.com/nrf-rs/nrf-hal/pull/312 |
| 33 | +[#313]: https://github.com/nrf-rs/nrf-hal/pull/313 |
| 34 | +[#315]: https://github.com/nrf-rs/nrf-hal/pull/315 |
| 35 | +[#317]: https://github.com/nrf-rs/nrf-hal/pull/317 |
| 36 | +[#318]: https://github.com/nrf-rs/nrf-hal/pull/318 |
| 37 | +[#319]: https://github.com/nrf-rs/nrf-hal/pull/319 |
| 38 | +[#321]: https://github.com/nrf-rs/nrf-hal/pull/321 |
| 39 | +[#322]: https://github.com/nrf-rs/nrf-hal/pull/322 |
| 40 | +[#324]: https://github.com/nrf-rs/nrf-hal/pull/324 |
6 | 41 |
|
7 | 42 | ## [0.12.1] |
8 | 43 |
|
|
0 commit comments