aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-11-26 14:41:11 +0100
committerUlf Lilleengen <[email protected]>2025-11-26 14:41:11 +0100
commitcb293d866ed26d2b6c8018450ece26d84089e137 (patch)
treee13b7de0a0b5718686d4f9d665cdfcdb4b801618
parent9842b8b8927ff3de0bde2bf78a49b3d52bd20e5a (diff)
chore: update changelog
-rw-r--r--embassy-nrf/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/CHANGELOG.md b/embassy-nrf/CHANGELOG.md
index cfb040ef5..5657ddcfb 100644
--- a/embassy-nrf/CHANGELOG.md
+++ b/embassy-nrf/CHANGELOG.md
@@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- added: Add basic RTC support for nRF54L
12- changed: apply trimming values from FICR.TRIMCNF on nrf53/54l 11- changed: apply trimming values from FICR.TRIMCNF on nrf53/54l
13- changed: do not panic on BufferedUarte overrun 12- changed: do not panic on BufferedUarte overrun
14- added: allow direct access to the input pin of `gpiote::InputChannel` 13- added: allow direct access to the input pin of `gpiote::InputChannel`
@@ -29,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29- bugfix: use correct flash size for nRF54l 28- bugfix: use correct flash size for nRF54l
30- changed: add workaround for anomaly 66 on nrf52 29- changed: add workaround for anomaly 66 on nrf52
31- added: expose PPI events available on SPIS peripheral 30- added: expose PPI events available on SPIS peripheral
31- added: add basic GRTC time driver support for nRF54L
32 32
33## 0.8.0 - 2025-09-30 33## 0.8.0 - 2025-09-30
34 34