ChibiOS/demos/AVR/RT-ARDUINOMEGA
Giovanni Di Sirio 4972de4967 Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8676 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-01-03 11:13:25 +00:00
..
Makefile [AVR] Optimize out unused sections 2015-11-10 16:56:57 +00:00
chconf.h [AVR] Make tickless default for Mega demo 2015-07-26 14:17:40 +00:00
halconf.h Documentation-related fixes. 2016-01-03 11:13:25 +00:00
main.c [AVR] Update thread to use definition macro 2015-06-04 12:49:42 +00:00
mcuconf.h MISRA-related fixes. 2015-03-03 10:02:55 +00:00
readme.txt

readme.txt

*****************************************************************************
** ChibiOS/RT port for Atmel AVR ATmega1280.                                **
*****************************************************************************

** TARGET **

The demo runs on an Arduino Mega board.

** The Demo **

The demo currently just prints the TestThread output on Serial0, which is
available on the board USB connector (FT232 converter), and toggles the LED
on PB7 (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 runs natively so the Arduino bootloader must be removed and the FUSEs
reprogrammed. The values used for fuses are LFUSE=0xe7 and HFUSE=0x99.