We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4060cc7 commit 003c40fCopy full SHA for 003c40f
README.md
@@ -3,6 +3,12 @@
3
This is a flash algorithm for the RP2040 chip, used in the Raspberry Pi Pico board.
4
It implements the CMSIS-Pack ABI, so it's compatible with any tools that use it, including probe-rs.
5
6
+## Dependencies
7
+
8
+Run the following requirements:
9
+```bash
10
+cargo install cargo-binutils && rustup component add llvm-tools-preview rust-src
11
+```
12
## Building
13
14
Building requires nightly Rust.
0 commit comments