docs: update nrf changelog

This commit is contained in:
Ulf Lilleengen 2025-07-14 12:20:38 +02:00
parent 0c366c21fc
commit 5a8956209f

View File

@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## Unreleased - ReleaseDate
- changed: nrf52833: configure internal LDO
- changed: nrf5340: add more options to clock config
- bugfix: clean the SAADC's register while dropping
- changed: Remove Peripheral trait, rename PeripheralRef->Peri.
- changed: take pins before interrupts in buffered uart init
- changed: nrf5340: add wdt support
- changed: remove nrf radio BLE
- changed: add Blocking/Async Mode param.
- bugfix: fix PWM loop count
- bugfix: fixing the nrf54l drive configuration bug
- changed: add temp driver for nrf5340
- changed: add support for rand 0.9
## 0.3.1 - 2025-01-09
- bugfix: nrf twim return errors in async\_wait instead of waiting indefinitely