aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/TM4C129x
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2015-04-14 22:43:42 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2015-04-14 22:43:42 +0200
commit1afe28e9bed89a455947f91f2059152bc047b815 (patch)
treeba0d9b997bff125d61b1909fc8b1126bd294ca5c /os/hal/ports/TIVA/TM4C129x
parentc6474b882a3e28dabe18a12f27ba1e544e429d5c (diff)
downloadChibiOS-Contrib-1afe28e9bed89a455947f91f2059152bc047b815.tar.gz
ChibiOS-Contrib-1afe28e9bed89a455947f91f2059152bc047b815.tar.bz2
ChibiOS-Contrib-1afe28e9bed89a455947f91f2059152bc047b815.zip
Tiva. EXT. Added ext_lld files and added ext_lld.c to platform.mk
Diffstat (limited to 'os/hal/ports/TIVA/TM4C129x')
-rw-r--r--os/hal/ports/TIVA/TM4C129x/platform.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/ports/TIVA/TM4C129x/platform.mk b/os/hal/ports/TIVA/TM4C129x/platform.mk
index 35de5ce..97a5a73 100644
--- a/os/hal/ports/TIVA/TM4C129x/platform.mk
+++ b/os/hal/ports/TIVA/TM4C129x/platform.mk
@@ -4,7 +4,8 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \
${CHIBIOS}/community/os/hal/ports/TIVA/LLD/st_lld.c \
${CHIBIOS}/community/os/hal/ports/TIVA/LLD/pal_lld.c \
${CHIBIOS}/community/os/hal/ports/TIVA/LLD/serial_lld.c \
- ${CHIBIOS}/community/os/hal/ports/TIVA/LLD/mac_lld.c
+ ${CHIBIOS}/community/os/hal/ports/TIVA/LLD/mac_lld.c \
+ ${CHISIOS}/community/os/hal/ports/TIVA/LLD/ext_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \