aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/flash/h50.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ↵Dion Dokter2025-05-011-9/+1
| | | | one layout.
* feat(stm32): Add OTP flash region (again)Rasmus Melchior Jacobsen2025-03-201-0/+2
|
* Swat some other occurrences of .unwrap() that pull in panicing infraDavid Flemström2024-06-281-1/+1
|
* stm32: flash: h50: implement bank swappingTorin Cooper-Bennun2024-04-151-3/+47
|
* stm32/flash: remove otp flash regions (removed in newer metapacs).Dario Nieuwenhuis2024-04-141-4/+2
|
* flash: h50: first pass at implementationTorin Cooper-Bennun2024-02-191-0/+124