aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-AT90CANx-GCC/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-06 11:38:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-06 11:38:11 +0000
commita6dbd7a691a6c70ebaf132cdc92fc21b3428f6f7 (patch)
treedff2e14b35b28b93116ed5214fc78e1cb8723b90 /demos/AVR-AT90CANx-GCC/readme.txt
parent8c39bfc93d6c68e5d64707916558b6316f611be2 (diff)
downloadChibiOS-a6dbd7a691a6c70ebaf132cdc92fc21b3428f6f7.tar.gz
ChibiOS-a6dbd7a691a6c70ebaf132cdc92fc21b3428f6f7.tar.bz2
ChibiOS-a6dbd7a691a6c70ebaf132cdc92fc21b3428f6f7.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@217 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-AT90CANx-GCC/readme.txt')
-rw-r--r--demos/AVR-AT90CANx-GCC/readme.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/demos/AVR-AT90CANx-GCC/readme.txt b/demos/AVR-AT90CANx-GCC/readme.txt
new file mode 100644
index 000000000..3102bcf15
--- /dev/null
+++ b/demos/AVR-AT90CANx-GCC/readme.txt
@@ -0,0 +1,25 @@
+*****************************************************************************
+** ChibiOS/RT port for Atmel AVR AT90CAN128. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Olimex AVR-CAN board.
+
+** The Demo **
+
+The demo currently just flashes the board LED using a thread. It will be
+expanded in next releases.
+By pressing the board button the test suite is activated, output on serial
+port 2.
+
+** 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/