embassy/tests
bors[bot] 1a87f7477a
Merge #1458
1458: rp: remove take!, add bind_interrupts! r=Dirbaio a=pennae

both of the uart interrupts now check a flag that only the dma rx path ever sets (and now unsets again on drop) to return early if it's not as they expect. this is ... not our preferred solution, but if bind_interrupts *must* allow mutiple handlers to be specified then this is the only way we can think of that doesn't break uarts.

Co-authored-by: pennae <github@quasiparticle.net>
2023-05-15 15:59:30 +00:00
..
nrf Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
riscv32 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
rp rp: remove take!, add bind_interrupts! 2023-05-15 15:24:56 +02:00
stm32 stm32 uart: Add a test for blocking RX overflow 2023-05-14 22:03:06 +02:00
utils Support overflow detection for more than one ring-period 2023-05-01 22:42:36 +02:00