Skip to content

saschagrunert/stm32h7-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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