summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Schodet2007-11-05 21:34:49 +0100
committerNicolas Schodet2007-11-05 21:34:49 +0100
commita08f9a3ae096549100481fece8ae52052877541b (patch)
tree90771777c6a7502ac41c6a4dacbc5935832609c8
parentc1b3d1e78a0e271739c8b4f741f648b38b4288f6 (diff)
* digital/avr/doc:
- added AVR Modules introduction.
-rw-r--r--digital/avr/doc/intro.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/digital/avr/doc/intro.txt b/digital/avr/doc/intro.txt
new file mode 100644
index 00000000..ef29342d
--- /dev/null
+++ b/digital/avr/doc/intro.txt
@@ -0,0 +1,25 @@
+==========================
+ AVR Modules Introduction
+==========================
+:Author: Ni
+
+AVR modules is a set of small and simple reusable modules to make it easier to
+program a robot using AVR microcontrollers.
+
+It is currently only tested under Linux, using the GCC compiler for both host
+and target compilation.
+
+If you are running Debian, you will need:
+
+- gcc-avr,
+- avr-libc,
+- gcc, make and other classic development packages...
+
+And you will probably need:
+
+- avrdude, to program the AVR chips,
+- gdb-avr and avarice, if you plan to use a JTAG connection,
+- simulavr to run simulated algorithms.
+
+This directory is populated with general documentation. You can find further
+help in the modules directories and in the source code.