stm32h7xx 0.2.0

A template for building applications for ARM Cortex-M7 STM32H7xx Microcontrollers
stm32h7xx-0.2.0 doesn't have any documentation.

STM32H7 Rust

Build Status License MIT Crates.io doc.rs

A template for building applications for ARM Cortex-M7 STM32H7xx Microcontrollers.

Dependencies

Building

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