embassy/tests/rp
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
..
.cargo rp: hook up softfloat rom intrinsics 2023-04-19 23:04:47 +02:00
src/bin Merge #1423 2023-05-02 12:56:51 +00:00
build.rs rp: add GPIO HIL test. 2022-07-09 02:14:30 +02:00
Cargo.toml Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
link_ram.x rp: add GPIO HIL test. 2022-07-09 02:14:30 +02:00