From a08f9a3ae096549100481fece8ae52052877541b Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 5 Nov 2007 21:34:49 +0100 Subject: * digital/avr/doc: - added AVR Modules introduction. --- digital/avr/doc/intro.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 digital/avr/doc/intro.txt (limited to 'digital') 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. -- cgit v1.2.3