Skip to content
Snippets Groups Projects
Commit e20de33f authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Add the ARM target

parent 11aae690
Branches
No related tags found
No related merge requests found
......@@ -44,6 +44,11 @@ sudo pacman -S openocd
Go to [https://rustup.rs/](https://rustup.rs/) and follow the instructions.
then add the required ARM target:
```
rustup target add thumbv7em-none-eabihf
```
## Cargo tools
```
......
......@@ -50,6 +50,12 @@ The ordinary C: drive will be found under /mnt/c
Go to [https://rustup.rs/](https://rustup.rs/) and follow the instructions, run the command inside WSL.
then add the required ARM target:
```
rustup target add thumbv7em-none-eabihf
```
##### Cargo tools
```
cargo install cargo-binutils
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment