aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-08-29 11:09:05 +0000
committerGitHub <[email protected]>2025-08-29 11:09:05 +0000
commitdf10e8a6bc407544d29c234ed00bdec3e9caf837 (patch)
treefa6cd3c51b583598adfda5659aa1b20ce16aa551 /embassy-stm32/CHANGELOG.md
parentd3c84ee1d34329e61464c9acbedab74e9076ac0d (diff)
parent5fb4bbfc3e954bca5eba334dbd9224469d8984b4 (diff)
Merge pull request #4602 from meowcakes/fix-stm32h7rs-boot
Fix stm32h7rs init when using external flash via XSPI
Diffstat (limited to 'embassy-stm32/CHANGELOG.md')
-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 d8706ee39..c8ae7a357 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19- chore: Updated stm32-metapac and stm32-data dependencies 19- chore: Updated stm32-metapac and stm32-data dependencies
20- feat: stm32/adc/v3: allow DMA reads to loop through enable channels 20- feat: stm32/adc/v3: allow DMA reads to loop through enable channels
21- fix: Fix XSPI not disabling alternate bytes when they were previously enabled 21- fix: Fix XSPI not disabling alternate bytes when they were previously enabled
22- fix: Fix stm32h7rs init when using external flash via XSPI
22 23
23## 0.3.0 - 2025-08-12 24## 0.3.0 - 2025-08-12
24 25