aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkuspetermann <markuspetermann@users.noreply.github.com>2019-08-07 00:36:02 +0200
committerGitHub <noreply@github.com>2019-08-07 00:36:02 +0200
commit5ea770676fd1c0e793437b13341f40067a3e5c5d (patch)
tree2c1259f5426e28eeccb5872615b5ab23acc4d26b
parent62161f8106b99a705d0f7ce59c4e4f3e9249aad5 (diff)
downloadChibiOS-Contrib-5ea770676fd1c0e793437b13341f40067a3e5c5d.tar.gz
ChibiOS-Contrib-5ea770676fd1c0e793437b13341f40067a3e5c5d.tar.bz2
ChibiOS-Contrib-5ea770676fd1c0e793437b13341f40067a3e5c5d.zip
Added hal lld's to platform.mk of STM32F7xx
-rw-r--r--os/hal/ports/STM32/STM32F7xx/platform.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/platform.mk b/os/hal/ports/STM32/STM32F7xx/platform.mk
index 1c806a7..9294c6a 100644
--- a/os/hal/ports/STM32/STM32F7xx/platform.mk
+++ b/os/hal/ports/STM32/STM32F7xx/platform.mk
@@ -12,7 +12,12 @@ HALCONF := $(strip $(shell cat $(CONFDIR)/halconf.h $(CONFDIR)/halconf_community
else
endif
+include ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1/driver.mk
+include ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/DMA2Dv1/driver.mk
include ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/FSMCv1/driver.mk
+include ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1/driver.mk
+include ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/LTDCv1/driver.mk
+include ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/USBHv1/driver.mk
# Shared variables
ALLCSRC += $(PLATFORMSRC_CONTRIB)