aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodhoko <[email protected]>2025-09-16 14:39:45 +0200
committergoodhoko <[email protected]>2025-09-16 14:39:45 +0200
commit97462c07ce3d5797dfcefb15dd4b50383a850638 (patch)
tree3c7943059a4e97959753fb228d9ba7b30a6bfc44
parente72e17ded8f5f9f10eb68cc785101e5c7dab73ef (diff)
Aaaaaand the changelog of course
-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 e3f18ca0d..253b4796d 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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- fix: handle address and data-length errors in OSPI
23- feat: Allow OSPI DMA writes larger than 64kB using chunking
23 24
24## 0.4.0 - 2025-08-26 25## 0.4.0 - 2025-08-26
25 26