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
There is a second branch using the hardfloat ABI. See issue #1 for discussion