Tiva. Added new startup files.

This commit is contained in:
marcoveeneman 2015-04-15 23:16:23 +02:00
parent 491f5ff675
commit 9d14e38afe
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# List of the ChibiOS generic TM4C123x startup and CMSIS files.
STARTUPSRC = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/crt1.c \
$(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/vectors.c
STARTUPASM = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/crt0_v7m.s
STARTUPINC = $(CHIBIOS)/community/os/common/ports/ARMCMx/devices/TM4C123x \
$(CHIBIOS)/os/ext/CMSIS/include
STARTUPLD = $(CHIBIOS)/community/os/common/ports/ARMCMx/compilers/GCC/ld

View File

@ -0,0 +1,10 @@
# List of the ChibiOS generic TM4C129x startup and CMSIS files.
STARTUPSRC = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/crt1.c \
$(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/vectors.c
STARTUPASM = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/crt0_v7m.s
STARTUPINC = $(CHIBIOS)/community/os/common/ports/ARMCMx/devices/TM4C129x \
$(CHIBIOS)/os/ext/CMSIS/include
STARTUPLD = $(CHIBIOS)/community/os/common/ports/ARMCMx/compilers/GCC/ld