Skip to content

antoinealb/rust-demo-cortex-m4

Repository files navigation

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

About

A simple blinking LED project based on Rust, for fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published