We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf3e5d commit 1f9dd29Copy full SHA for 1f9dd29
CHANGELOG.md
@@ -2,11 +2,20 @@
2
3
## Unreleased
4
5
-### Changed
+### New Features
6
+
7
+- Implement `MultiwriteNorFlash` for nRF52 boards that support it ([#373]).
8
+- Enable GPIOTE module for nRF9160 ([#376]).
9
10
+### Enhancements
11
12
- Unified how pins are are returned in `free` calls ([#372]).
13
+- Improvements to the NVMC driver ([#374]).
14
15
[#372]: https://github.com/nrf-rs/nrf-hal/pull/372
16
+[#373]: https://github.com/nrf-rs/nrf-hal/pull/373
17
+[#374]: https://github.com/nrf-rs/nrf-hal/pull/374
18
+[#376]: https://github.com/nrf-rs/nrf-hal/pull/376
19
20
## [0.14.1]
21
0 commit comments