Skip to content

Commit

Permalink
Add to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed May 23, 2024
1 parent c08102e commit 8708f6b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

## Unreleased

- add support for nRF52805
### New features

- Added support for nRF52805 ([#422]).
- Added implementation of RTIC `Monotonic` for RTC and TIMER, behind new `monotonic` feature ([#427]).

[#422]: https://github.com/nrf-rs/nrf-hal/pull/422
[#427]: https://github.com/nrf-rs/nrf-hal/pull/427

## [0.17.1]

### New features

- Implemented `embedded-hal` 1.0 `I2c` trait for `Twi` and `Twim` [#440].
- Implemented `embedded-hal` 1.0 `I2c` trait for `Twi` and `Twim` ([#440]).

[#440]: https://github.com/nrf-rs/nrf-hal/pull/440

Expand Down

0 comments on commit 8708f6b

Please sign in to comment.