ChibiOS/testhal/AVR/MEGA/EXT
Theodore Ateba 2bd9de7041 AVR: Update all configuration files of testhal to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11155 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-12-21 09:16:17 +00:00
..
Makefile AVR: Correct the email address on all makefile. 2017-11-16 22:11:26 +00:00
chconf.h AVR: Update all configuration files of testhal to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h 2017-12-21 09:16:17 +00:00
halconf.h Re-alignment of all halconf.h files. 2017-10-22 13:34:38 +00:00
main.c Add a specific directory for AVR MEGA in the testhal. 2017-08-16 06:39:57 +00:00
mcuconf.h Add a specific directory for AVR MEGA in the testhal. 2017-08-16 06:39:57 +00:00
readme.txt Add a specific directory for AVR MEGA in the testhal. 2017-08-16 06:39:57 +00:00

readme.txt

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

** TARGET **

The demo runs on an Arduino Mega2560 board.

** The Demo **

The demo currently just prints the number of External Interruption detected
on the Serial0, which is available on the board USB connector
(FT232 converter). The LED on PB7 (pin 13 on Arduino IDE) is also toggle on
every interruption. A switch is connected to INT4, the D2 pin on the Arduino
Mega2560 board.

** Build Procedure **

The demo was built using the GCC AVR toolchain.