summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README39
1 files changed, 39 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4d4bf2c
--- /dev/null
+++ b/README
@@ -0,0 +1,39 @@
+Dependencies
+============
+
+avr-libc
+binutils-avr
+gcc-avr
+avrdude
+dfu-programmer
+
+
+udev example rules
+==================
+
+tba...
+
+
+Build
+=====
+
+Getting the source via subversion:
+----------------------------------
+
+svn co https://svn.spreadspace.org/avr/trunk avr
+cd avr
+
+
+build and flash blink example
+-----------------------------
+
+# cd blink
+# make
+# make program
+# make run
+
+
+Usage:
+======
+
+tba... \ No newline at end of file