From 5ea770676fd1c0e793437b13341f40067a3e5c5d Mon Sep 17 00:00:00 2001 From: markuspetermann Date: Wed, 7 Aug 2019 00:36:02 +0200 Subject: Added hal lld's to platform.mk of STM32F7xx --- os/hal/ports/STM32/STM32F7xx/platform.mk | 5 +++++ 1 file changed, 5 insertions(+) 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) -- cgit v1.2.3