8 lines
163 B
Markdown
8 lines
163 B
Markdown
```
|
|
rustup target add thumbv7em-none-eabihf
|
|
rustup component add llvm-tools
|
|
cargo install cargo-binutils
|
|
cargo install probe-run
|
|
cargo install cargo-embed
|
|
```
|
|
|