embassy/examples/rp/src/bin
Dario Nieuwenhuis b948e37769 rp/flash: change naming to blocking_*, new_blocking.
- Needed for consistency with other drivers.
- Having two `new()` functions sometimes resulted in 'multiple applicable methods' errors.
2023-08-18 13:21:21 +02:00
..
adc.rs rp: add single-channel dma from adc 2023-08-02 17:04:32 +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 to 1.0.0-rc.1 (#1783) 2023-08-16 00:40:56 +02:00
ethernet_w5500_tcp_client.rs Update embedded-hal to 1.0.0-rc.1 (#1783) 2023-08-16 00:40:56 +02:00
ethernet_w5500_tcp_server.rs Update embedded-hal to 1.0.0-rc.1 (#1783) 2023-08-16 00:40:56 +02:00
ethernet_w5500_udp.rs Update embedded-hal to 1.0.0-rc.1 (#1783) 2023-08-16 00:40:56 +02:00
flash.rs rp/flash: change naming to blocking_*, new_blocking. 2023-08-18 13:21:21 +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 Update to embedded-io 0.5 (#1752) 2023-08-07 13:43:09 +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 Update to embedded-io 0.5 (#1752) 2023-08-07 13:43:09 +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 Update to embedded-io 0.5 (#1752) 2023-08-07 13:43:09 +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 Update to embedded-io 0.5 (#1752) 2023-08-07 13:43:09 +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 Update to embedded-io 0.5 (#1752) 2023-08-07 13:43:09 +02:00