embassy/tests/rp
pennae 849011b826 rp/gpio: set up gpio interrupts only once
doing this setup work repeatedly, on every wait, is unnecessary. with
nothing ever disabling the interrupt it is sufficient to enable it once
during device init and never touch it again.
2023-05-02 14:28:27 +02:00
..
.cargo rp: hook up softfloat rom intrinsics 2023-04-19 23:04:47 +02:00
src/bin rp/gpio: set up gpio interrupts only once 2023-05-02 14:28:27 +02: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