ChibiOS/demos/KINETIS/RT-FREEDOM-K20D50M-EXT
Giovanni Di Sirio f02349c2b1 Updated all halconf.h files for WDG.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8560 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-12-03 15:32:42 +00:00
..
debug
.cproject
.project
Makefile Updated all makefiles by adding -Wundef. 2015-06-13 10:24:42 +00:00
chconf.h Fixed a formatting error in chconf.h. 2015-04-03 06:58:29 +00:00
halconf.h Updated all halconf.h files for WDG. 2015-12-03 15:32:42 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-01-11 13:56:55 +00:00
mcuconf.h MISRA-related fixes. 2015-03-03 10:02:55 +00:00
readme.txt

readme.txt

*****************************************************************************
** ChibiOS/RT port for ARM-Cortex-M4 Freedom Board K20D50M.                **
*****************************************************************************

** TARGET **

The demo runs on an Freescale Freedom K20D50M board.

** The Demo **

Generates an interrupt from an external button on PTA1. Assumes a button
is connected between PTA1 and ground. Uses the internal pullup on PTA1.

When the button is pressed the green led will toggle.

** Build Procedure **