aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/flash/f1f3.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.
* stm32: flash: fix flash erase on stm32f3xx seriesMatt Rodgers2025-01-081-2/+2
| | | | | | STM32F3xx series also needs a wait of at least one clock cycle before reading the BSY bit during a flash erase - previously this was only applied to STM32F1xx series.
* embassy-stm32: wait for BSY flag to clear before flashingSamuel Tardieu2024-07-271-1/+3
| | | | | | While not waiting for the BSY flag to clear works on STM32F103C8T6, it does not on APM32F103C8T6. Only one half-word gets written while the other one gets lost.
* 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