embassy/examples/rp/src/bin
Dario Nieuwenhuis c0d74e153e
Merge pull request #3216 from 1-rafael-1/rp-example-orchestrate-tasks
add example to rp: orchestrate multiple tasks
2024-08-13 16:34:46 +00: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 cyw43: add Bluetooth support. 2024-08-05 21:07:42 +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 examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) 2024-08-07 14:58:20 +02:00
ethernet_w5500_tcp_client.rs examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) 2024-08-07 14:58:20 +02:00
ethernet_w5500_tcp_server.rs examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) 2024-08-07 14:58:20 +02:00
ethernet_w5500_udp.rs examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) 2024-08-07 14:58:20 +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 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
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 examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) 2024-08-07 14:58:20 +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 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 Merge pull request #3232 from embassy-rs/misc-fixes-44 2024-08-07 13:01:33 +00:00
wifi_blinky.rs cyw43: add Bluetooth support. 2024-08-05 21:07:42 +02:00
wifi_scan.rs cyw43: add Bluetooth support. 2024-08-05 21:07:42 +02:00
wifi_tcp_server.rs Merge pull request #3232 from embassy-rs/misc-fixes-44 2024-08-07 13:01:33 +00:00
wifi_webrequest.rs Merge pull request #3232 from embassy-rs/misc-fixes-44 2024-08-07 13:01:33 +00:00
zerocopy.rs Add description 2024-06-04 01:20:19 +02:00