summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..736a263
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# Tiva C
+
+A ready-made repository for writing, compiling and flashing code for the TI Tiva C.
+
+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 Tiva C TM4C123x or TM4C129x series dev board
+
+
+## Usage
+
+Assuming you're using the Tiva C Connected Launchpad dev board (`ek-tm4c1294xl`):
+
+```bash
+$ cd boards/ek-tm4c1294xl/project0
+$ make
+$ lm4flash gcc/project0.bin
+# Great success!
+```