- Rust version of https://github.com/sokoide/pico-os1
- Install prereqs
rustup target add thumbv6m-none-eabi
cargo install cargo-generate
cargo install flip-link probe-run elfuf2-rs probe-rs-debugger
- Generate a repo by
cargo generate --git https://github.com/rp-rs/rp2040-project-template
-
CLI
-
Connect to Debug probe or picoprobe
-
Run it
cargo run
-
-
VSCode
- Install
Debugger for probe-rs
vscode extension - [F5] to debug
- Install