diff options
| author | Jakob <[email protected]> | 2025-11-15 13:47:07 +0100 |
|---|---|---|
| committer | Jakob <[email protected]> | 2025-11-15 13:47:07 +0100 |
| commit | 67af86d664cd84122824d0a039ce366f2dcdae03 (patch) | |
| tree | 600ff6a16229c4a0848cda0d626388ba840f1fcd | |
| parent | 23d74db1d6113914f2c4b80f0992bfeed235a89d (diff) | |
Add changelog entry
| -rw-r--r-- | embassy-stm32/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md index 9153e15b9..b0287f73a 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 | - fix: Avoid generating timer update events when updating the frequency, add ARR as return value ([#4890](https://github.com/embassy-rs/embassy/pull/4890)) | ||
| 10 | - fix: flash erase on dual-bank STM32Gxxx | 11 | - fix: flash erase on dual-bank STM32Gxxx |
| 11 | - feat: Add support for STM32N657X0 | 12 | - feat: Add support for STM32N657X0 |
| 12 | - feat: timer: Add 32-bit timer support to SimplePwm waveform_up method following waveform pattern ([#4717](https://github.com/embassy-rs/embassy/pull/4717)) | 13 | - feat: timer: Add 32-bit timer support to SimplePwm waveform_up method following waveform pattern ([#4717](https://github.com/embassy-rs/embassy/pull/4717)) |
