aboutsummaryrefslogtreecommitdiffstats
path: root/demos/KINETIS/RT-TEENSY3/readme.txt
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2016-04-05 23:34:54 +0000
committerFabio Utzig <utzig@utzig.org>2016-04-05 23:34:54 +0000
commitd5a4fc01a4d387cc1073812da6b777f71dfdf75e (patch)
tree3d8b6293d52278f4c9b28c8b084ada8497edc13d /demos/KINETIS/RT-TEENSY3/readme.txt
parent9323ae6bffdbfd45fd86cf4fa540a29a22a1ad1b (diff)
downloadChibiOS-d5a4fc01a4d387cc1073812da6b777f71dfdf75e.tar.gz
ChibiOS-d5a4fc01a4d387cc1073812da6b777f71dfdf75e.tar.bz2
ChibiOS-d5a4fc01a4d387cc1073812da6b777f71dfdf75e.zip
[KINETIS] Remove demos (moved to contrib)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9249 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/KINETIS/RT-TEENSY3/readme.txt')
-rw-r--r--demos/KINETIS/RT-TEENSY3/readme.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/demos/KINETIS/RT-TEENSY3/readme.txt b/demos/KINETIS/RT-TEENSY3/readme.txt
deleted file mode 100644
index 7680d0042..000000000
--- a/demos/KINETIS/RT-TEENSY3/readme.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-*****************************************************************************
-** ChibiOS/RT port for ARM-Cortex-M4 MK20DX128. **
-*****************************************************************************
-
-** TARGET **
-
-The demo runs on a PJRC Teensy 3 board.
-
-** The Demo **
-
-The demo shows how to blink the LED on pin 13 of the board.
-
-** Build Procedure **
-
-The demo has been tested by using the free ARM-none GCC toolchain. Just
-modify the TRGT line in the makefile in order to use different GCC
-toolchains.