| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -8/+16 |
| | | |||||
| * | Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ↵ | Dion Dokter | 2025-05-01 | 1 | -11/+3 |
| | | | | | one layout. | ||||
| * | Fix the f4 flash tests by throwing away alt mode | Dion Dokter | 2025-05-01 | 1 | -249/+68 |
| | | |||||
| * | Add F4 support | Dion Dokter | 2025-04-29 | 1 | -0/+10 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -6/+5 |
| | | |||||
| * | feat(stm32): Add OTP flash region (again) | Rasmus Melchior Jacobsen | 2025-03-20 | 1 | -1/+4 |
| | | |||||
| * | Update stm32-metapac. | Dario Nieuwenhuis | 2025-01-06 | 1 | -2/+2 |
| | | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -1/+1 |
| | | |||||
| * | Swat some other occurrences of .unwrap() that pull in panicing infra | David Flemström | 2024-06-28 | 1 | -4/+4 |
| | | |||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -2/+1 |
| | | |||||
| * | stm32/flash: remove otp flash regions (removed in newer metapacs). | Dario Nieuwenhuis | 2024-04-14 | 1 | -4/+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: more docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -1/+1 |
| | | |||||
| * | STM32: Enable flash support for STM32G4 | Adam Greig | 2023-12-16 | 1 | -1/+1 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+0 |
| | | |||||
| * | stm32: Remove unneeded unsafe | Rasmus Melchior Jacobsen | 2023-10-24 | 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 | -6/+3 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| | | | | | internal use only. (#1700) | ||||
| * | Remove trivial to remove uses of atomic-polyfill. | Dario Nieuwenhuis | 2023-07-12 | 1 | -2/+1 |
| | | |||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -17/+13 |
| | | |||||
| * | Remove ability to set alt layout - it does not work. | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -26/+9 |
| | | |||||
| * | WHY does format on save not work | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -3/+1 |
| | | |||||
| * | nightly guard async traits only | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -10/+1 |
| | | |||||
| * | Move nightly guard and clear data cache reset bit | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -1/+2 |
| | | |||||
| * | erase_sector_blocking -> blocking_erase_sector | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -0/+4 |
| | | |||||
| * | Endless rustfmt pain | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+3 |
| | | |||||
| * | Fix end address for assertion | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 |
| | | |||||
| * | Only assert_not_corrupted_read if we read from the second bank | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -7/+8 |
| | | |||||
| * | Errata if _not_ pa12 out low | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 |
| | | |||||
| * | *_blocking -> blocking_* | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -9/+9 |
| | | |||||
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+20 |
| | | |||||
| * | Handle errata 2.2.12 | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+40 |
| | | |||||
| * | Add runtime checks for errata 2.2.11 | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+72 |
| | | |||||
| * | Add sector number tests | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -41/+47 |
| | | |||||
| * | Fix unused errors | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+3 |
| | | |||||
| * | Simplify SR->Result | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -28/+17 |
| | | |||||
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 |
| | | |||||
| * | Actually transition to dual bank mode - key was required | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+24 |
| | | |||||
| * | Default to Async mode | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+5 |
| | | |||||
| * | Let FlashLayout and FlashRegion depends on a Blocking/Async mode generic | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -64/+50 |
| | | |||||
| * | Run format with nightly | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -7/+7 |
| | | |||||
| * | Add more missing nightly guards | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -7/+12 |
| | | |||||
| * | Add missing nightly guards | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -0/+2 |
| | | |||||
| * | stm32: Add async flash write/erase to f4 | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -26/+155 |
| | | |||||
| * | Add missing implementations for f4 alternate regions | Rasmus Melchior Jacobsen | 2023-05-23 | 1 | -8/+61 |
| | | |||||
| * | Remove Drop for AltFlashLayout | Rasmus Melchior Jacobsen | 2023-05-23 | 1 | -7/+8 |
| | | |||||
| * | common/peripheral: do not require mut in PeripheralRef clone_unchecked. | Dario Nieuwenhuis | 2023-04-11 | 1 | -1/+1 |
| | | |||||
| * | Remove Drop on Flash and FlashLayout and propage lifetime to region types | Rasmus Melchior Jacobsen | 2023-04-05 | 1 | -20/+22 |
| | | | | | This allows the user to "split" the FlashRegions struct into each region | ||||
