diff options
| author | xoviat <[email protected]> | 2025-11-20 08:38:36 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-20 08:38:36 -0600 |
| commit | ee2fe27d002302dc981062ec357db56d90370072 (patch) | |
| tree | 8b0bce5c3e8bff289c8d92c2a5c35c49fef70df3 /embassy-stm32/CHANGELOG.md | |
| parent | 4e808345883ae64099135a8384f774c44feccc5c (diff) | |
| parent | b8737b37f1917f938fbb2293aba37cf985a99002 (diff) | |
Merge branch 'main' into usart
Diffstat (limited to 'embassy-stm32/CHANGELOG.md')
| -rw-r--r-- | embassy-stm32/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md index 5fd43744e..416590f88 100644 --- a/embassy-stm32/CHANGELOG.md +++ b/embassy-stm32/CHANGELOG.md | |||
| @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | ## Unreleased - ReleaseDate | 8 | ## Unreleased - ReleaseDate |
| 9 | 9 | ||
| 10 | - fix: fix incorrect logic for buffered usart transmission complete. | 10 | - fix: fix incorrect logic for buffered usart transmission complete. |
| 11 | - feat: add poll_for methods to exti | ||
| 12 | - feat: implement stop for stm32wb. | ||
| 13 | - change: rework hsem and add HIL test for some chips. | ||
| 11 | - change: stm32/eth: ethernet no longer has a hard dependency on station management, and station management can be used independently ([#4871](https://github.com/embassy-rs/embassy/pull/4871)) | 14 | - change: stm32/eth: ethernet no longer has a hard dependency on station management, and station management can be used independently ([#4871](https://github.com/embassy-rs/embassy/pull/4871)) |
| 12 | - feat: allow embassy_executor::main for low power | 15 | - feat: allow embassy_executor::main for low power |
| 13 | - feat: Add waveform methods to ComplementaryPwm | 16 | - feat: Add waveform methods to ComplementaryPwm |
| @@ -68,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 68 | - feat: add flash support for c0 family ([#4874](https://github.com/embassy-rs/embassy/pull/4874)) | 71 | - feat: add flash support for c0 family ([#4874](https://github.com/embassy-rs/embassy/pull/4874)) |
| 69 | - fix: fixing channel numbers on vbat and vddcore for adc on adc | 72 | - fix: fixing channel numbers on vbat and vddcore for adc on adc |
| 70 | - adc: adding disable to vbat | 73 | - adc: adding disable to vbat |
| 74 | - feat: stm32/flash: add async support for h7 family | ||
| 71 | 75 | ||
| 72 | ## 0.4.0 - 2025-08-26 | 76 | ## 0.4.0 - 2025-08-26 |
| 73 | 77 | ||
