ChibiOS/demos/AVR/RT-MT-DB-X4
Theodore Ateba 75d472f580 AVR: Update all configuration files of RT demos 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@11153 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-12-20 20:29:56 +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 RT demos to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h 2017-12-20 20:29:56 +00:00
halconf.h Re-alignment of all halconf.h files. 2017-10-22 13:34:38 +00:00
main.c Add an RT demo for AVR XMega. 2017-08-10 19:59:10 +00:00
mcuconf.h Add an RT demo for AVR XMega. 2017-08-10 19:59:10 +00:00
readme.txt AVR: Add missing readme.txt file in demos folders. 2017-10-01 09:42:16 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT port for ATxmega128a4u.                                      **
*****************************************************************************

** TARGET **

The demo runs on the mattair Tech MT-DB-X4 board.

** The Demo **

The demo show how to blink the onboard LED every second.

** Build Procedure **

The demo was built using the GCC AVR toolchain. It should build with WinAVR too!

** Programming procedure **

The board can be flash by using the Makefile and the DFU Programmer tools.
See the make file for more details.