ChibiOS/demos/AVR-ATmega128-GCC
gdisirio d8be44136c Fixed bug 3100946, renamed HAL switches removing the CH_ part.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2326 35acf78f-673a-0410-8e92-d51de3d6d3f4
2010-11-01 17:29:56 +00:00
..
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1439 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-18 21:00:27 +00:00
chconf.h Reverted name change for macro THREAD_EXT_FIELDS. 2010-09-27 18:43:55 +00:00
halconf.h Fixed bug 3100946, renamed HAL switches removing the CH_ part. 2010-11-01 17:29:56 +00:00
lcd.c Updated license dates. 2010-02-21 07:24:53 +00:00
lcd.h Updated license dates. 2010-02-21 07:24:53 +00:00
main.c Updated license dates. 2010-02-21 07:24:53 +00:00
mcuconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1938 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-05-19 17:19:44 +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/