2 unstable releases
Uses old Rust 2015
0.2.0 | Jun 26, 2018 |
---|---|
0.1.0 | Jun 25, 2018 |
#638 in #arm
200KB
220 lines
STM32H7 Rust
A template for building applications for ARM Cortex-M7 STM32H7xx Microcontrollers.
Dependencies
- Rust nightly toolchain
- ARM Cross Compiler (arm-none-eabi-gcc)
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