aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F0xx
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2016-04-30 16:03:33 +0200
committerNicolas Reinecke <nr@das-labor.org>2016-05-08 18:27:11 +0200
commit6f67aa78c3061654bb50ed86dc5f104ca49e87b8 (patch)
treec263cbbc5d551292b03a83dc0ec9390451e55895 /os/hal/ports/STM32/STM32F0xx
parentcf02c79b5aa7209542cbf1b0cefe703a2c0c60be (diff)
downloadChibiOS-Contrib-6f67aa78c3061654bb50ed86dc5f104ca49e87b8.tar.gz
ChibiOS-Contrib-6f67aa78c3061654bb50ed86dc5f104ca49e87b8.tar.bz2
ChibiOS-Contrib-6f67aa78c3061654bb50ed86dc5f104ca49e87b8.zip
add STM32 qei (quadrature encoder interface) driver
Code from tinito in forum thread: http://forum.chibios.org/phpbb/viewtopic.php?f=14&t=685 Updated to chibios trunk.
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 \