Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 615 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 615 Bytes

Stellaris

A complete repository for writing, compiling and flashing code for the TI Stellaris, along with some sample projects. Based on a completely open-source toolchain, without the need to rely on cumbersome development environments.

Tested on OS X and Linux. Should work on most GNU/Linux/POSIX/*nix environments.

Requirements

Usage

$ cd boards/ek-lm4f120xl/project0
$ make
$ lm4flash gcc/project0.bin
# Great success!