aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-03-13 23:26:24 +0300
committerbarthess <barthess@yandex.ru>2015-03-13 23:26:24 +0300
commit6398d0d351113deee123985f52ea288b74e6b2e7 (patch)
treea0f47d49744982e236a9a36bc2a522366e3f9ab9 /os/hal/ports/STM32/STM32F4xx
parent22819b0f466a94a99cd65c970cea5623235d179d (diff)
downloadChibiOS-Contrib-6398d0d351113deee123985f52ea288b74e6b2e7.tar.gz
ChibiOS-Contrib-6398d0d351113deee123985f52ea288b74e6b2e7.tar.bz2
ChibiOS-Contrib-6398d0d351113deee123985f52ea288b74e6b2e7.zip
EICU. Low level driver moved to TIMv1 directory
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/platform.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/platform.mk b/os/hal/ports/STM32/STM32F4xx/platform.mk
index cd25988..598807e 100644
--- a/os/hal/ports/STM32/STM32F4xx/platform.mk
+++ b/os/hal/ports/STM32/STM32F4xx/platform.mk
@@ -3,8 +3,9 @@ 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/ports/STM32/LLD/TIMv1/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/TIMv1 \
${CHIBIOS}/community/os/hal/ports/STM32/LLD