summaryrefslogtreecommitdiff
path: root/README.md
blob: bd8f0946e00259be1fa259b902c8a436fa7b4a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Some various TI Stellaris code I use with the open ARM EABI toolchain and lm4tools.

Tested on Mac OS X 10.6.8

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!