From 5ce2959fd0eee87a874baedbed38e25b1bf5f28c Mon Sep 17 00:00:00 2001 From: Niklas Kuhrmeyer Date: Wed, 3 Jun 2020 13:37:42 +0200 Subject: [PATCH] added link to rustup-binutils --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8efa07e..d495081 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ See https://github.com/sinara-hw/Stabilizer * Clone or download this * Get [rustup](https://rustup.rs/) +* Get [cargo-binutils](https://github.com/rust-embedded/cargo-binutils/) * `rustup target add thumbv7em-none-eabihf` * `cargo build --release` * Do not try the debug (default) mode. It is guaranteed to panic.