diff options
| author | Angelina-2007 <[email protected]> | 2025-10-09 20:21:41 -0700 |
|---|---|---|
| committer | Angelina-2007 <[email protected]> | 2025-10-09 20:21:41 -0700 |
| commit | 94c2cc9eba3b1840063ea11a62e2eb27442bbe16 (patch) | |
| tree | cbcacfe1925638e523b451f27cdaa98db4ed7024 | |
| parent | 2f31d7da537c754f3b1ba7b9533d1c42269721c5 (diff) | |
ci: Add changelog entry for STM32H5 UID fix
| -rw-r--r-- | embassy-stm32/CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md index a6ee5c4b8..7675567ff 100644 --- a/embassy-stm32/CHANGELOG.md +++ b/embassy-stm32/CHANGELOG.md | |||
| @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | 7 | ||
| 8 | <!-- next-header --> | 8 | <!-- next-header --> |
| 9 | ### [Unreleased] | ||
| 10 | |||
| 11 | * **Fix(stm32h5):** Prevent a HardFault crash on STM32H5 devices by changing `uid()` to return `[u8; 12]` by value instead of a reference. (Fixes #2696) | ||
| 9 | ## Unreleased - ReleaseDate | 12 | ## Unreleased - ReleaseDate |
| 10 | 13 | ||
| 11 | - fix: Fixed STM32H5 builds requiring time feature | 14 | - fix: Fixed STM32H5 builds requiring time feature |
