Skip to content

Commit 4616810

Browse files
committed
Update CHANGELOG.md
1 parent 64d0fdf commit 4616810

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

embassy-stm32/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- feat: Configurable gpio speed for QSPI
2121
- feat: derive Clone, Copy and defmt::Format for all *SPI-related configs
2222
- fix: handle address and data-length errors in OSPI
23-
- feat: Allow OSPI DMA writes larger than 64kB using chunking
23+
- feat: Allow OSPI/HSPI/XSPI DMA writes larger than 64kB using chunking
2424
- feat: More ADC enums for g0 PAC, API change for oversampling, allow separate sample times
2525
- feat: Add USB CRS sync support for STM32C071
2626
- fix: RTC register definition for STM32L4P5 and L4Q5 as they use v3 register map.
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
- feat: stm32/usart: add `eager_reads` option to control if buffered readers return as soon as possible or after more data is available ([#4668](https://github.com/embassy-rs/embassy/pull/4668))
3232
- feat: stm32/usart: add `de_assertion_time` and `de_deassertion_time` config options
3333
- change: stm32/uart: BufferedUartRx now returns all available bytes from the internal buffer
34+
- fix: Properly set the transfer size for OSPI/HSPI/XSPI transfers with word sizes other than 8 bits.
3435

3536
## 0.4.0 - 2025-08-26
3637

0 commit comments

Comments
 (0)