ChibiOS/demos/AVR/NIL-ARDUINO-MEGA
Theodore Ateba e3f12486f0 AVR: Update NIL demos files to resolve the error undefined reference to __heap_base__ and undefined reference to __heap_end__
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11154 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-12-20 20:30:10 +00:00
..
Makefile AVR: Update NIL demos files to resolve the error undefined reference to __heap_base__ and undefined reference to __heap_end__ 2017-12-20 20:30:10 +00:00
chconf.h AVR: Update NIL demos files to resolve the error undefined reference to __heap_base__ and undefined reference to __heap_end__ 2017-12-20 20:30:10 +00:00
halconf.h Re-alignment of all halconf.h files. 2017-10-22 13:34:38 +00:00
main.c
mcuconf.h
readme.txt AVR: Add missing readme.txt file in demos folders. 2017-10-01 09:42:16 +00:00

readme.txt

*****************************************************************************
** ChibiOS/NIL port for Atmel AVR ATmega2560.                              **
*****************************************************************************

** TARGET **

The demo runs on an Arduino Mega board.

** The Demo **

One thread prints a message to the serial console, which is available on
the board USB connector (FT232 converter).

Another thread toggles the LED on PB7 (pin 13 on Arduino IDE) every 500ms.

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