aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/TM4C129x/platform.mk
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2017-07-02 17:11:10 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2017-07-03 22:23:55 +0200
commitffd9d3fd90ffe7f8a7f9d824fa3d9d8b6f33c196 (patch)
treee0accaff1b8a4db516e05c6bea00b59c090c3a95 /os/hal/ports/TIVA/TM4C129x/platform.mk
parent4092650b1bc013a21c0eaf27f62c84dbf2aece42 (diff)
downloadChibiOS-Contrib-ffd9d3fd90ffe7f8a7f9d824fa3d9d8b6f33c196.tar.gz
ChibiOS-Contrib-ffd9d3fd90ffe7f8a7f9d824fa3d9d8b6f33c196.tar.bz2
ChibiOS-Contrib-ffd9d3fd90ffe7f8a7f9d824fa3d9d8b6f33c196.zip
Initial ADC driver and testhal application for TM4C123x.
Diffstat (limited to 'os/hal/ports/TIVA/TM4C129x/platform.mk')
-rw-r--r--os/hal/ports/TIVA/TM4C129x/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/TIVA/TM4C129x/platform.mk b/os/hal/ports/TIVA/TM4C129x/platform.mk
index fb2dc4a..8e4c9fa 100644
--- a/os/hal/ports/TIVA/TM4C129x/platform.mk
+++ b/os/hal/ports/TIVA/TM4C129x/platform.mk
@@ -11,6 +11,7 @@ HALCONF := $(strip $(shell cat halconf.h | egrep -e "\#define"))
endif
# Drivers compatible with the platform.
+include $(CHIBIOS_CONTRIB)/os/hal/ports/TIVA/LLD/ADC/driver.mk
include $(CHIBIOS_CONTRIB)/os/hal/ports/TIVA/LLD/GPIO/driver.mk
include $(CHIBIOS_CONTRIB)/os/hal/ports/TIVA/LLD/GPTM/driver.mk
include $(CHIBIOS_CONTRIB)/os/hal/ports/TIVA/LLD/I2C/driver.mk