aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/flash/f7.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-4/+8
* Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ...Dion Dokter2025-05-011-13/+5
* Fix dual bank support for F7Dion Dokter2025-05-011-2/+55
* Add f7 supportDion Dokter2025-04-291-0/+10
* 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-17/+3
* 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
* *_blocking -> blocking_*Rasmus Melchior Jacobsen2023-05-251-5/+5
* Align with new bind_interruptRasmus Melchior Jacobsen2023-05-251-1/+1
* stm32: Add async flash write/erase to f4Rasmus Melchior Jacobsen2023-05-251-10/+11
* Remove Drop for AltFlashLayoutRasmus Melchior Jacobsen2023-05-231-0/+2
* Let get_flash_regions be publicRasmus Melchior Jacobsen2023-03-311-1/+1
* Let sector computation be shared across familiesRasmus Melchior Jacobsen2023-03-301-41/+54
* Move as much logic from families to shared module as possibleRasmus Melchior Jacobsen2023-03-291-12/+2
* Expose get_sector in favor of is_eraseable_rangeRasmus Melchior Jacobsen2023-03-291-14/+5
* Support running tests in embassy-stm32 and move impl from common back to stm32Rasmus Melchior Jacobsen2023-03-291-3/+61
* Add is_eraseable_range and split write into consecutive partsRasmus Melchior Jacobsen2023-03-251-36/+34
* Change region type nameRasmus Melchior Jacobsen2023-03-251-2/+2
* Align F7 familyRasmus Melchior Jacobsen2023-03-251-20/+19
* Remove unnecessary use of atomic-polyfill.Dario Nieuwenhuis2022-12-231-2/+1
* Run rustfmt.Dario Nieuwenhuis2022-06-121-4/+1
* Add F7 flash and bootloader supportMatous Hybl2022-05-061-0/+138