Skip to content

Commit 003c40f

Browse files
committed
docs: Add needed dependencies
1 parent 4060cc7 commit 003c40f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This is a flash algorithm for the RP2040 chip, used in the Raspberry Pi Pico board.
44
It implements the CMSIS-Pack ABI, so it's compatible with any tools that use it, including probe-rs.
55

6+
## Dependencies
7+
8+
Run the following requirements:
9+
```bash
10+
cargo install cargo-binutils && rustup component add llvm-tools-preview rust-src
11+
```
612
## Building
713

814
Building requires nightly Rust.

0 commit comments

Comments
 (0)