ChibiOS/demos/KINETIS/RT-FREEDOM-KL25Z-EXT
Giovanni Di Sirio 3312f25c7a git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8042 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-06-17 18:41:18 +00:00
..
debug [KINETIS] EXT demos 2014-09-01 00:19:12 +00:00
.cproject git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8042 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-06-17 18:41:18 +00:00
.project git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7599 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-12-27 16:56:41 +00:00
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 DAC off by default. 2015-05-03 09:25:35 +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 [KINETIS] EXT demos 2014-09-01 00:19:12 +00:00

readme.txt

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

** TARGET **

The demo runs on an Freescale Freedom KL25Z 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 blue led will toggle.

** Build Procedure **