embassy/embassy-rp/src
Dario Nieuwenhuis 6a4ac5bd60 Add collapse_debuginfo to fmt.rs macros.
This makes location info in defmt logs point to the code calling the macro,
instead of always to fmt.rs as before. Fix works with nightlies
starting with today's, and stable 1.81+.
2024-06-17 01:38:57 +02:00
..
float Fix warnings in recent nightly. 2024-03-20 16:39:09 +01:00
pio Add a comment to the pio rx fifo pull function 2024-04-21 21:24:15 +00:00
rtc Add Clone and Copy to Error types 2024-06-06 23:19:07 +02:00
uart fix(embassy-rp): fix drop implementation of BufferedUartRx and BufferedUartTx 2024-05-17 21:51:45 +03:00
adc.rs rp: remove mod sealed. 2024-04-05 00:48:46 +02:00
bootsel.rs rp/bootsel: change it to a method on the peripheral. 2023-10-07 01:47:20 +02:00
clocks.rs Fix: typo 2024-05-14 15:48:00 +08:00
critical_section_impl.rs rp: update rp-pac. 2023-06-16 01:41:07 +02:00
dma.rs Use raw slices .len() method instead of unsafe hacks. 2024-06-13 20:41:08 +02:00
flash.rs rp/flash: implement embedded_storage_async::nor_flash::MultiwriteNorFlash 2024-05-18 23:28:37 +02:00
fmt.rs Add collapse_debuginfo to fmt.rs macros. 2024-06-17 01:38:57 +02:00
gpio.rs rp: remove mod sealed. 2024-04-05 00:48:46 +02:00
i2c_slave.rs Add Clone and Copy to Error types 2024-06-06 23:19:07 +02:00
i2c.rs Add Clone and Copy to Error types 2024-06-06 23:19:07 +02:00
intrinsics.rs ci: fix nrf, rp tests. 2023-05-29 22:01:19 +02:00
lib.rs rp: wait until read matches for PSM accesses. 2024-05-27 00:14:44 +02:00
multicore.rs fix minor clippy lints in embassy_rp 2024-03-18 23:28:58 +01:00
pwm.rs Add missing word "pin" in rp pwm documentation 2024-06-12 14:56:21 +02:00
relocate.rs Merge branch 'embassy-rs:main' into barafael/minor_clippy_lints_rp 2024-03-25 14:43:18 +01:00
reset.rs rp: update rp-pac. 2023-06-16 01:41:07 +02:00
rom_data.rs rp: Fix ROM cache ptr() returning the trampoline 2023-07-26 06:50:43 -06:00
spi.rs Use raw slices .len() method instead of unsafe hacks. 2024-06-13 20:41:08 +02:00
time_driver.rs time: split driver into a separate embassy-time-driver crate. 2024-01-11 16:56:08 +01:00
usb.rs rp usb: wake ep-wakers after stalling 2024-05-10 16:27:08 +01:00
watchdog.rs rp: fix watchdog CTRL register getting overwritten 2024-05-29 06:30:41 +01:00