embassy/embassy-rp/src
2022-10-27 07:12:34 +02:00
..
rtc Correctly enable RTC_IRQ when scheduling an RTC alarm 2022-10-12 10:54:47 +02:00
uart Update Rust nightly. 2022-10-26 16:47:29 +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 Drop rp2040-flash as dependency, as they pull in rp2040-hal for rom-data functions, which are now part of this HAL as well 2022-09-23 08:12:32 +02:00
flash.rs Remove random delay from example, and move flash functions to allow using without embedded-storage in scope 2022-10-27 07:10:35 +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 Expose Pin::pin() and Pin::bank() as public 2022-10-08 11:44:06 +08:00
i2c.rs Associate state with the instance rather than having a separate array 2022-10-17 21:50:40 -07:00
interrupt.rs Remove HAL initialization from #[embassy::main] macro. 2022-08-17 22:16:46 +02:00
intrinsics.rs Add flash example & flash HIL test 2022-10-26 12:24:04 +02:00
lib.rs Add flash example & flash HIL test 2022-10-26 12:24:04 +02:00
reset.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
rom_data.rs Add flash example & flash HIL test 2022-10-26 12:24:04 +02:00
spi.rs Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
timer.rs Address review feedback 2022-10-24 11:10:59 +03:00
usb.rs Merge #1020 2022-10-21 20:43:14 +00:00