| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ↵ | Dion Dokter | 2025-05-01 | 1 | -9/+1 |
| | | | | | one layout. | ||||
| * | stm32: flash: fix flash erase on stm32f3xx series | Matt Rodgers | 2025-01-08 | 1 | -2/+2 |
| | | | | | | | STM32F3xx series also needs a wait of at least one clock cycle before reading the BSY bit during a flash erase - previously this was only applied to STM32F1xx series. | ||||
| * | embassy-stm32: wait for BSY flag to clear before flashing | Samuel Tardieu | 2024-07-27 | 1 | -1/+3 |
| | | | | | | | While not waiting for the BSY flag to clear works on STM32F103C8T6, it does not on APM32F103C8T6. Only one half-word gets written while the other one gets lost. | ||||
| * | Swat some other occurrences of .unwrap() that pull in panicing infra | David Flemström | 2024-06-28 | 1 | -1/+1 |
| | | |||||
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -1/+0 |
| | | |||||
| * | stm32/flash: add support for f1. | Dario Nieuwenhuis | 2024-01-05 | 1 | -0/+110 |
