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 b977292 commit 2d2874fCopy full SHA for 2d2874f
CHANGELOG.md
@@ -2,8 +2,21 @@
2
3
## Unreleased
4
5
-- Fixed the nvmc erase procedure on nRF91 & nRF53 ([#387])
6
-- Added support for the nrf5340-net-core.
+### New Features
+
7
+- Support the nRF5340 Net Core ([#386]).
8
+- Add internal VDD channels for the nRF51 ADC ([#382]).
9
+- Implement `MultiWriteNorFlash` for the nRF9160 ([#383]).
10
11
+### Fixes
12
13
+- Fixed the nvmc erase procedure on nRF91 & nRF53 ([#387]).
14
+- Fixed TWIM overruns being reported as `DataNack` errors ([#386]).
15
16
+[#382]: https://github.com/nrf-rs/nrf-hal/pull/382
17
+[#383]: https://github.com/nrf-rs/nrf-hal/pull/383
18
+[#386]: https://github.com/nrf-rs/nrf-hal/pull/386
19
+[#387]: https://github.com/nrf-rs/nrf-hal/pull/387
20
21
## [0.15.0]
22
0 commit comments