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
..
2023-04-05 16:52:32 -05:00
2022-09-21 22:29:57 -04:00
2023-06-08 18:00:48 +02:00
2023-06-08 18:00:48 +02:00
2023-06-08 18:00:48 +02:00
2023-05-29 19:46:28 +02:00
2023-04-18 16:37:35 +02:00
2023-05-25 20:13:27 +00:00
2023-05-25 00:42:10 +00:00
2023-06-08 18:00:48 +02:00
2023-06-08 18:00:48 +02:00
2023-06-08 18:00:48 +02:00
2023-06-08 18:00:48 +02:00
2023-02-09 13:01:44 +02:00
2023-04-13 00:06:14 +02:00
2023-04-18 16:37:35 +02:00