Skip to content

Commit

Permalink
Add additional dependencies to README.md
Browse files Browse the repository at this point in the history
Add rustup, cargo-make and elf2uf2-rs as dependencies to ensure that a user with no prior rust installation can build the firmware.
  • Loading branch information
cscott authored Jan 30, 2024
1 parent 8f419f8 commit d0b1f3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,15 @@ cargo run -p c1minimal

Dependencies: Rust

Download and install [rustup](https://rustup.rs/) if necessary.

Prepare Rust toolchain (once):

```sh
rustup target install thumbv6m-none-eabi
cargo install flip-link
cargo install cargo-make
cargo install elf2uf2-rs
```

Build:
Expand Down

0 comments on commit d0b1f3a

Please sign in to comment.