..
float
rp: hook up softfloat rom intrinsics
2023-04-19 23:04:47 +02:00
rtc
Drive-by documentation link fixes
2022-11-27 16:32:18 -05:00
uart
Fix some typos
2023-05-08 23:25:01 +02:00
adc.rs
fix: rp - disable Pull-down/up resistors for ADC read
2023-02-28 09:22:38 +02:00
clocks.rs
Dirbaio comments round 2
2023-05-09 17:45:24 -04:00
critical_section_impl.rs
embassy-rp: Add multicore support
2022-12-10 08:26:35 +01:00
dma.rs
fix(rp): spi transfer
2023-03-20 16:34:30 +02:00
flash.rs
Fix some typos
2023-05-08 23:25:01 +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/gpio: set up gpio interrupts only once
2023-05-02 14:28:27 +02:00
i2c.rs
Fix some typos
2023-05-08 23:25:01 +02:00
interrupt.rs
added example multi priority executors rp2040
2023-05-07 01:00:13 +02:00
intrinsics.rs
embassy-rs : @pennae Fix division intrinsics naming clash with rp2040-hal
2023-04-23 19:05:32 +02:00
lib.rs
Merge branch 'master' into master
2023-05-09 17:55:27 -04:00
multicore.rs
rp/gpio: set up gpio interrupts only once
2023-05-02 14:28:27 +02:00
pio_instr_util.rs
rp/pio: mark pio_instr_util unsafe
2023-05-06 11:52:25 +02:00
pio.rs
rp: don't use SetConfig trait in PWM and PIO.
2023-05-13 02:13:26 +02:00
pwm.rs
rp: don't use SetConfig trait in PWM and PIO.
2023-05-13 02:13:26 +02:00
relocate.rs
rp/pio: allow wrap-around program loading
2023-05-06 21:08:20 +02:00
reset.rs
Run rustfmt.
2022-06-12 22:22:31 +02:00
rom_data.rs
rp: optimize rom-func-cache for runtime
2023-04-20 00:07:18 +02:00
spi.rs
Update embedded-hal crates.
2023-04-06 22:41:50 +02:00
timer.rs
Address review feedback
2022-10-24 11:10:59 +03:00
usb.rs
rp: add PWM api
2023-04-23 22:49:15 +02:00
watchdog.rs
rp/watchdog: fix overflow if period is longer than 4294 seconds.
2023-05-13 00:33:00 +02:00