-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Jan Niehusmann edited this page Jan 22, 2021
·
11 revisions
- include (stage-2 boot loader)[https://github.com/raspberrypi/pico-sdk/tree/master/src/rp2_common/boot_stage2]
- fix memory.x
- build uf2 firmware package, probably using (uf2conv)[https://github.com/sajattack/uf2conv-rs]
- wrap peripherals with safe abstractions from (embedded-hal)[https://crates.io/crates/embedded-hal]
- if possible, provide compatibility with (probe-rs)[https://probe.rs/]
- provide easy access to the programmable input/output blocks (PIO)