Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 439 Bytes

rust-stm32-embedded-dev.md

File metadata and controls

17 lines (13 loc) · 439 Bytes

Rust STM32 Embedded Development on Windows 10

Rust installation

rustup component add rls rust-analysis rust-src rustfmt clippy
cargo install sccache racer cargo-update cargo-make rustsym

Install components for embedded development

# target for Cortex-M4F and Cortex-M7F
rustup target add thumbv7em-none-eabihf
rustup component add llvm-tools-preview
cargo install cargo-binutils cargo-generate