aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorAlbin Hedman <[email protected]>2025-12-03 18:21:54 +0100
committerAlbin Hedman <[email protected]>2025-12-03 18:23:24 +0100
commit40d00d1208c1d0ea2c9a29ea30412b0491fd0543 (patch)
treebc0f8df0fa9b5d48c5803e7ed5f3cfc9cb829ae1 /embassy-stm32
parentb732336f2f3ff9f7ec27d1d75a3e78cc1a0ad054 (diff)
Add changelog
Diffstat (limited to 'embassy-stm32')
-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 2b9e0a89a..ac228141e 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: stm32: GPDMA driver reset ignored during channel configuration
10- fix: stm32: SPI driver SSOE and SSM manegment, add `nss_output_disable` to SPI Config 11- fix: stm32: SPI driver SSOE and SSM manegment, add `nss_output_disable` to SPI Config
11- change: stm32: use typelevel timer type to allow dma for 32 bit timers 12- change: stm32: use typelevel timer type to allow dma for 32 bit timers
12- fix: fix incorrect handling of split interrupts in timer driver 13- fix: fix incorrect handling of split interrupts in timer driver