ChibiOS-Contrib/demos/KINETIS/RT-TEENSY3_6
Michael Stapelberg 4ee0b8fa26 port demo to Teensy 3.6
Getting the mcuconf and Makefile changes right is non-trivial for a beginner, so
this will be helpful for others who want to get started with ChibiOS on a Teensy 3.6.
2020-06-03 19:50:00 +02:00
..
debug branch RT-TEENSY3_6 from RT-TEENSY3 2020-06-03 18:46:16 +02:00
.cproject branch RT-TEENSY3_6 from RT-TEENSY3 2020-06-03 18:46:16 +02:00
.project branch RT-TEENSY3_6 from RT-TEENSY3 2020-06-03 18:46:16 +02:00
Makefile port demo to Teensy 3.6 2020-06-03 19:50:00 +02:00
chconf.h port demo to Teensy 3.6 2020-06-03 19:50:00 +02:00
halconf.h branch RT-TEENSY3_6 from RT-TEENSY3 2020-06-03 18:46:16 +02:00
halconf_community.h branch RT-TEENSY3_6 from RT-TEENSY3 2020-06-03 18:46:16 +02:00
main.c branch RT-TEENSY3_6 from RT-TEENSY3 2020-06-03 18:46:16 +02:00
mcuconf.h port demo to Teensy 3.6 2020-06-03 19:50:00 +02:00
readme.txt branch RT-TEENSY3_6 from RT-TEENSY3 2020-06-03 18:46:16 +02:00

readme.txt

*****************************************************************************
** 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.