Skip to content

Commit aa3229c

Browse files
cscottJohnAZoidberg
authored andcommitted
README: Add additional dependencies
Add rustup, cargo-make and elf2uf2-rs as dependencies to ensure that a user with no prior rust installation can build the firmware.
1 parent c44040c commit aa3229c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,15 @@ cargo run -p c1minimal
127127

128128
Dependencies: Rust
129129

130+
Download and install [rustup](https://rustup.rs/) if necessary.
131+
130132
Prepare Rust toolchain (once):
131133

132134
```sh
133135
rustup target install thumbv6m-none-eabi
134136
cargo install flip-link
137+
cargo install cargo-make
138+
cargo install elf2uf2-rs
135139
```
136140

137141
Build:

0 commit comments

Comments
 (0)