ChibiOS/demos/AVR-ATmega128-GCC
gdisirio 517440bad9 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@425 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-09-05 13:04:28 +00:00
..
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@325 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-06-26 14:06:21 +00:00
board.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@214 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-03-04 16:08:22 +00:00
board.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@219 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-03-07 15:24:00 +00:00
chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@425 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-09-05 13:04:28 +00:00
lcd.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@219 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-03-07 15:24:00 +00:00
lcd.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@219 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-03-07 15:24:00 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@333 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-07-04 12:12:25 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@219 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-03-07 15:24:00 +00:00

readme.txt

*****************************************************************************
** 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/