embassy/embassy-stm32/src/flash
Dario Nieuwenhuis 921780e6bf Make interrupt module more standard.
- 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`.
2023-06-08 18:00:48 +02:00
..
asynch.rs Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
common.rs Fix tests. 2023-05-29 19:46:28 +02:00
f0.rs Remove ability to set alt layout - it does not work. 2023-05-26 15:41:08 +02:00
f3.rs Remove ability to set alt layout - it does not work. 2023-05-26 15:41:08 +02:00
f4.rs Remove ability to set alt layout - it does not work. 2023-05-26 15:41:08 +02:00
f7.rs Remove ability to set alt layout - it does not work. 2023-05-26 15:41:08 +02:00
h7.rs Remove ability to set alt layout - it does not work. 2023-05-26 15:41:08 +02:00
l.rs Remove ability to set alt layout - it does not work. 2023-05-26 15:41:08 +02:00
mod.rs nightly guard async traits only 2023-05-26 00:31:41 +02:00
other.rs Remove ability to set alt layout - it does not work. 2023-05-26 15:41:08 +02:00