aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/CHANGELOG.md
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-25 10:14:55 -0600
committerxoviat <[email protected]>2025-11-25 10:14:55 -0600
commit2e70c376c884a64fc931406350fecb6c0314dcf0 (patch)
treea8469b7356bff1ca74bf46827d7d8024c0085625 /embassy-stm32/CHANGELOG.md
parent1f9c436afe6b0bcb306803d916e28df9e910479c (diff)
timer: add writable ring buffer
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 949ea03b5..d3e5ba48d 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: Add continuous waveform method to SimplePWM
10- change: remove waveform timer method 11- change: remove waveform timer method
11- change: low power: store stop mode for dma channels 12- change: low power: store stop mode for dma channels
12- fix: Fixed ADC4 enable() for WBA 13- fix: Fixed ADC4 enable() for WBA