Skip to main content

Raspberry Pi RP2

Rust

Setup:

rustup target addinstall thumbv6m-none-eabi
cargo install flip-link
# Installs the probe-rs tools, including probe-rs run, our recommended default runner
cargo install --locked probe-rs-tools
# If you want to use elf2uf2-rs instead, do...
cargo install --locked elf2uf2-rs

Template project: https://github.com/rp-rs/rp2040-project-template