embassy/examples/rp
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
..
.cargo Update embedded-hal crates. 2023-04-06 22:41:50 +02:00
assets rp/examples: add spi_display example 2021-07-20 10:06:57 +02:00
src/bin Merge #1458 2023-05-15 15:59:30 +00:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml Remove patches, bump rp-pac version 2023-05-09 12:20:23 -04:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00