aboutsummaryrefslogtreecommitdiffstats
path: root/demos/KINETIS/RT-TEENSY3/readme.txt
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2016-03-28 20:21:08 -0300
committerFabio Utzig <utzig@utzig.org>2016-03-28 20:21:08 -0300
commit778340c65318a9935a2f937ff520a32397fd07ad (patch)
treed3206875aeda84ca5d4ea42fa12dc134712d4869 /demos/KINETIS/RT-TEENSY3/readme.txt
parentc0e6748a9f9775f65a4fe2553d9ea2773d0380d8 (diff)
parentc63d6a590810570aa1dfec2d07f5bac1f8d698ad (diff)
downloadChibiOS-Contrib-778340c65318a9935a2f937ff520a32397fd07ad.tar.gz
ChibiOS-Contrib-778340c65318a9935a2f937ff520a32397fd07ad.tar.bz2
ChibiOS-Contrib-778340c65318a9935a2f937ff520a32397fd07ad.zip
Merge pull request #45 from utzig/kinetis
[KINETIS] Move from main repo to contrib
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 0000000..7680d00
--- /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.