aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-20 14:27:56 -0600
committerGitHub <[email protected]>2025-11-20 14:27:56 -0600
commita6c896e8bc0144a910d0dc18c5ce6d5972fdb3c1 (patch)
tree80367f52d11824a2f4d9759be1c52e5f047c40c1 /embassy-stm32/CHANGELOG.md
parent3abc2e592f66c16ada6c475e48cde282b79d3c1f (diff)
parent2031ff95b8a5b5a156b720d1aa643de0c89db04c (diff)
Merge branch 'main' into adc
Diffstat (limited to 'embassy-stm32/CHANGELOG.md')
-rw-r--r--embassy-stm32/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index c547fa443..f4d9dcf09 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8## Unreleased - ReleaseDate 8## Unreleased - ReleaseDate
9 9
10- feat: allow use of anyadcchannel for adc4 10- feat: allow use of anyadcchannel for adc4
11- fix: fix incorrect logic for buffered usart transmission complete.
12- feat: add poll_for methods to exti
13- feat: implement stop for stm32wb.
11- change: rework hsem and add HIL test for some chips. 14- change: rework hsem and add HIL test for some chips.
12- change: stm32/eth: ethernet no longer has a hard dependency on station management, and station management can be used independently ([#4871](https://github.com/embassy-rs/embassy/pull/4871)) 15- change: stm32/eth: ethernet no longer has a hard dependency on station management, and station management can be used independently ([#4871](https://github.com/embassy-rs/embassy/pull/4871))
13- feat: allow embassy_executor::main for low power 16- feat: allow embassy_executor::main for low power
@@ -69,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
69- feat: add flash support for c0 family ([#4874](https://github.com/embassy-rs/embassy/pull/4874)) 72- feat: add flash support for c0 family ([#4874](https://github.com/embassy-rs/embassy/pull/4874))
70- fix: fixing channel numbers on vbat and vddcore for adc on adc 73- fix: fixing channel numbers on vbat and vddcore for adc on adc
71- adc: adding disable to vbat 74- adc: adding disable to vbat
75- feat: stm32/flash: add async support for h7 family
72 76
73## 0.4.0 - 2025-08-26 77## 0.4.0 - 2025-08-26
74 78