embassy/tests
bors[bot] b2047c4351
Merge #1423
1423: rp: fix gpio InputFuture and inefficiencies r=pennae a=pennae

InputFuture could not wait for edges without breaking due to a broken From impl, but even if the impl had been correct it would not have worked correctly because raw edge interrupts are sticky and must be cleared from software. also replace critical sections with atomic accesses, and do nvic setup only once.

Co-authored-by: pennae <github@quasiparticle.net>
2023-05-02 12:56:51 +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 Merge #1423 2023-05-02 12:56:51 +00:00
stm32 stm32/test: fix race condition in uart_dma. 2023-05-01 23:20:51 +02:00
utils Support overflow detection for more than one ring-period 2023-05-01 22:42:36 +02:00