embassy/examples/nrf52840/src/bin
Quentin Smith 2c01f277c2 cargo fmt
2023-07-18 17:17:04 -04:00
..
blinky.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
buffered_uart.rs nrf/uart: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
channel.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
channel_sender_receiver.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
executor_fairness_test.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
gpiote_channel.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
gpiote_port.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
i2s_effect.rs nrf/i2s: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
i2s_monitor.rs nrf/i2s: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
i2s_waveform.rs nrf/i2s: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
lora_cad.rs Add lora-phy examples. 2023-04-23 18:32:34 -05:00
lora_lorawan.rs Add lora-phy examples. 2023-04-23 18:32:34 -05:00
lora_p2p_receive.rs Add lora-phy examples. 2023-04-23 18:32:34 -05:00
lora_p2p_receive_duty_cycle.rs Add lora-phy examples. 2023-04-23 18:32:34 -05:00
lora_p2p_send.rs Add lora-phy examples. 2023-04-23 18:32:34 -05:00
manually_create_executor.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
multiprio.rs examples: use nicer InterrupExt to set irq priority in multprio. 2023-06-09 16:46:57 +02:00
mutex.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
nvmc.rs Update probe-rs-cli -> probe-rs 2023-06-29 02:39:28 +02:00
pdm.rs cargo fmt 2023-07-18 17:17:04 -04:00
pdm_continuous.rs cargo fmt 2023-07-18 17:17:04 -04:00
ppi.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
pubsub.rs Fix some typos 2023-05-08 23:25:01 +02:00
pwm.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
pwm_double_sequence.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
pwm_sequence.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
pwm_sequence_ppi.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
pwm_sequence_ws2812b.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
pwm_servo.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
qdec.rs nrf/qdec: make available on all chips, use Instance trait, switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
qspi.rs nrf/qspi: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
qspi_lowpower.rs nrf/qspi: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
raw_spawn.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
rng.rs nrf/rng: make available on all chips, use Instance trait, switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
saadc.rs nrf/saadc: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
saadc_continuous.rs nrf/saadc: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
self_spawn.rs Modify an example 2023-06-25 23:10:59 +02:00
self_spawn_current_executor.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
spim.rs nrf/spim: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
spis.rs nrf/spis: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
temp.rs nrf/temp: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
timer.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
twim.rs nrf/twim: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
twim_lowpower.rs nrf/twim: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
twis.rs nrf/twis: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
uart.rs nrf/uart: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
uart_idle.rs nrf/uart: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
uart_split.rs nrf/uart: switch to new interrupt binding. 2023-03-06 00:17:51 +01:00
usb_ethernet.rs net: Support dual stack IP 2023-06-07 13:18:19 +02:00
usb_hid_keyboard.rs nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53. 2023-03-06 00:17:51 +01:00
usb_hid_mouse.rs nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53. 2023-03-06 00:17:51 +01:00
usb_serial.rs Fix some typos 2023-05-08 23:25:01 +02:00
usb_serial_multitask.rs Use make_static! from static-cell v1.1 2023-06-01 01:42:34 +02:00
usb_serial_winusb.rs Fix some typos 2023-05-08 23:25:01 +02:00
wdt.rs Update probe-rs-cli -> probe-rs 2023-06-29 02:39:28 +02:00
wifi_esp_hosted.rs Remove wifi envvars. They're annoying, they cause rust-analyzer errors when opening the examples. 2023-07-05 19:20:49 +02:00