yuvadm / stellaris

Open source toolchain for the TI Stellaris dev board
https://yuv.al/blog/an-open-toolchain-for-the-ti-stellaris/
53 stars 46 forks source link

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!