diff options
author | barthess <barthess@yandex.ru> | 2015-03-13 23:26:24 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-03-13 23:26:24 +0300 |
commit | 6398d0d351113deee123985f52ea288b74e6b2e7 (patch) | |
tree | a0f47d49744982e236a9a36bc2a522366e3f9ab9 /os | |
parent | 22819b0f466a94a99cd65c970cea5623235d179d (diff) | |
download | ChibiOS-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')
-rw-r--r-- | os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c (renamed from os/hal/ports/STM32/LLD/eicu_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/ports/STM32/LLD/TIMv1/eicu_lld.h (renamed from os/hal/ports/STM32/LLD/eicu_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/ports/STM32/STM32F4xx/platform.mk | 3 |
3 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/eicu_lld.c b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c index 8b03da6..8b03da6 100644 --- a/os/hal/ports/STM32/LLD/eicu_lld.c +++ b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.c diff --git a/os/hal/ports/STM32/LLD/eicu_lld.h b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.h index 45d9b4e..45d9b4e 100644 --- a/os/hal/ports/STM32/LLD/eicu_lld.h +++ b/os/hal/ports/STM32/LLD/TIMv1/eicu_lld.h 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
|