summaryrefslogtreecommitdiff
path: root/README.md
blob: a80d1add75fd6d407172091f66d32d2afe56cc81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Stellaris

A ready-made repository for writing, compiling and flashing code for the TI Stellaris.

Tested on Mac OS X 10.6.8, should work on most Macs and Linuxes.

## Requirements

 - [ARM EABI Toolchain Builder](https://github.com/jsnyder/arm-eabi-toolchain)
 - [lm4tools](https://github.com/utzig/lm4tools)
 - TI Stellaris LM4F120XL dev board


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