aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorRogan Morrow <[email protected]>2025-08-29 16:08:50 +1000
committerRogan Morrow <[email protected]>2025-08-29 16:08:50 +1000
commit13fc222ef45e16980aca221044ae41d106065ce1 (patch)
tree6e7b77c89fe0a3e5c667be126909cfc56dbd76c9 /embassy-stm32/CHANGELOG.md
parent73717f9ae8ea1f13f029c4c2722610a7e54436cb (diff)
set XSPI clock source to HSI and reset after clock init; dont reset SYSCFG
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 dd82613d9..bf451da79 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15- chore: Updated stm32-metapac and stm32-data dependencies 15- chore: Updated stm32-metapac and stm32-data dependencies
16- feat: stm32/adc/v3: allow DMA reads to loop through enable channels 16- feat: stm32/adc/v3: allow DMA reads to loop through enable channels
17- fix: Fix XSPI not disabling alternate bytes when they were previously enabled 17- fix: Fix XSPI not disabling alternate bytes when they were previously enabled
18- fix: Fix stm32h7rs init when using external flash via XSPI
18 19
19## 0.3.0 - 2025-08-12 20## 0.3.0 - 2025-08-12
20 21