aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/flash/f1f3.rs
Commit message (Expand)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
* stm32: flash: fix flash erase on stm32f3xx seriesMatt Rodgers2025-01-081-2/+2
* embassy-stm32: wait for BSY flag to clear before flashingSamuel Tardieu2024-07-271-1/+3
* Swat some other occurrences of .unwrap() that pull in panicing infraDavid Flemström2024-06-281-1/+1
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-1/+0
* stm32/flash: add support for f1.Dario Nieuwenhuis2024-01-051-0/+110