Skip to content

tacdom/sample-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry pico RP2040 rust test!

Requirements

  • Recent nightly Rust
  • probe-run-rp installed.
  • A CMSIS-DAP probe. (JLink probes sort of work but are very unstable. Other probes won't work at all)

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.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks