2008-02-29 15:02:45 +00:00
|
|
|
*****************************************************************************
|
2008-03-06 11:38:11 +00:00
|
|
|
** ChibiOS/RT port for Atmel AVR ATmega128. **
|
2008-02-29 15:02:45 +00:00
|
|
|
*****************************************************************************
|
|
|
|
|
|
|
|
** TARGET **
|
|
|
|
|
|
|
|
The demo runs on an Olimex AVR-MT-128 board.
|
|
|
|
|
|
|
|
** The Demo **
|
|
|
|
|
2008-03-07 15:24:00 +00:00
|
|
|
The demo currently just writes a hello world on the LCD and toggles the relay
|
|
|
|
using a thread while button 2 is pressed.
|
2008-03-06 11:38:11 +00:00
|
|
|
By pressing the button 1 the test suite is activated, output on serial port 2.
|
2008-02-29 15:02:45 +00:00
|
|
|
|
|
|
|
** 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/
|