From d0b1f3a22b7ca23c946fbc8adfd81b6471744281 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Tue, 30 Jan 2024 13:36:47 -0500 Subject: [PATCH] Add additional dependencies to README.md Add rustup, cargo-make and elf2uf2-rs as dependencies to ensure that a user with no prior rust installation can build the firmware. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 53bb6c0..d710f9e 100644 --- a/README.md +++ b/README.md @@ -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: