aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-03 18:52:07 -0600
committerxoviat <[email protected]>2025-11-03 18:52:07 -0600
commita93d4886f19620e7a417e86a2d22d405026712d5 (patch)
tree2451296dcad1a724df158d684b8a70c74156e9f4
parent81adf1d8e4ef9382e4329ca2ace36057c9d0ea73 (diff)
stm32: update changelog
-rw-r--r--embassy-stm32/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index a9ab78e31..1ff2818ec 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38- fix: usart: fix race condition in ringbuffered usart 38- fix: usart: fix race condition in ringbuffered usart
39- feat: stm32/fdcan: add ability to control automatic recovery from bus off ([#4821](https://github.com/embassy-rs/embassy/pull/4821)) 39- feat: stm32/fdcan: add ability to control automatic recovery from bus off ([#4821](https://github.com/embassy-rs/embassy/pull/4821))
40- low-power: update rtc api to allow reconfig 40- low-power: update rtc api to allow reconfig
41- adc: consolidate ringbuffer
41 42
42## 0.4.0 - 2025-08-26 43## 0.4.0 - 2025-08-26
43 44