aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-20 14:27:31 -0600
committerxoviat <[email protected]>2025-11-20 14:27:31 -0600
commit3abc2e592f66c16ada6c475e48cde282b79d3c1f (patch)
tree6e38ce8f1866957e071296f5d10a61d23c6cf765 /embassy-stm32/CHANGELOG.md
parenta68b5d5d29514dcaf0a6ed08207d3a1f1fa9b464 (diff)
adc: allow usage of anyadcchannel for adc4
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 597cbb192..c547fa443 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -7,6 +7,7 @@ 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- feat: allow use of anyadcchannel for adc4
10- change: rework hsem and add HIL test for some chips. 11- change: rework hsem and add HIL test for some chips.
11- 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)) 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))
12- feat: allow embassy_executor::main for low power 13- feat: allow embassy_executor::main for low power