embassy/embassy-rp/src
Caleb Jamison 7bdb3abad7 Swap debug! for trace! in rp gpio
When using gpio pin changes for things like peripheral interrupts these
debug! calls flood defmt, making it difficult to find what you're
actually looking for.
2023-03-02 13:59:52 -05:00
..
rtc Drive-by documentation link fixes 2022-11-27 16:32:18 -05:00
uart RP-PICO UART adding set_baudrate: missing to run rust-fmt 2023-02-26 21:23:51 -05:00
adc.rs fix: rp - disable Pull-down/up resistors for ADC read 2023-02-28 09:22:38 +02:00
boot2.bin rp: add precompiled boot2 to avoid depending on gcc 2021-03-29 22:28:36 +02:00
clocks.rs rp: Add an RngCore impl based on ROSC.RANDOMBIT 2022-11-30 14:06:05 -05:00
critical_section_impl.rs embassy-rp: Add multicore support 2022-12-10 08:26:35 +01:00
dma.rs Add #[must_use] to all futures 2023-02-24 13:01:41 -06:00
flash.rs Pause CORE1 execution during flash operations 2022-12-13 04:02:28 +01: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 Swap debug! for trace! in rp gpio 2023-03-02 13:59:52 -05:00
i2c.rs Switch to async-fn-in-trait 2022-11-25 21:02:06 +01: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 embassy-rp: Add Watchdog 2022-12-24 02:51:06 +01:00
multicore.rs Remove unnecessary use of atomic-polyfill. 2022-12-23 20:46:49 +01:00
pio_instr_util.rs PIO support for RPi Pico 2022-12-09 20:18:41 +01:00
pio.rs Add #[must_use] to all futures 2023-02-24 13:01:41 -06:00
relocate.rs Added RelocateProgram class for adjusting PIO-programs for different origins. 2022-12-09 20:18:41 +01: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 Add missing SPI pins 2022-12-25 23:49:04 +00:00
timer.rs Address review feedback 2022-10-24 11:10:59 +03:00
usb.rs usb: docs 2023-01-31 22:27:19 +01:00
watchdog.rs Remove lifetime, use pac fields 2022-12-24 03:22:51 +01:00