diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-12 18:47:15 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-12 18:47:15 +0200 |
| commit | 825ea1c3379edb713f5bcd6157a7cf3b60b1937a (patch) | |
| tree | 6bfc8aea5a1b0e324dee4ecaef90752f05e3f7b2 /embassy-stm32 | |
| parent | c4c5167e3d18eafee7726a526093bed2b3d2d119 (diff) | |
chore: add more items to changelog
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md index 7816c92d1..071b166bf 100644 --- a/embassy-stm32/CHANGELOG.md +++ b/embassy-stm32/CHANGELOG.md | |||
| @@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | <!-- next-header --> | 8 | <!-- next-header --> |
| 9 | ## Unreleased - ReleaseDate | 9 | ## Unreleased - ReleaseDate |
| 10 | 10 | ||
| 11 | - Added VREFBUF voltage reference buffer driver | ||
| 12 | - Added ADC4 support for STM32WBA devices | ||
| 13 | - Added USB OTG HS support for STM32WBA devices | ||
| 14 | - Added STM32C071 and STM32C051 RCC support | ||
| 15 | - Added hardware oversampling support for ADC v3 | ||
| 16 | - Added PWM pin configuration options for different GPIO modes | ||
| 17 | - Added RTC low-power support for STM32WBA65 | ||
| 18 | - Added eMMC support for SDMMC | ||
| 19 | - Added I2C slave blocking read/write support | ||
| 20 | - Added auto-calibration for MSI frequencies on U5 devices | ||
| 21 | - Fixed buffered UART half-duplex receive functionality | ||
| 22 | - Fixed STM32WBA VDDIO2 configuration | ||
| 23 | - Fixed timer break input 2 trait naming | ||
| 24 | - Fixed dead-time computation in complementary PWM | ||
| 25 | - Improve error handling for I2C v2 NACK conditions | ||
| 26 | - Renamed frequency parameters for consistency (freq -> frequency) | ||
| 11 | - Modify BufferedUart initialization to take pins before interrupts ([#3983](https://github.com/embassy-rs/embassy/pull/3983)) | 27 | - Modify BufferedUart initialization to take pins before interrupts ([#3983](https://github.com/embassy-rs/embassy/pull/3983)) |
| 12 | - Added a 'single-bank' and a 'dual-bank' feature so chips with configurable flash bank setups are be supported in embassy ([#4125](https://github.com/embassy-rs/embassy/pull/4125)) | 28 | - Added a 'single-bank' and a 'dual-bank' feature so chips with configurable flash bank setups are be supported in embassy ([#4125](https://github.com/embassy-rs/embassy/pull/4125)) |
| 13 | - Add automatic setting of remap bits when using alternate DMA channels on STM32F0 and STM32F3 devices ([#3653](https://github.com/embassy-rs/embassy/pull/3653)) | 29 | - Add automatic setting of remap bits when using alternate DMA channels on STM32F0 and STM32F3 devices ([#3653](https://github.com/embassy-rs/embassy/pull/3653)) |
