embassy/embassy-rp/src
pennae 4d6b3c57b1 rp: fix multicore stack guard setup
the region field of the register is four bits wide followed by the valid
bit that causes the rnr update we rely on for the rasr write. 0x08 is
just a bit short to reach the valid bit, and since rp2040 has only 8
regions it (at best) doesn't do anything at all.
2023-07-20 16:08:59 +02:00
..
float rp: update rp-pac. 2023-06-16 01:41:07 +02:00
rtc RP: Add save/restore to Rtc. Example use. 2023-07-12 14:22:48 +02:00
uart rp: update rp-pac. 2023-06-16 01:41:07 +02:00
adc.rs rp/adc: rewrite the module 2023-07-07 17:46:35 +02:00
clocks.rs RP: Don't reset RTC in Clock::init. Updated example. 2023-07-12 15:16:56 +02:00
critical_section_impl.rs rp: update rp-pac. 2023-06-16 01:41:07 +02:00
dma.rs rp: update rp-pac. 2023-06-16 01:41:07 +02:00
flash.rs rp: update rp-pac. 2023-06-16 01:41:07 +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: fix is_set_high/is_set_low, expand tests. 2023-07-11 12:40:07 +02:00
i2c.rs Embassy-rp I2C: Fix 1664 2023-07-16 19:59:35 -06:00
intrinsics.rs ci: fix nrf, rp tests. 2023-05-29 22:01:19 +02:00
lib.rs rp/pio: use bind_interrupts for irqs 2023-07-07 16:27:10 +02:00
multicore.rs rp: fix multicore stack guard setup 2023-07-20 16:08:59 +02:00
pio_instr_util.rs rp/pio: mark pio_instr_util unsafe 2023-05-06 11:52:25 +02:00
pio.rs rp/pio: use bind_interrupts for irqs 2023-07-07 16:27:10 +02:00
pwm.rs rp: update rp-pac. 2023-06-16 01:41:07 +02:00
relocate.rs rp/pio: allow wrap-around program loading 2023-05-06 21:08:20 +02:00
reset.rs rp: update rp-pac. 2023-06-16 01:41:07 +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-07-04 19:59:36 +02:00
timer.rs rp: update rp-pac. 2023-06-16 01:41:07 +02:00
usb.rs Check intrstatus before signalling suspended 2023-07-13 19:29:09 +01:00
watchdog.rs RP: Watchdog scratch set/get with index: usize. 2023-07-12 16:41:35 +02:00