ChibiOS/demos/AVR-ATmega128-GCC
utzig 82c16dccd4 [AVR] add DAC HAL options to disable annoying warning
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5944 35acf78f-673a-0410-8e92-d51de3d6d3f4
2013-07-09 21:05:09 +00:00
..
Makefile
chconf.h Relicensing parts of the tree under the Apache 2.0 license. 2013-03-30 10:32:37 +00:00
halconf.h [AVR] add DAC HAL options to disable annoying warning 2013-07-09 21:05:09 +00:00
lcd.c AVR: improvements and fixes 2013-06-27 11:28:02 +00:00
lcd.h Relicensing parts of the tree under the Apache 2.0 license. 2013-03-30 10:32:37 +00:00
main.c Relicensing parts of the tree under the Apache 2.0 license. 2013-03-30 10:32:37 +00:00
mcuconf.h [AVR] use better defines for timer based drivers 2013-07-08 22:26:33 +00:00
readme.txt

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/