aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/compilers/GCC/mk
diff options
context:
space:
mode:
authorMichael Walker <walkerstop@gmail.com>2018-04-30 16:34:26 -0700
committerMichael Walker <walkerstop@gmail.com>2018-04-30 16:34:26 -0700
commitb0a75810674d430ca104edda24800ff11073fdcb (patch)
tree6dcf4d56b1fc7d226979d4d1e78f47c9b5a80a91 /os/common/startup/ARMCMx/compilers/GCC/mk
parent2de67e2f4a268eae072c5fd76a1b160124cee4f6 (diff)
downloadChibiOS-Contrib-b0a75810674d430ca104edda24800ff11073fdcb.tar.gz
ChibiOS-Contrib-b0a75810674d430ca104edda24800ff11073fdcb.tar.bz2
ChibiOS-Contrib-b0a75810674d430ca104edda24800ff11073fdcb.zip
Attempt at Teensy 3.6 support
Diffstat (limited to 'os/common/startup/ARMCMx/compilers/GCC/mk')
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/mk/startup_MK66F18.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/compilers/GCC/mk/startup_MK66F18.mk b/os/common/startup/ARMCMx/compilers/GCC/mk/startup_MK66F18.mk
new file mode 100644
index 0000000..0cdd891
--- /dev/null
+++ b/os/common/startup/ARMCMx/compilers/GCC/mk/startup_MK66F18.mk
@@ -0,0 +1,12 @@
+# List of the ChibiOS generic MK66F18 startup and CMSIS files.
+STARTUPSRC = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt1.c \
+ $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/vectors.c
+
+STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S
+
+STARTUPINC = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC \
+ $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/devices/MK66F18 \
+ $(CHIBIOS)/os/common/ext/CMSIS/include \
+ $(CHIBIOS_CONTRIB)/os/common/ext/CMSIS/KINETIS
+
+STARTUPLD = $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/ld