We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08102e commit 8708f6bCopy full SHA for 8708f6b
1 file changed
CHANGELOG.md
@@ -2,13 +2,19 @@
2
3
## Unreleased
4
5
-- add support for nRF52805
+### New features
6
+
7
+- Added support for nRF52805 ([#422]).
8
+- Added implementation of RTIC `Monotonic` for RTC and TIMER, behind new `monotonic` feature ([#427]).
9
10
+[#422]: https://github.com/nrf-rs/nrf-hal/pull/422
11
+[#427]: https://github.com/nrf-rs/nrf-hal/pull/427
12
13
## [0.17.1]
14
15
### New features
16
-- Implemented `embedded-hal` 1.0 `I2c` trait for `Twi` and `Twim` [#440].
17
+- Implemented `embedded-hal` 1.0 `I2c` trait for `Twi` and `Twim` ([#440]).
18
19
[#440]: https://github.com/nrf-rs/nrf-hal/pull/440
20
0 commit comments