ChibiOS/demos/AVR/NIL-MT-DB-X4
Giovanni Di Sirio f6ddc053fd Mass updated all demos with the new test code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10886 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-10-23 12:46:52 +00:00
..
Makefile Mass updated all demos with the new test code. 2017-10-23 12:46:52 +00:00
chconf.h Fixed various typos and documentation-related issues. 2017-10-05 07:05:45 +00:00
halconf.h Re-alignment of all halconf.h files. 2017-10-22 13:34:38 +00:00
main.c Add a NIL demo for AVR XMega. 2017-08-09 20:29:52 +00:00
mcuconf.h Add a NIL demo for AVR XMega. 2017-08-09 20:29:52 +00:00
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 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 by using a threas.

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