Skip to content

Commit b8474a4

Browse files
Add a changelog for 0.10 -> 0.11
1 parent 99d0c4a commit b8474a4

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

0 commit comments

Comments
 (0)