aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorGabriel Smith <[email protected]>2025-06-13 12:59:56 +0000
committerGabriel Smith <[email protected]>2025-08-22 14:56:19 -0400
commit5a1be543ac8838963a6597dda2ddf3918397e39b (patch)
tree2a5affe05d84f1e57d0e1fb8292131639bbfc116 /embassy-stm32/CHANGELOG.md
parentd65a5078f26f860881b2f4a0db84e0d8f3160624 (diff)
stm32/adc/v3: allow DMA reads to loop through enabled channels
Tested on an STM32H533RE. Documentation of other chips has been reviewed, but not extensively.
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 301c20055..da8bce0e2 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13- fix: Fix vrefbuf building with log feature 13- fix: Fix vrefbuf building with log feature
14- fix: Fix performing a hash after performing a hmac 14- fix: Fix performing a hash after performing a hmac
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 17
17## 0.3.0 - 2025-08-12 18## 0.3.0 - 2025-08-12
18 19