diff options
| author | everdrone <[email protected]> | 2025-11-08 20:45:30 +0100 |
|---|---|---|
| committer | everdrone <[email protected]> | 2025-11-08 20:45:30 +0100 |
| commit | a07efe8bb5a4128eac836acadb4a26385e629648 (patch) | |
| tree | 8f0c36cbd2670bb69b5040843735bb111bdd89f0 | |
| parent | 2a898680e93bfe4b7268fbed379d1c62803e043d (diff) | |
Update changelog
| -rw-r--r-- | embassy-stm32/CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md index df1d909b7..838b41515 100644 --- a/embassy-stm32/CHANGELOG.md +++ b/embassy-stm32/CHANGELOG.md | |||
| @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## Unreleased - ReleaseDate | 8 | ## Unreleased - ReleaseDate |
| 9 | 9 | ||
| 10 | - feat: Add support for 13-bit address and 16-bit data SDRAM chips | ||
| 10 | - feat: stm32/hrtim add new_chx_with_config to provide pin configuration | 11 | - feat: stm32/hrtim add new_chx_with_config to provide pin configuration |
| 11 | - fix flash erase on L4 & L5 | 12 | - fix flash erase on L4 & L5 |
| 12 | - fix: Fixed STM32H5 builds requiring time feature | 13 | - fix: Fixed STM32H5 builds requiring time feature |
| @@ -49,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 49 | 50 | ||
| 50 | ## 0.4.0 - 2025-08-26 | 51 | ## 0.4.0 - 2025-08-26 |
| 51 | 52 | ||
| 52 | - feat: stm32/sai: make NODIV independent of MCKDIV | 53 | - feat: stm32/sai: make NODIV independent of MCKDIV |
| 53 | - fix: stm32/sai: fix WB MCKDIV | 54 | - fix: stm32/sai: fix WB MCKDIV |
| 54 | - fix: stm32/i2c: pull-down was enabled instead of pull-none when no internal pull-up was needed. | 55 | - fix: stm32/i2c: pull-down was enabled instead of pull-none when no internal pull-up was needed. |
| 55 | - feat: Improve blocking hash speed | 56 | - feat: Improve blocking hash speed |
| @@ -58,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 58 | - chore: Updated stm32-metapac and stm32-data dependencies | 59 | - chore: Updated stm32-metapac and stm32-data dependencies |
| 59 | - feat: stm32/adc/v3: allow DMA reads to loop through enable channels | 60 | - feat: stm32/adc/v3: allow DMA reads to loop through enable channels |
| 60 | - fix: Fix XSPI not disabling alternate bytes when they were previously enabled | 61 | - fix: Fix XSPI not disabling alternate bytes when they were previously enabled |
| 61 | - feat: stm32/adc/v3: added support for Continuous DMA configuration | 62 | - feat: stm32/adc/v3: added support for Continuous DMA configuration |
| 62 | - fix: Fix stm32h7rs init when using external flash via XSPI | 63 | - fix: Fix stm32h7rs init when using external flash via XSPI |
| 63 | - feat: Add Adc::new_with_clock() to configure analog clock | 64 | - feat: Add Adc::new_with_clock() to configure analog clock |
| 64 | - feat: Add GPDMA linked-list + ringbuffer support ([#3923](https://github.com/embassy-rs/embassy/pull/3923)) | 65 | - feat: Add GPDMA linked-list + ringbuffer support ([#3923](https://github.com/embassy-rs/embassy/pull/3923)) |
