| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -4/+8 |
| | | |||||
| * | Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ↵ | Dion Dokter | 2025-05-01 | 1 | -13/+5 |
| | | | | | one layout. | ||||
| * | Fix dual bank support for F7 | Dion Dokter | 2025-05-01 | 1 | -2/+55 |
| | | |||||
| * | Add f7 support | Dion Dokter | 2025-04-29 | 1 | -0/+10 |
| | | |||||
| * | 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 | -17/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | *_blocking -> blocking_* | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+5 |
| | | |||||
| * | 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 | -10/+11 |
| | | |||||
| * | Remove Drop for AltFlashLayout | Rasmus Melchior Jacobsen | 2023-05-23 | 1 | -0/+2 |
| | | |||||
| * | Let get_flash_regions be public | Rasmus Melchior Jacobsen | 2023-03-31 | 1 | -1/+1 |
| | | |||||
| * | Let sector computation be shared across families | Rasmus Melchior Jacobsen | 2023-03-30 | 1 | -41/+54 |
| | | |||||
| * | Move as much logic from families to shared module as possible | Rasmus Melchior Jacobsen | 2023-03-29 | 1 | -12/+2 |
| | | |||||
| * | Expose get_sector in favor of is_eraseable_range | Rasmus Melchior Jacobsen | 2023-03-29 | 1 | -14/+5 |
| | | |||||
| * | Support running tests in embassy-stm32 and move impl from common back to stm32 | Rasmus Melchior Jacobsen | 2023-03-29 | 1 | -3/+61 |
| | | |||||
| * | Add is_eraseable_range and split write into consecutive parts | Rasmus Melchior Jacobsen | 2023-03-25 | 1 | -36/+34 |
| | | |||||
| * | Change region type name | Rasmus Melchior Jacobsen | 2023-03-25 | 1 | -2/+2 |
| | | |||||
| * | Align F7 family | Rasmus Melchior Jacobsen | 2023-03-25 | 1 | -20/+19 |
| | | |||||
| * | Remove unnecessary use of atomic-polyfill. | Dario Nieuwenhuis | 2022-12-23 | 1 | -2/+1 |
| | | | | | Only use it when CAS is actually needed. | ||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -4/+1 |
| | | |||||
| * | Add F7 flash and bootloader support | Matous Hybl | 2022-05-06 | 1 | -0/+138 |
