/rust-demo-cortex-m4

A simple blinking LED project based on Rust, for fun

Primary LanguageRustOtherNOASSERTION

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 l4mftools :

make load

Hardfloat ABI

There is a second branch using the hardfloat ABI. See issue #1 for discussion