aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorgoodhoko <[email protected]>2025-09-16 00:39:22 +0200
committergoodhoko <[email protected]>2025-09-16 00:39:22 +0200
commitaec887fe0a08c4d67181a8496a8a0acfd667fef4 (patch)
tree5f7c230bb1296f915c5fd4e5b86e275bc40d6d23 /embassy-stm32
parent542ae72ca77f3af95ff0b2a62e1110728e72053d (diff)
Don't forget to update the changelog (thanks CI!)
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 eb48fd6fe..624845b3a 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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- feat: Configurable gpio speed for QSPI
21- feat: derive Clone, Copy and defmt::Format for all *SPI-related configs
21 22
22## 0.4.0 - 2025-08-26 23## 0.4.0 - 2025-08-26
23 24