| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -4/+4 |
| | | |||||
| * | Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ↵ | Dion Dokter | 2025-05-01 | 1 | -4/+3 |
| | | | | | one layout. | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -5/+2 |
| | | |||||
| * | Swat some other occurrences of .unwrap() that pull in panicing infra | David Flemström | 2024-06-28 | 1 | -1/+1 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -0/+17 |
| | | |||||
| * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -1/+1 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -6/+2 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -2/+2 |
| | | | | | internal use only. (#1700) | ||||
| * | Remove trivial to remove uses of atomic-polyfill. | Dario Nieuwenhuis | 2023-07-12 | 1 | -1/+1 |
| | | |||||
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -5/+5 |
| | | | | | | | | | | | | | - Move typelevel interrupts to a special-purpose mod: `embassy_xx::interrupt::typelevel`. - Reexport the PAC interrupt enum in `embassy_xx::interrupt`. This has a few advantages: - The `embassy_xx::interrupt` module is now more "standard". - It works with `cortex-m` functions for manipulating interrupts, for example. - It works with RTIC. - the interrupt enum allows holding value that can be "any interrupt at runtime", this can't be done with typelevel irqs. - When "const-generics on enums" is stable, we can remove the typelevel interrupts without disruptive changes to `embassy_xx::interrupt`. | ||||
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -4/+3 |
| | | |||||
| * | Remove ability to set alt layout - it does not work. | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -1/+1 |
| | | |||||
| * | nightly guard async traits only | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -4/+8 |
| | | |||||
| * | Move new async to asynch module to guard for models without flash interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -0/+31 |
| | | |||||
| * | *_blocking -> blocking_* | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 |
| | | |||||
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -8/+5 |
| | | |||||
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -0/+3 |
| | | |||||
| * | Let FlashLayout and FlashRegion depends on a Blocking/Async mode generic | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+30 |
| | | |||||
| * | stm32: Add async flash write/erase to f4 | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -0/+129 |
