ChibiOS/demos/KINETIS/RT-FREEDOM-KL25Z-EXT
Giovanni Di Sirio 830278dcd2 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9153 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-03-23 18:43:19 +00:00
..
debug [KINETIS] Add Eclipse project files 2016-02-23 20:50:09 +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 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8905 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-02-16 14:08:44 +00:00
chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9153 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-03-23 18:43:19 +00:00
halconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9153 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-03-23 18:43:19 +00:00
main.c Mass license update. 2016-03-18 10:29:35 +00:00
mcuconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9153 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-03-23 18:43:19 +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 **