| 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. | ||||
| * | 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 | -2/+2 |
| | | |||||
| * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -2/+2 |
| | | |||||
| * | STM32: Enable flash support for STM32G4 | Adam Greig | 2023-12-16 | 1 | -1/+1 |
| | | |||||
| * | stm32 flash: check lock bit before unlocking | Andres Vahter | 2023-10-10 | 1 | -2/+4 |
| | | | | | It hardfaults if already unlocked flash is unlocked again. | ||||
| * | stm32/flash: avoid pointless "if flag is set, set it". | Dario Nieuwenhuis | 2023-07-31 | 1 | -11/+3 |
| | | |||||
| * | Remove trivial to remove uses of atomic-polyfill. | Dario Nieuwenhuis | 2023-07-12 | 1 | -2/+1 |
| | | |||||
| * | Remove ability to set alt layout - it does not work. | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -1/+3 |
| | | |||||
| * | Move new async to asynch module to guard for models without flash interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -4/+0 |
| | | |||||
| * | erase_sector_blocking -> blocking_erase_sector | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 |
| | | |||||
| * | More blocking rename | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 |
| | | |||||
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 |
| | | |||||
| * | stm32: Add async flash write/erase to f4 | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -7/+11 |
| | | |||||
| * | Remove Drop for AltFlashLayout | Rasmus Melchior Jacobsen | 2023-05-23 | 1 | -0/+2 |
| | | |||||
| * | stm32f0 flash implementation | Jaap Prickartz | 2023-05-14 | 1 | -0/+105 |
