diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-02-29 15:02:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-02-29 15:02:45 +0000 |
commit | 2680f87b476671ef8af6314bfbf115b31daf0f50 (patch) | |
tree | d83537faccff4a865679c2bcb98ef18dd0a220bb /demos | |
parent | 4ea04cc357408d68750e5b4a9d834c5a5d015fa7 (diff) | |
download | ChibiOS-2680f87b476671ef8af6314bfbf115b31daf0f50.tar.gz ChibiOS-2680f87b476671ef8af6314bfbf115b31daf0f50.tar.bz2 ChibiOS-2680f87b476671ef8af6314bfbf115b31daf0f50.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@209 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/AVR-ATmega128-GCC/readme.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/demos/AVR-ATmega128-GCC/readme.txt b/demos/AVR-ATmega128-GCC/readme.txt new file mode 100644 index 000000000..b580dbc6e --- /dev/null +++ b/demos/AVR-ATmega128-GCC/readme.txt @@ -0,0 +1,23 @@ +*****************************************************************************
+** ChibiOS/RT port for Atmel AVRmega128. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Olimex AVR-MT-128 board.
+
+** The Demo **
+
+The demo currently just toggles the relay using a thread. It will be expanded
+in next releases.
+
+** Build Procedure **
+
+The demo was built using the WinAVR toolchain.
+
+** Notes **
+
+The demo requires include files from WinAVR that are not part of the ChibiOS/RT
+distribution, please install WinAVR.
+
+ http://winavr.sourceforge.net/
|