From 9ae76cbad6fc2bf4d00c731d98df0563241b1de8 Mon Sep 17 00:00:00 2001 From: goodhoko Date: Tue, 16 Sep 2025 09:49:01 +0200 Subject: [PATCH] Don't forget to update the changelog (again) --- embassy-stm32/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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 - fix: stm32/(ospi/hspi/xspi): Fix the alternate bytes register config sticking around for subsequent writes - feat: Configurable gpio speed for QSPI - feat: derive Clone, Copy and defmt::Format for all *SPI-related configs +- fix: handle address and data-length errors in OSPI ## 0.4.0 - 2025-08-26