mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-20 15:08:02 +02:00
Mention tools to install.
This commit is contained in:
parent
deff63f9a5
commit
95099e29a6
@ -7,3 +7,12 @@ be divided into several parts:
|
|||||||
* Writing firmware for microcontrollers.
|
* Writing firmware for microcontrollers.
|
||||||
* Writing bootloader / kernel code for application processors.
|
* Writing bootloader / kernel code for application processors.
|
||||||
* Some useful crates for bare-metal Rust development.
|
* Some useful crates for bare-metal Rust development.
|
||||||
|
|
||||||
|
To get started, install some tools we'll need later:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install gdb-multiarch picocom
|
||||||
|
rustup update
|
||||||
|
rustup target add thumbv7em-none-eabihf
|
||||||
|
cargo install cargo-binutils cargo-embed
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user