rp-rs / sample-project

17 stars 3 forks source link

Raspberry pico RP2040 rust test!

Notice: this project has been deprecated. Please use https://github.com/rp-rs/rp2040-project-template

Requirements

probe-run-rp is a version of probe-run using a probe-rs fork with support for the RP2040 chip. To install it use the following command.

cargo install --git https://github.com/rp-rs/probe-run --branch main

Note that this installs the binary with name probe-run-rp, so you can still have the original probe-run installed in parallel. This is important because probe-run-rp ONLY works with the RP2040 chip.

Running

Just do cargo run :)

License

This project is licensed under either of

at your option.