aboutsummaryrefslogtreecommitdiffstats
path: root/demos/KINETIS/RT-TEENSY3/readme.txt
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-07 15:41:59 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-07 15:41:59 +0000
commita41f866476e77d7a1e4ac1fe1c5db013995cc5e6 (patch)
treea63a4ec753f42e50d7408509756b20f6f8b3578e /demos/KINETIS/RT-TEENSY3/readme.txt
parent1f850bc0ed1b3639ebf829674acc89b302149483 (diff)
downloadChibiOS-a41f866476e77d7a1e4ac1fe1c5db013995cc5e6.tar.gz
ChibiOS-a41f866476e77d7a1e4ac1fe1c5db013995cc5e6.tar.bz2
ChibiOS-a41f866476e77d7a1e4ac1fe1c5db013995cc5e6.zip
[KINETIS] Add Teensy 3.0 demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7160 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, 17 insertions, 0 deletions
diff --git a/demos/KINETIS/RT-TEENSY3/readme.txt b/demos/KINETIS/RT-TEENSY3/readme.txt
new file mode 100644
index 000000000..7680d0042
--- /dev/null
+++ b/demos/KINETIS/RT-TEENSY3/readme.txt
@@ -0,0 +1,17 @@
+*****************************************************************************
+** 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.