aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC
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-ATmega128-GCC
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-ATmega128-GCC')
-rw-r--r--demos/AVR-ATmega128-GCC/readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/AVR-ATmega128-GCC/readme.txt b/demos/AVR-ATmega128-GCC/readme.txt
index b580dbc6e..1c6ab3c5d 100644
--- a/demos/AVR-ATmega128-GCC/readme.txt
+++ b/demos/AVR-ATmega128-GCC/readme.txt
@@ -1,5 +1,5 @@
*****************************************************************************
-** ChibiOS/RT port for Atmel AVRmega128. **
+** ChibiOS/RT port for Atmel AVR ATmega128. **
*****************************************************************************
** TARGET **
@@ -10,6 +10,7 @@ The demo runs on an Olimex AVR-MT-128 board.
The demo currently just toggles the relay using a thread. It will be expanded
in next releases.
+By pressing the button 1 the test suite is activated, output on serial port 2.
** Build Procedure **