aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F0xx/platform.mk
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2016-02-18 20:51:06 +0300
committerUladzimir Pylinski <barthess@yandex.ru>2016-02-18 20:51:06 +0300
commitb634bd9beef41b5b141b994efa4ac3d55505d0c4 (patch)
tree38550a82a8a6a27ef1c6846ccf2594074e82dd2e /os/hal/ports/STM32/STM32F0xx/platform.mk
parentd56a6f02425c6b7780953dc99fb5d0966165ec59 (diff)
parent499335cd61ae6daadf828b2ab2b3f8b40c0f7c03 (diff)
downloadChibiOS-Contrib-b634bd9beef41b5b141b994efa4ac3d55505d0c4.tar.gz
ChibiOS-Contrib-b634bd9beef41b5b141b994efa4ac3d55505d0c4.tar.bz2
ChibiOS-Contrib-b634bd9beef41b5b141b994efa4ac3d55505d0c4.zip
Merge pull request #43 from fpoussin/timcap-pull
TIMCAP Driver Merged pull request #43 from fpoussin/timcap-pull. Original driver: https://github.com/dsigma/ChibiOS/tree/master/demos/ARMCM4-STM32F407-WAVESHARE-OPEN-407I-C-TIM_CAP/timcap
Diffstat (limited to 'os/hal/ports/STM32/STM32F0xx/platform.mk')
-rw-r--r--os/hal/ports/STM32/STM32F0xx/platform.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/platform.mk b/os/hal/ports/STM32/STM32F0xx/platform.mk
index f7464ff..1dff83a 100644
--- a/os/hal/ports/STM32/STM32F0xx/platform.mk
+++ b/os/hal/ports/STM32/STM32F0xx/platform.mk
@@ -1,6 +1,8 @@
include ${CHIBIOS}/os/hal/ports/STM32/STM32F0xx/platform.mk
-PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1/crc_lld.c
+PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1/crc_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1/timcap_lld.c \
PLATFORMINC += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1 \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1 \
${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD