embassy/embassy-rp/src
pennae d3494a4bdf rp/clocks: reset all plls at once
we might not configure both, so we should put the others into reset
state. leaving them fully as is might leave them running, which might
not be the goal for runtime reconfig (when it comes around). this now
mirrors how we reset all clock-using peripherals and only unreset those
that are properly clocked.
2023-05-17 18:35:58 +02:00
..
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 rp: remove take!, add bind_interrupts! 2023-05-15 15:24:56 +02:00
adc.rs rp: remove take!, add bind_interrupts! 2023-05-15 15:24:56 +02:00
clocks.rs rp/clocks: reset all plls at once 2023-05-17 18:35:58 +02: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 rp: Read flash unique id and jedec id 2023-05-16 11:21:17 +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 rp: remove take!, add bind_interrupts! 2023-05-15 15:24:56 +02:00
interrupt.rs rp: remove take!, add bind_interrupts! 2023-05-15 15:24:56 +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/multicore: ensure stack is 8-byte aligned. 2023-05-16 01:42:35 +02:00
pio.rs rp: don't use SetConfig trait in PWM and PIO. 2023-05-13 02:13:26 +02:00
pio_instr_util.rs rp/pio: mark pio_instr_util unsafe 2023-05-06 11:52:25 +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: remove take!, add bind_interrupts! 2023-05-15 15:24:56 +02:00
watchdog.rs rp/watchdog: fix overflow if period is longer than 4294 seconds. 2023-05-13 00:33:00 +02:00