aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/flash/f0.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
* 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-2/+2
* stm32: add some docs.Dario Nieuwenhuis2023-12-181-2/+2
* STM32: Enable flash support for STM32G4Adam Greig2023-12-161-1/+1
* stm32 flash: check lock bit before unlockingAndres Vahter2023-10-101-2/+4
* stm32/flash: avoid pointless "if flag is set, set it".Dario Nieuwenhuis2023-07-311-11/+3
* Remove trivial to remove uses of atomic-polyfill.Dario Nieuwenhuis2023-07-121-2/+1
* Remove ability to set alt layout - it does not work.Rasmus Melchior Jacobsen2023-05-261-1/+3
* Move new async to asynch module to guard for models without flash interruptRasmus Melchior Jacobsen2023-05-251-4/+0
* erase_sector_blocking -> blocking_erase_sectorRasmus Melchior Jacobsen2023-05-251-1/+1
* More blocking renameRasmus Melchior Jacobsen2023-05-251-1/+1
* Align with new bind_interruptRasmus Melchior Jacobsen2023-05-251-1/+1
* stm32: Add async flash write/erase to f4Rasmus Melchior Jacobsen2023-05-251-7/+11
* Remove Drop for AltFlashLayoutRasmus Melchior Jacobsen2023-05-231-0/+2
* stm32f0 flash implementationJaap Prickartz2023-05-141-0/+105