From d2ab38e3f7f0638e2fc4c6cee1ab3083986784df Mon Sep 17 00:00:00 2001 From: Elias Hanelt Date: Mon, 1 Dec 2025 14:45:05 -0800 Subject: add feature to changelog --- embassy-stm32/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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 - fix: build script ensures EXTI2_TSC is listed as the IRQ of EXTI2 even if the PAC doesn't - feat: stm32/lcd: added implementation - change: add error messages to can timing calculations ([#4961](https://github.com/embassy-rs/embassy/pull/4961)) +- feat: stm32/spi bidirectional mode ## 0.4.0 - 2025-08-26 -- cgit