aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/platform.mk
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-11-16 11:44:48 +0300
committerbarthess <barthess@yandex.ru>2014-11-16 11:44:48 +0300
commit70465e063dd7493e6d6351316e4cd27928da5483 (patch)
tree2e96443c892b6fc56a5c538dce717a44e3112e29 /os/hal/ports/STM32/STM32F4xx/platform.mk
parent3c9ff8aace11aa20f3474191a27e3f2485ef35c6 (diff)
parented62d9e4d42bde4b929be2523ad94c1a7c8d2827 (diff)
downloadChibiOS-Contrib-70465e063dd7493e6d6351316e4cd27928da5483.tar.gz
ChibiOS-Contrib-70465e063dd7493e6d6351316e4cd27928da5483.tar.bz2
ChibiOS-Contrib-70465e063dd7493e6d6351316e4cd27928da5483.zip
Merge branch 'fsmc'
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx/platform.mk')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/platform.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/platform.mk b/os/hal/ports/STM32/STM32F4xx/platform.mk
new file mode 100644
index 0000000..2ede59d
--- /dev/null
+++ b/os/hal/ports/STM32/STM32F4xx/platform.mk
@@ -0,0 +1,8 @@
+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/src/fsmc_sdram.c
+
+PLATFORMINC += ${CHIBIOS}/community/os/hal/ports/STM32/LLD/FSMCv1