aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorgoodhoko <[email protected]>2025-09-16 09:49:01 +0200
committergoodhoko <[email protected]>2025-09-16 09:49:01 +0200
commit9ae76cbad6fc2bf4d00c731d98df0563241b1de8 (patch)
treeaf2897ffcc9331d92ffa00046a103bb65271d575 /embassy-stm32
parent8ed1e796bad7b3dbf6e78ea5e5d89b7257571d06 (diff)
Don't forget to update the changelog (again)
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 624845b3a..e3f18ca0d 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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- feat: Configurable gpio speed for QSPI
21- feat: derive Clone, Copy and defmt::Format for all *SPI-related configs 21- feat: derive Clone, Copy and defmt::Format for all *SPI-related configs
22- fix: handle address and data-length errors in OSPI
22 23
23## 0.4.0 - 2025-08-26 24## 0.4.0 - 2025-08-26
24 25