aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/flash/g.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix flash erase on dualbank STM32GxxxWouter Geraedts2025-11-121-3/+2
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-5/+13
|
* Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ↵Dion Dokter2025-05-011-9/+1
| | | | one layout.
* Add support for g0Dion Dokter2025-04-291-1/+11
|
* Check the bank setup when requiredDion Dokter2025-04-241-0/+10
|
* fix stmd g0/g4 formatting and bker bit accesschanterheld2025-01-021-3/+4
|
* fix g0 wait_busychanterheld2025-01-021-1/+1
|
* embassy-stm32. support g0 second flash bankchanterheld2025-01-021-2/+16
|
* 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-0/+97