aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-16 07:50:49 -0600
committerxoviat <[email protected]>2025-11-16 07:50:49 -0600
commit29d4ade2866e6c8d2114b393853354ded1e61db7 (patch)
tree13d38bc6cce8f71ceccbde7877ffe66a8643e30d /embassy-stm32/CHANGELOG.md
parenta51533c0b4edd551a1b9587b9272026b0b256d54 (diff)
low_power: misc cleanups and allow main macro
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 df832d15f..8e3e802a4 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 embassy_executor::main for low power
10- feat: Add waveform methods to ComplementaryPwm 11- feat: Add waveform methods to ComplementaryPwm
11- fix: Avoid generating timer update events when updating the frequency ([#4890](https://github.com/embassy-rs/embassy/pull/4890)) 12- fix: Avoid generating timer update events when updating the frequency ([#4890](https://github.com/embassy-rs/embassy/pull/4890))
12- chore: cleanup low-power add time 13- chore: cleanup low-power add time