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

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

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