aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/flash/h7.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: async flash erase/write for h7Filip Brozovic2025-11-181-35/+155
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ↵Dion Dokter2025-05-011-9/+1
| | | | one layout.
* Swat some other occurrences of .unwrap() that pull in panicing infraDavid Flemström2024-06-281-3/+3
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-1/+0
|
* fix(stm32h7/flash): enhance resilience to program sequence errors (pgserr) Badr Bouslikhin2024-02-061-2/+6
|
* stm32/flash: add support for f1.Dario Nieuwenhuis2024-01-051-4/+4
|
* 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-4/+8
| | | | It hardfaults if already unlocked flash is unlocked again.
* configure flash latency after axi clock and handle different flash in ↵Dominik Sliwa2023-08-181-2/+10
| | | | STM32H7A/B devices
* stm32/flash: avoid pointless "if flag is set, set it".Dario Nieuwenhuis2023-07-311-33/+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
|
* *_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-14/+7
|
* Align familiesRasmus Melchior Jacobsen2023-03-301-9/+5
|
* Fix h7 compile errorRasmus Melchior Jacobsen2023-03-291-1/+1
|
* Move as much logic from families to shared module as possibleRasmus Melchior Jacobsen2023-03-291-14/+3
|
* Expose get_sector in favor of is_eraseable_rangeRasmus Melchior Jacobsen2023-03-291-6/+12
|
* Add is_eraseable_range and split write into consecutive partsRasmus Melchior Jacobsen2023-03-251-39/+37
|
* Align H7 familyRasmus Melchior Jacobsen2023-03-251-22/+19
|
* Remove unnecessary use of atomic-polyfill.Dario Nieuwenhuis2022-12-231-2/+2
| | | | Only use it when CAS is actually needed.
* stm32: Fix H7 unaligned eraseMatous Hybl2022-11-281-11/+6
|
* Add memory barriers to H7 flash driver to mitigate PGSERR errorsMatous Hybl2022-10-181-0/+8
| | | | The stm32h7xx-hal uses only the ordering barrier, while the CubeMX uses the DSB and ISB instructions, to be on the safe side, both are used here.
* Run rustfmt.Dario Nieuwenhuis2022-06-121-6/+2
|
* Add H7 flash and bootloader supportMatous Hybl2022-05-061-0/+202