embassy/embassy-rp/src
2022-08-22 16:29:34 +02:00
..
boot2.bin rp: add precompiled boot2 to avoid depending on gcc 2021-03-29 22:28:36 +02:00
clocks.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
dma.rs Implement remaining logic for blocking UART. async is still todo, awaiting DMA 2022-08-18 10:23:29 +02:00
fmt.rs fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. 2021-06-07 03:21:37 +02:00
gpio.rs rp: fix nvic prio bits (it's 2, not 3) 2022-08-22 16:29:34 +02:00
interrupt.rs Remove HAL initialization from #[embassy::main] macro. 2022-08-17 22:16:46 +02:00
lib.rs Remove HAL initialization from #[embassy::main] macro. 2022-08-17 22:16:46 +02:00
reset.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
spi.rs Remove PeripheralRef::into_inner() 2022-07-23 14:27:45 +02:00
timer.rs Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
uart.rs Fix rp uart example 2022-08-18 14:01:37 +02:00