embassy/examples/rp
pennae b38d496d51 rp/pio: allow wrap-around program loading
execution wraps around after the end of instruction memory and wrapping
works with this, so we may as well allow program loading across this
boundary. could be useful for reusing chunks of instruction memory.
2023-05-06 21:08:20 +02: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 rp/pio: allow wrap-around program loading 2023-05-06 21:08:20 +02:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml rp/pio: configure state machines with Config struct 2023-05-06 17:23:41 +02:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00