summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-07-10 11:43:40 +0300
committerYuval Adam <yuv.adm@gmail.com>2013-07-10 11:43:40 +0300
commit931bc73dbd9a253709ad5dbcaf71a971ae0c0211 (patch)
treee8618c3ab03bcad98fbcc3f7e85cec7e3d09bb9f /README.md
parentcf0dc0a31634bf18eef97d73fa9640abf0382f08 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index bd8f094..a80d1ad 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,17 @@
-Some various TI Stellaris code I use with the open ARM EABI toolchain and lm4tools.
+# Stellaris
-Tested on Mac OS X 10.6.8
+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
-Requirements
-------------
- [ARM EABI Toolchain Builder](https://github.com/jsnyder/arm-eabi-toolchain)
- [lm4tools](https://github.com/utzig/lm4tools)
- TI Stellaris LM4F120XL dev board
-Usage
------
+## Usage
- `cd boards/ek-lm4f120xl/project0`
- `make`
- `lm4flash gcc/project0.bin`