A Rust project for the Raspberry Pi Pico 2 (RP2350).
To compile the project:
cargo build --releaseYou can flash the device using probe-rs. Ensure your debug probe is connected.
# Flash and run
cargo run --release
# Or using probe-rs directly
probe-rs run --chip RP2350 --release