aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR-ATmega128-GCC/readme.txt')
-rw-r--r--demos/AVR-ATmega128-GCC/readme.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/demos/AVR-ATmega128-GCC/readme.txt b/demos/AVR-ATmega128-GCC/readme.txt
deleted file mode 100644
index 7158463fb..000000000
--- a/demos/AVR-ATmega128-GCC/readme.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-*****************************************************************************
-** ChibiOS/RT port for Atmel AVR ATmega128. **
-*****************************************************************************
-
-** TARGET **
-
-The demo runs on an Olimex AVR-MT-128 board.
-
-** The Demo **
-
-The demo currently just writes a hello world on the LCD and toggles the relay
-using a thread while button 2 is pressed.
-By pressing the button 1 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/