embassy/embassy-rp/src
2022-10-02 15:09:14 -07:00
..
rtc Implement RealTimeClock for embassy-rp 2022-09-16 13:18:23 +02:00
uart Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
boot2.bin rp: add precompiled boot2 to avoid depending on gcc 2021-03-29 22:28:36 +02:00
clocks.rs Add further i2c error types 2022-09-27 22:08:49 +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 Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
i2c.rs rp i2c: allow blocking ops on async contexts 2022-10-02 15:09:14 -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 preliminary I2C implementation for RP2040 2022-09-27 22:08:49 +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 Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
timer.rs split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
usb.rs usb: make HALs depend only on embassy-usb-driver. 2022-09-27 13:16:49 +02:00