aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorWillaWillNot <[email protected]>2025-11-21 16:38:34 -0500
committerWillaWillNot <[email protected]>2025-11-21 16:39:10 -0500
commita5f7764eb4f01a0668cbd3b534cde486b97f5ba4 (patch)
tree1dde242388f703630d4a2ecc34c95df459ccf2c1 /embassy-stm32/CHANGELOG.md
parent623623a25f213f76de932eaf4458c3120823d205 (diff)
parent96a026c73bad2ebb8dfc78e88c9690611bf2cb97 (diff)
Synchronize with main branch
Diffstat (limited to 'embassy-stm32/CHANGELOG.md')
-rw-r--r--embassy-stm32/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index 7311ea683..6e6a07037 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## Unreleased - ReleaseDate 8## Unreleased - ReleaseDate
9 9
10- fix: Fixed ADC4 enable() for WBA
11- feat: allow use of anyadcchannel for adc4
12- fix: fix incorrect logic for buffered usart transmission complete.
10- feat: add poll_for methods to exti 13- feat: add poll_for methods to exti
11- feat: implement stop for stm32wb. 14- feat: implement stop for stm32wb.
12- change: rework hsem and add HIL test for some chips. 15- change: rework hsem and add HIL test for some chips.