aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/TM4C123x
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/TM4C123x
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/TM4C123x')
-rw-r--r--os/hal/ports/TIVA/TM4C123x/platform.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/ports/TIVA/TM4C123x/platform.mk b/os/hal/ports/TIVA/TM4C123x/platform.mk
index 0f54c5a..e808142 100644
--- a/os/hal/ports/TIVA/TM4C123x/platform.mk
+++ b/os/hal/ports/TIVA/TM4C123x/platform.mk
@@ -8,7 +8,8 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \
${CHIBIOS}/community/os/hal/ports/TIVA/LLD/gpt_lld.c \
${CHIBIOS}/community/os/hal/ports/TIVA/LLD/pwm_lld.c \
${CHIBIOS}/community/os/hal/ports/TIVA/LLD/spi_lld.c \
- ${CHISIOS}/community/os/hal/ports/TIVA/LLD/tiva_udma.c
+ ${CHISIOS}/community/os/hal/ports/TIVA/LLD/tiva_udma.c \
+ ${CHISIOS}/community/os/hal/ports/TIVA/LLD/ext_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \