From a93d4886f19620e7a417e86a2d22d405026712d5 Mon Sep 17 00:00:00 2001 From: xoviat Date: Mon, 3 Nov 2025 18:52:07 -0600 Subject: stm32: update changelog --- embassy-stm32/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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 - fix: usart: fix race condition in ringbuffered usart - feat: stm32/fdcan: add ability to control automatic recovery from bus off ([#4821](https://github.com/embassy-rs/embassy/pull/4821)) - low-power: update rtc api to allow reconfig +- adc: consolidate ringbuffer ## 0.4.0 - 2025-08-26 -- cgit