ChibiOS/demos/AVR-Arduino-GCC
utzig b874475dd7 Make AVR I2C config naming more standard
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5901 35acf78f-673a-0410-8e92-d51de3d6d3f4
2013-06-27 15:19:20 +00:00
..
Makefile AVR: improvements and fixes 2013-06-27 11:28:02 +00:00
chconf.h AVR: improvements and fixes 2013-06-27 11:28:02 +00:00
halconf.h AVR: improvements and fixes 2013-06-27 11:28:02 +00:00
main.c AVR: improvements and fixes 2013-06-27 11:28:02 +00:00
mcuconf.h Make AVR I2C config naming more standard 2013-06-27 15:19:20 +00:00
readme.txt AVR: improvements and fixes 2013-06-27 11:28:02 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT demo for Atmel AVR ATmega328.                                **
*****************************************************************************

** TARGET **

The demo runs on an Arduino board with an ATmega328 MCU in it, eg. the Arduino 
Uno or Duemilanove.

** The Demo **

The demo prints the "Hello world" on Serial0, which is available on the board
USB connector, and toggles the LED on PB5 (pin 13 on Arduino IDE) every second.

** Build Procedure **

The demo was built using the GCC AVR toolchain. It should build with WinAVR too!

** Notes **

This demo can be programmed onto the Arduino while leaving the Arduino bootloader
in place. This means that the programming can be done through the USB connector
as well.