Skip to content

sokoide/pico-minimum-rs

Repository files navigation

pico-minimum-rs

  • Minimum bare metal Raspberry Pi Pico example in Rust

How this was generated

  • 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

How to run

  • CLI

    • Connect to Debug probe or picoprobe

    • Run it

      cargo run
  • VSCode

    • Install Debugger for probe-rs vscode extension
    • [F5] to debug

Links

About

Minimum bare metal Raspberry Pi Pico example in Rust

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages