added link to rustup-binutils

master
Niklas Kuhrmeyer 2020-06-03 13:37:42 +02:00 committed by Robert Jördens
parent 0d5933b6b3
commit 5ce2959fd0
1 changed files with 1 additions and 0 deletions

View File

@ -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.