aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/flash/u5.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Fix formatting of u5 fileChris Storah2025-07-231-6/+2
|
* Added missing guard for hsi48. Updated use of removed enums from stm32-data ↵Chris Storah2025-07-231-11/+11
| | | | u5 chip
* 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
|
* stm32u5: Add flash bank selection when erasing a sectorWilliam2024-11-271-3/+13
|
* Swat some other occurrences of .unwrap() that pull in panicing infraDavid Flemström2024-06-281-1/+1
|
* Add support for using secure registersWarren Campbell2024-04-151-0/+39
|
* Use non-secure registers for u5 flashWarren Campbell2024-04-151-14/+14
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-1/+0
|
* support u5 flashZach2024-02-171-0/+105