From a07efe8bb5a4128eac836acadb4a26385e629648 Mon Sep 17 00:00:00 2001 From: everdrone Date: Sat, 8 Nov 2025 20:45:30 +0100 Subject: Update changelog --- embassy-stm32/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md index df1d909b7..838b41515 100644 --- a/embassy-stm32/CHANGELOG.md +++ b/embassy-stm32/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased - ReleaseDate +- feat: Add support for 13-bit address and 16-bit data SDRAM chips - feat: stm32/hrtim add new_chx_with_config to provide pin configuration - fix flash erase on L4 & L5 - fix: Fixed STM32H5 builds requiring time feature @@ -49,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.4.0 - 2025-08-26 -- feat: stm32/sai: make NODIV independent of MCKDIV +- feat: stm32/sai: make NODIV independent of MCKDIV - fix: stm32/sai: fix WB MCKDIV - fix: stm32/i2c: pull-down was enabled instead of pull-none when no internal pull-up was needed. - feat: Improve blocking hash speed @@ -58,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - chore: Updated stm32-metapac and stm32-data dependencies - feat: stm32/adc/v3: allow DMA reads to loop through enable channels - fix: Fix XSPI not disabling alternate bytes when they were previously enabled -- feat: stm32/adc/v3: added support for Continuous DMA configuration +- feat: stm32/adc/v3: added support for Continuous DMA configuration - fix: Fix stm32h7rs init when using external flash via XSPI - feat: Add Adc::new_with_clock() to configure analog clock - feat: Add GPDMA linked-list + ringbuffer support ([#3923](https://github.com/embassy-rs/embassy/pull/3923)) -- cgit