aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorFrancisco José Gómez <[email protected]>2025-08-28 12:19:14 -0400
committerDario Nieuwenhuis <[email protected]>2025-09-05 16:28:40 +0200
commit46ce5ab6973f62c48a4de0e69a0a6c5d57d9dbb5 (patch)
treebf7114837ad77c185e98055a3f0c6bfc469a2872 /embassy-stm32
parentd264c8ab31d6361a3fb76443ae80630d123d68fb (diff)
chore(embassy-stm32): Update changelog
Refs: #4577
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index 50bdc1072..69f15013d 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13- fix: stm32/i2c in master mode (blocking): subsequent transmissions failed after a NACK was received 13- fix: stm32/i2c in master mode (blocking): subsequent transmissions failed after a NACK was received
14- feat: stm32/timer: add set_polarity functions for main and complementary outputs in complementary_pwm 14- feat: stm32/timer: add set_polarity functions for main and complementary outputs in complementary_pwm
15- Add I2S support for STM32F1, STM32C0, STM32F0, STM32F3, STM32F7, STM32G0, STM32WL, STM32H5, STM32H7RS 15- Add I2S support for STM32F1, STM32C0, STM32F0, STM32F3, STM32F7, STM32G0, STM32WL, STM32H5, STM32H7RS
16### Fixed
17
18- STM32: Prevent dropped DacChannel from disabling Dac peripheral if another DacChannel is still in scope ([#4577](https://github.com/embassy-rs/embassy/pull/4577))
16 19
17## 0.4.0 - 2025-08-26 20## 0.4.0 - 2025-08-26
18 21