diff options
Diffstat (limited to 'ChibiOS_16.1.5/community/demos/KINETIS/RT-FREEDOM-KL25Z-EXT/readme.txt')
-rw-r--r-- | ChibiOS_16.1.5/community/demos/KINETIS/RT-FREEDOM-KL25Z-EXT/readme.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChibiOS_16.1.5/community/demos/KINETIS/RT-FREEDOM-KL25Z-EXT/readme.txt b/ChibiOS_16.1.5/community/demos/KINETIS/RT-FREEDOM-KL25Z-EXT/readme.txt new file mode 100644 index 0000000..fd28dd8 --- /dev/null +++ b/ChibiOS_16.1.5/community/demos/KINETIS/RT-FREEDOM-KL25Z-EXT/readme.txt @@ -0,0 +1,16 @@ +*****************************************************************************
+** 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 **
|