|
10 | 10 | - LPCOMP module ([#195]).
|
11 | 11 | - TWIS module ([#196]).
|
12 | 12 | - PWM module ([#200]).
|
13 |
| -- I2S module ([#201]). |
14 |
| -- SPIS module ([#226]). |
| 13 | +- I2S module ([#201] [#209] [#225] [#237]). |
| 14 | +- SPIS module ([#226] [#236]). |
15 | 15 | - Add support for the nRF52811 ([#227]).
|
| 16 | +- Add PPI channel group tasks ([#212]). |
| 17 | +- Add PPI endpoints for timers ([#239]). |
| 18 | + |
| 19 | +### Enhancements |
| 20 | + |
| 21 | +- Improve SAADC docs ([#218]). |
| 22 | +- Update Embed.toml of all examples to new defaults ([#229]). |
| 23 | +- Make `ConfigurablePpi` and subtrait of `Ppi` ([#244]). |
16 | 24 |
|
17 | 25 | ### Fixes
|
18 | 26 |
|
19 | 27 | - Refuse to build nRF52+ HALs for thumbv6m targets ([#203]).
|
20 | 28 | - Refuse to build `nrf52810-hal` for hard-float targets, and `nrf51-hal` for thumbv7+ targets
|
21 | 29 | ([#206]).
|
22 |
| -- GPIOTE Port 1 and 0 differentiation for nRF52833 and nRF52840 ([#217]) |
| 30 | +- Set the correct Port in GPIOTE ([#217] [#248]). |
23 | 31 | - Correct TWIM port initialization for P1 pins ([#221]).
|
| 32 | +- Fix race condition in RTC event handling ([#243]). |
24 | 33 |
|
25 | 34 | ### Breaking Changes
|
26 | 35 |
|
27 |
| -- Remove `Spi::read` ([#190]). |
| 36 | +- Remove `Spi::read` in favor of `transfer_split_uneven` ([#190]). |
28 | 37 | - Seal the `timer::Instance` trait ([#214]).
|
29 |
| -- Make GPIOs start in a `Disconnected` state instead of `Input<Floating>` ([#220]). |
| 38 | +- Make GPIOs start in a `Disconnected` state instead of `Input<Floating>` ([#220] [#245]). |
| 39 | +- 🦭 all `Instance` traits ([#255]). |
| 40 | +- Various TWIM fixes and improvements - removes automatic transfer splitting ([#242]). |
| 41 | +- Remove typestate from RTC to make it easier to use ([#252]). |
| 42 | + |
| 43 | +### Internal Improvements |
| 44 | + |
| 45 | +- Utilize [`cargo-xtask`] to simplify CI and the release process ([#207] [#210]). |
| 46 | +- Add `conf()` utility function to reduce code duplication in GPIO ([#250]). |
30 | 47 |
|
31 | 48 | [#185]: https://github.com/nrf-rs/nrf-hal/pull/185
|
32 | 49 | [#188]: https://github.com/nrf-rs/nrf-hal/pull/188
|
|
36 | 53 | [#200]: https://github.com/nrf-rs/nrf-hal/pull/200
|
37 | 54 | [#201]: https://github.com/nrf-rs/nrf-hal/pull/201
|
38 | 55 | [#203]: https://github.com/nrf-rs/nrf-hal/pull/203
|
| 56 | +[#209]: https://github.com/nrf-rs/nrf-hal/pull/209 |
39 | 57 | [#190]: https://github.com/nrf-rs/nrf-hal/pull/190
|
40 | 58 | [#206]: https://github.com/nrf-rs/nrf-hal/pull/206
|
| 59 | +[#207]: https://github.com/nrf-rs/nrf-hal/pull/207 |
| 60 | +[#210]: https://github.com/nrf-rs/nrf-hal/pull/210 |
| 61 | +[#212]: https://github.com/nrf-rs/nrf-hal/pull/212 |
41 | 62 | [#217]: https://github.com/nrf-rs/nrf-hal/pull/217
|
42 | 63 | [#214]: https://github.com/nrf-rs/nrf-hal/pull/214
|
| 64 | +[#218]: https://github.com/nrf-rs/nrf-hal/pull/218 |
43 | 65 | [#220]: https://github.com/nrf-rs/nrf-hal/pull/220
|
44 | 66 | [#221]: https://github.com/nrf-rs/nrf-hal/pull/221
|
| 67 | +[#225]: https://github.com/nrf-rs/nrf-hal/pull/225 |
| 68 | +[#226]: https://github.com/nrf-rs/nrf-hal/pull/226 |
| 69 | +[#227]: https://github.com/nrf-rs/nrf-hal/pull/227 |
| 70 | +[#229]: https://github.com/nrf-rs/nrf-hal/pull/229 |
| 71 | +[#236]: https://github.com/nrf-rs/nrf-hal/pull/236 |
| 72 | +[#237]: https://github.com/nrf-rs/nrf-hal/pull/237 |
| 73 | +[#239]: https://github.com/nrf-rs/nrf-hal/pull/239 |
| 74 | +[#242]: https://github.com/nrf-rs/nrf-hal/pull/242 |
| 75 | +[#243]: https://github.com/nrf-rs/nrf-hal/pull/243 |
| 76 | +[#244]: https://github.com/nrf-rs/nrf-hal/pull/244 |
| 77 | +[#245]: https://github.com/nrf-rs/nrf-hal/pull/245 |
| 78 | +[#248]: https://github.com/nrf-rs/nrf-hal/pull/248 |
| 79 | +[#250]: https://github.com/nrf-rs/nrf-hal/pull/250 |
| 80 | +[#252]: https://github.com/nrf-rs/nrf-hal/pull/252 |
| 81 | +[#255]: https://github.com/nrf-rs/nrf-hal/pull/255 |
| 82 | +[`cargo-xtask`]: https://github.com/matklad/cargo-xtask |
45 | 83 |
|
46 | 84 | ## [0.11.1]
|
47 | 85 |
|
|
0 commit comments