aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F3xx
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2017-02-06 20:09:28 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2017-02-06 20:09:28 +0100
commit86428716d531d10261170eb990e6f60938e3cfd7 (patch)
treec566cae87cfef1c401a4ff6557b61b724c1fb765 /os/hal/ports/STM32/STM32F3xx
parent11e949d81b4d0f3b94763eb0b29b713bd1e83ae1 (diff)
downloadChibiOS-Contrib-86428716d531d10261170eb990e6f60938e3cfd7.tar.gz
ChibiOS-Contrib-86428716d531d10261170eb990e6f60938e3cfd7.tar.bz2
ChibiOS-Contrib-86428716d531d10261170eb990e6f60938e3cfd7.zip
Adding COMP Driver.
Diffstat (limited to 'os/hal/ports/STM32/STM32F3xx')
-rw-r--r--os/hal/ports/STM32/STM32F3xx/platform.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F3xx/platform.mk b/os/hal/ports/STM32/STM32F3xx/platform.mk
index 92f033c..910fb1f 100644
--- a/os/hal/ports/STM32/STM32F3xx/platform.mk
+++ b/os/hal/ports/STM32/STM32F3xx/platform.mk
@@ -4,7 +4,9 @@ PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1/hal_crc_lld.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/ports/STM32/LLD/COMPv1/hal_comp_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/COMPv1 \
${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD