aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/compilers/GCC/mk
diff options
context:
space:
mode:
authorWim Lewis <wiml@hhhh.org>2018-01-06 03:09:58 -0800
committerWim Lewis <wiml@hhhh.org>2018-01-06 03:09:58 -0800
commit0df335ce458085b0ca5910980855ecb0975dff6f (patch)
treea7ec81929c5add2694622ae07e3e04a8a630dd66 /os/common/startup/ARMCMx/compilers/GCC/mk
parentb5321c7e0ef470ed2dbb50dc1322c1252dea2d50 (diff)
downloadChibiOS-Contrib-0df335ce458085b0ca5910980855ecb0975dff6f.tar.gz
ChibiOS-Contrib-0df335ce458085b0ca5910980855ecb0975dff6f.tar.bz2
ChibiOS-Contrib-0df335ce458085b0ca5910980855ecb0975dff6f.zip
Basic support for the (Motorola/Freescale/NXP) Kinetis MK64FX512 chip,
partially copied from the existing K20 support.
Diffstat (limited to 'os/common/startup/ARMCMx/compilers/GCC/mk')
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/mk/startup_k60x.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/compilers/GCC/mk/startup_k60x.mk b/os/common/startup/ARMCMx/compilers/GCC/mk/startup_k60x.mk
new file mode 100644
index 0000000..777df43
--- /dev/null
+++ b/os/common/startup/ARMCMx/compilers/GCC/mk/startup_k60x.mk
@@ -0,0 +1,12 @@
+# List of the ChibiOS generic K60x 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/K60x \
+ $(CHIBIOS)/os/common/ext/CMSIS/include \
+ $(CHIBIOS_CONTRIB)/os/common/ext/CMSIS/KINETIS
+
+STARTUPLD = $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/ld