aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authortomaz-suller <[email protected]>2025-08-26 11:21:34 +0200
committertomaz-suller <[email protected]>2025-08-26 11:21:34 +0200
commitf2bc5b7c8e68e4f6893de9943db0c160c6e160d1 (patch)
tree441275f20bc62f7dd90e6fd5993bb1ef6ee6bf2b /embassy-stm32/CHANGELOG.md
parent621c394f25bfde56ffb2ba450782a02ae5febe68 (diff)
Update changelog
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..36fabdbf4 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- feat: stm32/sai: make NODIV independent of 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