aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/flash/f4.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Let get_flash_regions be publicRasmus Melchior Jacobsen2023-03-311-2/+2
* Let sector computation be shared across familiesRasmus Melchior Jacobsen2023-03-301-113/+70
* Align familiesRasmus Melchior Jacobsen2023-03-301-3/+0
* Add AltFlashLayout for supported F4 chipsRasmus Melchior Jacobsen2023-03-301-0/+75
* Move as much logic from families to shared module as possibleRasmus Melchior Jacobsen2023-03-291-12/+3
* Expose get_sector in favor of is_eraseable_rangeRasmus Melchior Jacobsen2023-03-291-19/+18
* Support running tests in embassy-stm32 and move impl from common back to stm32Rasmus Melchior Jacobsen2023-03-291-3/+113
* Add is_eraseable_range and split write into consecutive partsRasmus Melchior Jacobsen2023-03-251-37/+37
* Change region type nameRasmus Melchior Jacobsen2023-03-251-6/+6
* Align F4 familyRasmus Melchior Jacobsen2023-03-251-51/+19
* Remove unnecessary use of atomic-polyfill.Dario Nieuwenhuis2022-12-231-2/+1
* Fix erasing across bankschemicstry2022-07-141-29/+35
* Fix writing to last sector of F4 flashchemicstry2022-07-141-2/+4
* Fix cfg flagschemicstry2022-07-111-9/+2
* Add F4 flash driverchemicstry2022-07-111-0/+175