aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-15 14:53:06 -0600
committerxoviat <[email protected]>2025-11-15 14:53:06 -0600
commitbbec014a270706a1ea92ca8160eb55d9fd1599b7 (patch)
tree0ee155ac4727d8c6397e08470954d2693d2488e3 /embassy-stm32/CHANGELOG.md
parent11d753c8715b03ea4fbcad939a0537c54b45704f (diff)
parent37ee00ec3e423d81c5a5dbeb3481c94c1311e079 (diff)
Merge branch 'timer_update_management' of github.com:WattStep/embassy into time
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 da0d14e4f..df832d15f 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## Unreleased - ReleaseDate 8## Unreleased - ReleaseDate
9 9
10- feat: Add waveform methods to ComplementaryPwm 10- 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))
11- chore: cleanup low-power add time 12- chore: cleanup low-power add time
12- fix: Allow setting SAI peripheral `frame_length` to `256` 13- fix: Allow setting SAI peripheral `frame_length` to `256`
13- fix: flash erase on dual-bank STM32Gxxx 14- fix: flash erase on dual-bank STM32Gxxx