ChibiOS/demos/AVR/RT-ARDUINOMEGA
Fabio Utzig 6425481eb9 [AVR] Make tickless default for Mega demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8110 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-07-26 14:17:40 +00:00
..
Makefile [AVR] Add -mrelax compiler option 2015-07-26 14:16:48 +00:00
chconf.h [AVR] Make tickless default for Mega demo 2015-07-26 14:17:40 +00:00
halconf.h
main.c [AVR] Update thread to use definition macro 2015-06-04 12:49:42 +00:00
mcuconf.h
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.