File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## Unreleased
4+
5+ ### New Features
6+
7+ - Added support for Nordic nRF52833 ([ #148 ] ).
8+ - Added a driver for the AES-ECB peripheral ([ #145 ] ).
9+ - Added a driver for the AES-CCM peripheral ([ #154 ] ).
10+ - Add PPI support and example ([ #162 ] ).
11+ - Add methods for task clear and trigger overflow to the RTC ([ #168 ] ).
12+ - Add a driver for the GPIOTE peripheral ([ #167 ] ).
13+
14+ ### Fixes
15+
16+ - Fix incorrect logic in ` transfer_split_uneven ` ([ #159 ] ).
17+ - Twim: Implicitly copy buffer into RAM if needed when using embedded hal traits ([ #165 ] ).
18+ - Fix Twim hangs on address NACK ([ #166 ] ).
19+
20+ ### Breaking Changes
21+
22+ - Made GPIO pin fields private and reduced their memory footprint ([ #155 ] ).
23+ - Stop reexporting the PAC under ` target ` ([ #172 ] ).
24+
25+ [ #148 ] : https://github.com/nrf-rs/nrf-hal/pull/148
26+ [ #145 ] : https://github.com/nrf-rs/nrf-hal/pull/145
27+ [ #154 ] : https://github.com/nrf-rs/nrf-hal/pull/154
28+ [ #155 ] : https://github.com/nrf-rs/nrf-hal/pull/155
29+ [ #159 ] : https://github.com/nrf-rs/nrf-hal/pull/159
30+ [ #162 ] : https://github.com/nrf-rs/nrf-hal/pull/162
31+ [ #165 ] : https://github.com/nrf-rs/nrf-hal/pull/165
32+ [ #166 ] : https://github.com/nrf-rs/nrf-hal/pull/166
33+ [ #168 ] : https://github.com/nrf-rs/nrf-hal/pull/168
34+ [ #167 ] : https://github.com/nrf-rs/nrf-hal/pull/167
35+ [ #172 ] : https://github.com/nrf-rs/nrf-hal/pull/172
You can’t perform that action at this time.
0 commit comments