embassy/examples
pennae 909a5fe2e5 rp/pio: split irqs from state machines
we can only have one active waiter for any given irq at any given time.
allowing waits for irqs on state machines bypasses this limitation and
causes lost events for all but the latest waiter for a given irq.
splitting this out also allows us to signal from state machines to other
parts of the application without monopolizing state machine access for
the irq wait, as would be necessary to make irq waiting sound.
2023-05-03 12:57:21 +02:00
..
boot Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
nrf5340 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
nrf52840 Merge branch 'embassy-rs:master' into master 2023-04-28 13:35:22 -05:00
nrf-rtos-trace Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
rp rp/pio: split irqs from state machines 2023-05-03 12:57:21 +02:00
std Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32c0 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32f0 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32f1 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32f2 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32f3 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32f4 Merge #1376 2023-05-01 19:32:06 +00:00
stm32f7 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32g0 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32g4 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32h5 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32h7 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32l0 Merge branch 'embassy-rs:master' into master 2023-04-28 13:35:22 -05:00
stm32l1 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32l4 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32l5 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32u5 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32wb Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
stm32wl Merge branch 'embassy-rs:master' into master 2023-04-28 13:35:22 -05:00
wasm Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00