embassy/examples/rp
pennae cbc8871a0b rp: relocate programs implicitly during load
this removed the RelocatedProgram construction step from pio uses.
there's not all that much to be said for the extra step because the
origin can be set on the input program itself, and the remaining
information exposed by RelocatedProgram can be exposed from
LoadedProgram instead (even though it's already available on the pio_asm
programs, albeit perhaps less convenient). we do lose access to the
relocated instruction iterator, but we also cannot think of anything
this iterator would actually be useful for outside of program loading.
2023-07-28 19:33:02 +02:00
..
.cargo Update probe-rs-cli -> probe-rs 2023-06-29 02:39:28 +02:00
assets rp/examples: add spi_display example 2021-07-20 10:06:57 +02:00
src/bin rp: relocate programs implicitly during load 2023-07-28 19:33:02 +02:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml Merge remote-tracking branch 'origin/main' 2023-07-28 11:57:50 +02:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00