aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSüha Ünüvar <[email protected]>2025-09-15 18:07:56 +0800
committerSüha Ünüvar <[email protected]>2025-09-15 18:07:56 +0800
commit9a4bdec392af3e0e60c190c035875485d2a11433 (patch)
treec41ef1e8581d190e7266d6aa983932cb00699b14
parentdb1275358cfc33bb1ae3eeca47ddbfb73fe7cf48 (diff)
update 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 93a1f4f64..eb48fd6fe 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17- feat: Added support for more OctoSPI configurations (e.g. APS6408 RAM) ([#4581](https://github.com/embassy-rs/embassy/pull/4581)) 17- feat: Added support for more OctoSPI configurations (e.g. APS6408 RAM) ([#4581](https://github.com/embassy-rs/embassy/pull/4581))
18- fix: stm32/usart: fix bug with blocking flush in buffered uart ([#4648](https://github.com/embassy-rs/embassy/pull/4648)) 18- fix: stm32/usart: fix bug with blocking flush in buffered uart ([#4648](https://github.com/embassy-rs/embassy/pull/4648))
19- fix: stm32/(ospi/hspi/xspi): Fix the alternate bytes register config sticking around for subsequent writes 19- fix: stm32/(ospi/hspi/xspi): Fix the alternate bytes register config sticking around for subsequent writes
20- feat: Configurable gpio speed for QSPI
20 21
21## 0.4.0 - 2025-08-26 22## 0.4.0 - 2025-08-26
22 23