aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F0xx
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2016-05-16 20:56:46 +0300
committerUladzimir Pylinski <barthess@yandex.ru>2016-05-16 20:56:46 +0300
commitaefe1f951b166e3e6043c6126ddcb42299eae4e7 (patch)
tree092efc70e3fcea537317a8f8e1a48d5cf836d1a2 /os/hal/ports/STM32/STM32F0xx
parentb0dd73442bc0e0cd62a963b431aa9a72c6e86953 (diff)
parent4a36fb944b854eb91e74ce18a7b2cb0cedf7d0d1 (diff)
downloadChibiOS-Contrib-aefe1f951b166e3e6043c6126ddcb42299eae4e7.tar.gz
ChibiOS-Contrib-aefe1f951b166e3e6043c6126ddcb42299eae4e7.tar.bz2
ChibiOS-Contrib-aefe1f951b166e3e6043c6126ddcb42299eae4e7.zip
Merge pull request #72 from pl4nkton/add_qei_driver
Add qei driver
Diffstat (limited to 'os/hal/ports/STM32/STM32F0xx')
-rw-r--r--os/hal/ports/STM32/STM32F0xx/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/platform.mk b/os/hal/ports/STM32/STM32F0xx/platform.mk
index c796984..377acdf 100644
--- a/os/hal/ports/STM32/STM32F0xx/platform.mk
+++ b/os/hal/ports/STM32/STM32F0xx/platform.mk
@@ -2,6 +2,7 @@ include ${CHIBIOS}/os/hal/ports/STM32/STM32F0xx/platform.mk
PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1/hal_crc_lld.c \
${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1/hal_qei_lld.c \
PLATFORMINC += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1 \
${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1 \