aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Hanelt <[email protected]>2025-12-01 14:45:05 -0800
committerElias Hanelt <[email protected]>2025-12-01 14:45:05 -0800
commitd2ab38e3f7f0638e2fc4c6cee1ab3083986784df (patch)
tree43b8a23b35d8db855432f208be0ace4094e8eff8
parent7772ab265c9776b3df3f7d4aeb397b6076e1f5a8 (diff)
add feature to changelog
-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 2b273482c..5a4415fec 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -85,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85- fix: build script ensures EXTI2_TSC is listed as the IRQ of EXTI2 even if the PAC doesn't 85- fix: build script ensures EXTI2_TSC is listed as the IRQ of EXTI2 even if the PAC doesn't
86- feat: stm32/lcd: added implementation 86- feat: stm32/lcd: added implementation
87- change: add error messages to can timing calculations ([#4961](https://github.com/embassy-rs/embassy/pull/4961)) 87- change: add error messages to can timing calculations ([#4961](https://github.com/embassy-rs/embassy/pull/4961))
88- feat: stm32/spi bidirectional mode
88 89
89## 0.4.0 - 2025-08-26 90## 0.4.0 - 2025-08-26
90 91