embassy/examples
pennae 58e727d3b9 rp/pio: move non-sm-specific methods to PioCommon
pin and irq operations affect the entire pio block. with pins this is
not very problematic since pins themselves are resources, but irqs are
not treated like that and can thus interfere across state machines. the
ability to wait for an irq on a state machine is kept to make
synchronization with user code easier, and since we can't inspect loaded
programs at build time we wouldn't gain much from disallowing waits from
state machines anyway.
2023-05-01 12:58:57 +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: move non-sm-specific methods to PioCommon 2023-05-01 12:58:57 +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 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02: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