aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F4xx
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-27 22:18:47 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-27 22:18:47 +0000
commit5e18cf994d989b1bed035b98e5957e2c68e518cb (patch)
treedcb16f9929d02abe6c0c0e360f01b3cf436dd918 /os/hal/platforms/STM32F4xx
parent47654dcc4c7b8b1cc6c1fc5ec160cd18a449c215 (diff)
downloadChibiOS-5e18cf994d989b1bed035b98e5957e2c68e518cb.tar.gz
ChibiOS-5e18cf994d989b1bed035b98e5957e2c68e518cb.tar.bz2
ChibiOS-5e18cf994d989b1bed035b98e5957e2c68e518cb.zip
I2C. Nop.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3542 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F4xx')
-rw-r--r--os/hal/platforms/STM32F4xx/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F4xx/platform.mk b/os/hal/platforms/STM32F4xx/platform.mk
index 7acce0172..449b40731 100644
--- a/os/hal/platforms/STM32F4xx/platform.mk
+++ b/os/hal/platforms/STM32F4xx/platform.mk
@@ -9,6 +9,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F4xx/stm32_dma.c \
${CHIBIOS}/os/hal/platforms/STM32/serial_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/spi_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/uart_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32/i2c_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c
# Required include directories