aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-08-07 12:54:43 +0200
committerGitHub <noreply@github.com>2019-08-07 12:54:43 +0200
commite346e779339636f578536785014609e46866fb9c (patch)
treeff21353890fe65f4021abe317e4f214c0b38b2e7 /os
parent2ef3184e62ebae2c627ff938cd0b649dbe72da2e (diff)
parent5ea770676fd1c0e793437b13341f40067a3e5c5d (diff)
downloadChibiOS-Contrib-e346e779339636f578536785014609e46866fb9c.tar.gz
ChibiOS-Contrib-e346e779339636f578536785014609e46866fb9c.tar.bz2
ChibiOS-Contrib-e346e779339636f578536785014609e46866fb9c.zip
Merge pull request #194 from markuspetermann/patch-1
Added hal lld's to platform.mk of STM32F7xx
Diffstat (limited to 'os')
-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)