ChibiOS/demos/AVR/RT-ARDUINO-MEGA
Theodore Ateba a4b5f16690 AVR: Add the os lib test suite part to the AVR Mega demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10933 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-11-04 10:46:21 +00:00
..
Makefile Mass updated all demos with the new test code. 2017-10-23 12:46:52 +00:00
chconf.h AVR: Activate the dynamic flag on the RTOS configuration for the test suite. 2017-11-04 10:46:13 +00:00
halconf.h Re-alignment of all halconf.h files. 2017-10-22 13:34:38 +00:00
main.c AVR: Add the os lib test suite part to the AVR Mega demo. 2017-11-04 10:46:21 +00:00
mcuconf.h Rename AVR demos 2017-06-09 23:31:17 +00:00
readme.txt AVR: Update readme.txt files in demos folders. 2017-10-01 09:42:28 +00:00

readme.txt

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

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