aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/platform.mk
blob: 0fa3ce0014e4cd5ae08d8744bce9b995dd05cfc6 (plain)
1
2
3
4
5
6
7
include ${CHIBIOS}/os/hal/ports/STM32/STM32F4xx/platform.mk

PLATFORMSRC += ${CHIBIOS}/os/hal/ports/STM32/LLD/FSMCv1/fsmc.c \
               ${CHIBIOS}/os/hal/ports/STM32/LLD/FSMCv1/nand_lld.c \
               ${CHIBIOS}/os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c

PLATFORMINC += ${CHIBIOS}/os/hal/ports/STM32/LLD/FSMCv1