aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F3xx/platform.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-24 12:44:12 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-24 12:44:12 +0000
commit9aade8681b79fc40cec126eaeff24c6ab9fa75ff (patch)
tree30300aec043b18892ba1842446f3d64b9fe943cb /os/hal/platforms/STM32F3xx/platform.mk
parent5eecdb6b50a52d8e8e04609e11da9be92cebfb05 (diff)
downloadChibiOS-9aade8681b79fc40cec126eaeff24c6ab9fa75ff.tar.gz
ChibiOS-9aade8681b79fc40cec126eaeff24c6ab9fa75ff.tar.bz2
ChibiOS-9aade8681b79fc40cec126eaeff24c6ab9fa75ff.zip
Added EXT driver and test application for STM32F3xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4968 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F3xx/platform.mk')
-rw-r--r--os/hal/platforms/STM32F3xx/platform.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F3xx/platform.mk b/os/hal/platforms/STM32F3xx/platform.mk
index ae51f0140..8704aa947 100644
--- a/os/hal/platforms/STM32F3xx/platform.mk
+++ b/os/hal/platforms/STM32F3xx/platform.mk
@@ -1,7 +1,9 @@
# List of all the STM32F3xx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F3xx/stm32_dma.c \
${CHIBIOS}/os/hal/platforms/STM32F3xx/hal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32F3xx/ext_lld_isr.c \
${CHIBIOS}/os/hal/platforms/STM32/can_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/icu_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \