rust-demo-cortex-m4
rust-demo-cortex-m4 copied to clipboard
A simple blinking LED project based on Rust, for fun
Rust on Cortex-M4
This project implements a blinking LED on a Texas Instrument Tiva C microcontroller.
To compile rust libraries (only needed once) :
make libs
To compile :
make
To send to board using OpenOCD :
make flash
Hardfloat ABI
There is a second branch using the hardfloat ABI. See issue #1 for discussion