embassy/embassy-rp/src
2022-09-26 20:34:55 +02:00
..
rtc Implement RealTimeClock for embassy-rp 2022-09-16 13:18:23 +02:00
uart Formatting 2022-09-26 20:34:55 +02:00
boot2.bin rp: add precompiled boot2 to avoid depending on gcc 2021-03-29 22:28:36 +02:00
clocks.rs Implement RealTimeClock for embassy-rp 2022-09-16 13:18:23 +02:00
dma.rs Replace futures::future::poll_fn -> core::future::poll_fn. 2022-09-22 16:42:49 +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: remove extraneous newlines in logs 2022-09-18 14:54:24 -07:00
interrupt.rs Remove HAL initialization from #[embassy::main] macro. 2022-08-17 22:16:46 +02:00
intrinsics.rs rp: Disable intrinsics by default. 2022-09-26 19:53:22 +02:00
lib.rs Add RP2040 ROM functions and intrinsics aliases 2022-09-23 06:45:44 +02:00
reset.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
rom_data.rs Add credits to rp-hal 2022-09-26 11:57:26 +02:00
spi.rs Replace futures::future::join -> embassy_futures::join::join. 2022-09-22 16:48:35 +02:00
timer.rs split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
usb.rs usb: split driver trait to separate crate. 2022-09-26 12:29:27 +02:00