embassy/examples/stm32f7
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
..
.cargo Switch from probe-run to probe-rs-cli. 2023-04-26 17:00:51 +02:00
src/bin Use make_static! from static-cell v1.1 2023-06-01 01:42:34 +02:00
build.rs Make interrupt module more standard. 2023-06-08 18:00:48 +02:00
Cargo.toml Use make_static! from static-cell v1.1 2023-06-01 01:42:34 +02:00
memory.x Initial support for STM32F767ZI. 2021-10-26 17:33:28 +02:00