aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F3xx/platform.mk
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-05 11:19:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-05 11:19:22 +0000
commitd501fe85d1816bd8fc20cd8354f7b339df9ecc27 (patch)
treefdfc73d6bfec1a17ca0bf6e67b7cecbbeab0b2db /os/hal/platforms/STM32F3xx/platform.mk
parentf16865c2354bdfd78b712de2e4dac2882600bf35 (diff)
downloadChibiOS-d501fe85d1816bd8fc20cd8354f7b339df9ecc27.tar.gz
ChibiOS-d501fe85d1816bd8fc20cd8354f7b339df9ecc27.tar.bz2
ChibiOS-d501fe85d1816bd8fc20cd8354f7b339df9ecc27.zip
STM32F3xx DMA and SPI support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4874 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F3xx/platform.mk')
-rw-r--r--os/hal/platforms/STM32F3xx/platform.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F3xx/platform.mk b/os/hal/platforms/STM32F3xx/platform.mk
index 8aaa856ae..0e9dd8ad5 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/hal_lld.c \
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F3xx/stm32_dma.c \
+ ${CHIBIOS}/os/hal/platforms/STM32F3xx/hal_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/USARTv2/serial_lld.c
+ ${CHIBIOS}/os/hal/platforms/STM32/USARTv2/serial_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32/spi_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F3xx \