/stm32h7-rs

Rust on STM32H7 Microcontrollers

Primary LanguageRustMIT LicenseMIT

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