#arm #template #cortex-m #m7

nightly no-std bin+lib stm32h7xx

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

2 unstable releases

Uses old Rust 2015

0.2.0 Jun 26, 2018
0.1.0 Jun 25, 2018

#577 in #arm

26 downloads per month

MIT license

200KB
220 lines

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

lib.rs:

The main library interface

Dependencies

~91MB
~2.5M SLoC