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