tinySA/demos/AVR-Arduino-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 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] add DAC HAL options to disable annoying warning 2013-07-09 21:05:09 +00:00
main.c AVR: improvements and fixes 2013-06-27 11:28:02 +00:00
mcuconf.h [AVR] use better defines for timer based drivers 2013-07-08 22:26:33 +00:00
readme.txt AVR: improvements and fixes 2013-06-27 11:28:02 +00:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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