embassy/examples/rp/src/bin
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
..
adc.rs Round temp to make more sense. 2023-07-13 22:47:03 +02:00
blinky.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
button.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
ethernet_w5500_multisocket.rs update embedded-hal crates. 2023-07-04 19:59:36 +02:00
ethernet_w5500_tcp_client.rs update embedded-hal crates. 2023-07-04 19:59:36 +02:00
ethernet_w5500_tcp_server.rs update embedded-hal crates. 2023-07-04 19:59:36 +02:00
ethernet_w5500_udp.rs update embedded-hal crates. 2023-07-04 19:59:36 +02:00
flash.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
gpio_async.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
gpout.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
i2c_async.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
i2c_blocking.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
lora_lorawan.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
lora_p2p_receive.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
lora_p2p_send_multicore.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
lora_p2p_send.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
multicore.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
multiprio.rs examples: use nicer InterrupExt to set irq priority in multprio. 2023-06-09 16:46:57 +02:00
pio_async.rs rp: relocate programs implicitly during load 2023-07-28 19:33:02 +02:00
pio_dma.rs rp: relocate programs implicitly during load 2023-07-28 19:33:02 +02:00
pio_hd44780.rs rp: relocate programs implicitly during load 2023-07-28 19:33:02 +02:00
pio_uart.rs rp: relocate programs implicitly during load 2023-07-28 19:33:02 +02:00
pio_ws2812.rs rp: relocate programs implicitly during load 2023-07-28 19:33:02 +02:00
pwm.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
rtc.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
spi_async.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
spi_display.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
spi.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
uart_buffered_split.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
uart_unidir.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
uart.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
usb_ethernet.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
usb_hid_keyboard.rs Added usb-hid keyboard example for rp pico. 2023-07-16 12:31:56 +02:00
usb_logger.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
usb_serial.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
watchdog.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
wifi_ap_tcp_server.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
wifi_blinky.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
wifi_scan.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00
wifi_tcp_server.rs Add descriptions to all RP2040 examples. Some need hardware that was not specified. 2023-07-13 11:16:11 +02:00