Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 443 Bytes

README.markdown

File metadata and controls

22 lines (11 loc) · 443 Bytes

Rust on Cortex-M4

This project implements a blinking LED on a Texas Instrument Tiva C microcontroller.

Setup tutorial

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