A template for building applications for ARM Cortex-M7 STM32H7xx Microcontrollers.
- Rust nightly toolchain
- ARM Cross Compiler (arm-none-eabi-gcc)
Install the rust-std component for your target, if you haven't done so already
$ rustup target add thumbv7em-none-eabihf
Build the application:
$ cargo build --release