aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-11-04 13:14:10 +0100
committerUlf Lilleengen <[email protected]>2025-11-04 13:14:13 +0100
commita863db9fbae05d154e78d5d19db4dde786285d13 (patch)
treeb248d8583c42223f3758f367d53e2e28ae68f5d0
parent4e4da7854f8e162f3a8ffa0dae5595a1baf78952 (diff)
docs: update changelog
-rw-r--r--embassy-nrf/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-nrf/CHANGELOG.md b/embassy-nrf/CHANGELOG.md
index a0668c495..72ecb116a 100644
--- a/embassy-nrf/CHANGELOG.md
+++ b/embassy-nrf/CHANGELOG.md
@@ -18,7 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18- changed: support setting duty cycles with inverted polarity in `SimplePwm` 18- changed: support setting duty cycles with inverted polarity in `SimplePwm`
19- added: support setting the duty cycles of all channels at once in `SimplePwm` 19- added: support setting the duty cycles of all channels at once in `SimplePwm`
20- changed: updated to nrf-pac with nrf52/nrf53/nrf91 register layout more similar to nrf54 20- changed: updated to nrf-pac with nrf52/nrf53/nrf91 register layout more similar to nrf54
21- added: support for nrf54l peripherals: uart, gpiote, twim, twis, spim, spis, dppi, pwm, saadc 21- added: support for nrf54l peripherals: uart, gpiote, twim, twis, spim, spis, dppi, pwm, saadc, cracen
22- added: support for changing nrf54l clock speed
22- bugfix: Do not write to UICR from non-secure code on nrf53 23- bugfix: Do not write to UICR from non-secure code on nrf53
23- bugfix: Add delay to uart init anomaly fix 24- bugfix: Add delay to uart init anomaly fix
24- changed: `BufferedUarte::read_ready` now uses the same definition for 'empty' so following read calls will not block when true is returned 25- changed: `BufferedUarte::read_ready` now uses the same definition for 'empty' so following read calls will not block when true is returned