Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (23 loc) · 1.19 KB

hello-nucleo-h7xx

Rust probe-run + defmt starter project for STMicroElectronics STM32H7 Nucleo-144 boards.

Based on the lovely: knurling-rs/app-template

Dependencies

Install ARM target

rustup target add thumbv7em-none-eabihf

Install probe-run

cargo install probe-run --version "~0.2.0"

Install latest firmware for onboard STLink V3

Download updater: stsw-link007

Generate project

cargo install cargo-generate

cargo generate \
    --git https://github.com/antoinevg/hello-nucleo-h7xx \
    --name your-project-name

License

Licensed under either of

at your option.