embassy/examples/rp/src/bin
2024-10-31 22:51:03 -07:00
..
adc_dma.rs rp: Add multichannel ADC 2024-06-05 09:42:08 +02:00
adc.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
assign_resources.rs rustfmt 2024-07-08 22:26:32 +02:00
blinky_two_channels.rs rustfmt 2024-01-10 09:54:35 +01:00
blinky_two_tasks.rs rp/gpio: remove generics. 2024-01-22 21:32:10 +01:00
blinky.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
bluetooth.rs rp: add example code to flash bluetooth fw (#3290) 2024-08-26 20:28:30 +02:00
button.rs Change GPIO inherent methods back to &self. 2024-01-10 00:00:10 +01:00
debounce.rs Rename timeout_at to with_deadline 2024-01-31 16:26:11 -05:00
ethernet_w5500_multisocket.rs net: refactor to simplify lifetimes/generics. 2024-09-16 21:17:11 +02:00
ethernet_w5500_tcp_client.rs net: refactor to simplify lifetimes/generics. 2024-09-16 21:17:11 +02:00
ethernet_w5500_tcp_server.rs net: refactor to simplify lifetimes/generics. 2024-09-16 21:17:11 +02:00
ethernet_w5500_udp.rs net: refactor to simplify lifetimes/generics. 2024-09-16 21:17:11 +02:00
flash.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
gpio_async.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
gpout.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
i2c_async_embassy.rs rp/i2c: add address flexibility and example 2024-06-28 19:51:33 +02:00
i2c_async.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
i2c_blocking.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
i2c_slave.rs Improve rp2040 i2c slave 2024-02-15 17:56:50 -05:00
interrupt.rs rp/pwm: rename channel->slice in args, misc fix. 2024-05-21 23:41:45 +02:00
multicore.rs Fix warnings in recent nightly. 2024-03-20 16:39:09 +01:00
multiprio.rs Clarified comments about the cortex_m::asm::delay functionality in al… (#3064) 2024-06-12 19:40:28 +02:00
orchestrate_tasks.rs review comments 2024-07-28 00:19:54 +02:00
pio_async.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
pio_dma.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
pio_hd44780.rs Move pio programs into embassy-rp 2024-10-09 10:18:00 -04:00
pio_i2s.rs Move pio programs into embassy-rp 2024-10-09 10:18:00 -04:00
pio_onewire.rs Move pio programs into embassy-rp 2024-10-09 10:18:00 -04:00
pio_pwm.rs Move pio programs into embassy-rp 2024-10-09 10:18:00 -04:00
pio_rotary_encoder.rs fmt examples too 2024-10-09 11:47:04 -04:00
pio_servo.rs Move pio programs into embassy-rp 2024-10-09 10:18:00 -04:00
pio_stepper.rs Move pio programs into embassy-rp 2024-10-09 10:18:00 -04:00
pio_uart.rs fmt examples too 2024-10-09 11:47:04 -04:00
pio_ws2812.rs Move pio programs into embassy-rp 2024-10-09 10:18:00 -04:00
pwm_input.rs Add parameter for enabling pull-up and pull-down in RP PWM input mode 2024-04-05 01:20:34 +02:00
pwm.rs add pwm frequency to examples 2024-10-21 22:42:18 +02:00
rosc.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
rtc.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
shared_bus.rs Add link to example in book 2024-07-08 22:53:50 +02:00
sharing.rs Add more docs and cross-links 2024-07-08 17:16:35 +02:00
spi_async.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
spi_display.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
spi_sdmmc.rs spinlock + loop at end to allow defmt to flush properly 2024-05-11 16:09:20 +02:00
spi.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
uart_buffered_split.rs Fix example after swapping bufferedUart rx and tx in split fn 2024-07-17 12:07:58 +02:00
uart_r503.rs Example and documentation on how to Calculate correct checksum. 2024-05-01 12:08:13 +01:00
uart_unidir.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
uart.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
usb_ethernet.rs net: refactor to simplify lifetimes/generics. 2024-09-16 21:17:11 +02:00
usb_hid_keyboard.rs usb-hid: all the RequestHandler method accept &mut self 2024-04-15 19:57:18 +02:00
usb_hid_mouse.rs chore: Remove unused keyboard code from rp mouse example 2024-08-26 10:56:41 -03:00
usb_logger.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
usb_midi.rs usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead 2024-03-23 00:35:15 +00:00
usb_raw_bulk.rs usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead 2024-03-23 00:35:15 +00:00
usb_raw.rs usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead 2024-03-23 00:35:15 +00:00
usb_serial_with_handler.rs Added ReceiverHandler to logger 2024-10-31 22:51:03 -07:00
usb_serial_with_logger.rs usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead 2024-03-23 00:35:15 +00:00
usb_serial.rs refactor rp usb_serial example to use a task to run the usb 2024-05-12 21:43:01 +10:00
usb_webusb.rs rp: WebUSB example - add Windows compatibility 2024-04-30 09:59:06 +02:00
watchdog.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
wifi_ap_tcp_server.rs net: refactor to simplify lifetimes/generics. 2024-09-16 21:17:11 +02:00
wifi_blinky.rs update path to cyw43 firmware in wifi_blinky.rs comments 2024-10-22 05:29:11 -07:00
wifi_scan.rs net: refactor to simplify lifetimes/generics. 2024-09-16 21:17:11 +02:00
wifi_tcp_server.rs net: refactor to simplify lifetimes/generics. 2024-09-16 21:17:11 +02:00
wifi_webrequest.rs net: refactor to simplify lifetimes/generics. 2024-09-16 21:17:11 +02:00
zerocopy.rs Add description 2024-06-04 01:20:19 +02:00