From 6f67aa78c3061654bb50ed86dc5f104ca49e87b8 Mon Sep 17 00:00:00 2001 From: Nicolas Reinecke Date: Sat, 30 Apr 2016 16:03:33 +0200 Subject: 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. --- os/hal/ports/STM32/STM32F1xx/platform.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'os/hal/ports/STM32/STM32F1xx/platform.mk') diff --git a/os/hal/ports/STM32/STM32F1xx/platform.mk b/os/hal/ports/STM32/STM32F1xx/platform.mk index d2aeae0..a8f21bc 100644 --- a/os/hal/ports/STM32/STM32F1xx/platform.mk +++ b/os/hal/ports/STM32/STM32F1xx/platform.mk @@ -6,6 +6,7 @@ PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1/hal_crc_lld.c \ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sram.c \ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1/hal_eicu_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 \ ${CHIBIOS_CONTRIB}/os/hal/src/hal_fsmc_sdram.c PLATFORMINC += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1 \ -- cgit v1.2.3