diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-10-29 21:40:57 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-10-29 21:40:57 +0200 |
| commit | b09e109db5f03993738fe62e9fa82d0b15ee3ec8 (patch) | |
| tree | c8e47eee6611d0166963a96f5d4e11d405962294 | |
| parent | 44b979ac3dc53b29ee8176517b7d9a10935630c0 (diff) | |
Updated README
| -rw-r--r-- | README.md | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -1,4 +1,17 @@ -Various Stellaris Code -====================== +Some various TI Stellaris code I use with the open ARM EABI toolchain and lm4tools. -TODO: ORGANIZE. +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 project0` + - `make` + - `lm4flash gcc/project0.bin` + - Great success! |
