aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/compilers/GCC/mk/startup_tm4c129x.mk
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2016-04-05 19:12:27 -0300
committerFabio Utzig <utzig@utzig.org>2016-04-05 19:12:27 -0300
commitb86af2c09feea9b50cb241c147a3881e55763a55 (patch)
tree3c842ee331a7219af0c75bb21025e9ecb7f6b1dd /os/common/startup/ARMCMx/compilers/GCC/mk/startup_tm4c129x.mk
parenta193ca0bcbe5c2fd20cfddbc714140e9646b226e (diff)
parent7c6fc955f7f2e6eff0cc948e795023802ef4fa6b (diff)
downloadChibiOS-Contrib-b86af2c09feea9b50cb241c147a3881e55763a55.tar.gz
ChibiOS-Contrib-b86af2c09feea9b50cb241c147a3881e55763a55.tar.bz2
ChibiOS-Contrib-b86af2c09feea9b50cb241c147a3881e55763a55.zip
Merge pull request #50 from utzig/fix-tiva-port
Fix tiva port
Diffstat (limited to 'os/common/startup/ARMCMx/compilers/GCC/mk/startup_tm4c129x.mk')
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/mk/startup_tm4c129x.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/compilers/GCC/mk/startup_tm4c129x.mk b/os/common/startup/ARMCMx/compilers/GCC/mk/startup_tm4c129x.mk
new file mode 100644
index 0000000..4046774
--- /dev/null
+++ b/os/common/startup/ARMCMx/compilers/GCC/mk/startup_tm4c129x.mk
@@ -0,0 +1,11 @@
+# List of the ChibiOS generic TM4C129x 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/TM4C129x \
+ $(CHIBIOS)/os/common/ext/CMSIS/include
+
+STARTUPLD = $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/ld