embassy/examples/rp/src/bin
Daniel Philipp 8b0cfde9a6
Clarified comments about the cortex_m::asm::delay functionality in al… (#3064)
* Clarified comments about the cortex_m::asm::delay functionality in all multiprio.rs examples

* fixed formatting

* Changed to using embassy_time::block_for()

* removed my formatting scripts

* specify embassy_time::Duration
2024-06-12 19:40:28 +02:00
..
adc.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01: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
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 rp/gpio: remove generics. 2024-01-22 21:32:10 +01:00
ethernet_w5500_tcp_client.rs rp/gpio: remove generics. 2024-01-22 21:32:10 +01:00
ethernet_w5500_tcp_server.rs rp/gpio: remove generics. 2024-01-22 21:32:10 +01:00
ethernet_w5500_udp.rs rp/gpio: remove generics. 2024-01-22 21:32:10 +01: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.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
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 rename PWM_CH to PWM_SLICE 2024-04-02 17:20:35 +03:00
pio_i2s.rs fix wrong formatting due to not using nightly rustfmt 2024-01-20 16:35:09 +01:00
pio_pwm.rs Changed attach to new 2024-04-21 10:00:57 -07:00
pio_rotary_encoder.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
pio_servo.rs Changed attach to new 2024-04-21 10:00:57 -07:00
pio_stepper.rs rp: remove mod sealed. 2024-04-05 00:48:46 +02:00
pio_uart.rs usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead 2024-03-23 00:35:15 +00:00
pio_ws2812.rs Switch to ticker 2024-02-10 17:00:10 -05: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 rename PWM_CH to PWM_SLICE 2024-04-02 17:20:35 +03: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
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 ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01: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 usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead 2024-03-23 00:35:15 +00: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 usb-hid: all the RequestHandler method accept &mut self 2024-04-15 19:57:18 +02: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_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 rp/gpio: remove generics. 2024-01-22 21:32:10 +01:00
wifi_blinky.rs rp/gpio: remove generics. 2024-01-22 21:32:10 +01:00
wifi_scan.rs rp/gpio: remove generics. 2024-01-22 21:32:10 +01:00
wifi_tcp_server.rs rp/gpio: remove generics. 2024-01-22 21:32:10 +01:00
zerocopy.rs Add description 2024-06-04 01:20:19 +02:00