aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomaz-suller <[email protected]>2025-08-26 11:22:57 +0200
committertomaz-suller <[email protected]>2025-08-26 11:22:57 +0200
commit541de3f4b41dc92a87afc758a525886fc2342fc0 (patch)
tree6c07a70899ce827263ae3a650f4567fc5db2a6de
parent5e6669349c580e7c10d46fa0e4e0c62cd0fee124 (diff)
Update changelog
-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..1e9e59231 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- fix: stm32/sai: fix WB MCKDIV
11- fix: stm32/i2c: pull-down was enabled instead of pull-none when no internal pull-up was needed. 12- fix: stm32/i2c: pull-down was enabled instead of pull-none when no internal pull-up was needed.
12- feat: Improve blocking hash speed 13- feat: Improve blocking hash speed
13- fix: Fix vrefbuf building with log feature 14- fix: Fix vrefbuf building with log feature