aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F4xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-03 18:39:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-03 18:39:39 +0000
commit4bae8b9a024cdfc2dc9b3cadbf7a465b3230caaf (patch)
tree9138b235a481c2355ed8d96064b2c52f370eaf1a /os/hal/platforms/STM32F4xx
parent2945fe13492f31fdbebc503bf8cbec9d034c6f72 (diff)
downloadChibiOS-4bae8b9a024cdfc2dc9b3cadbf7a465b3230caaf.tar.gz
ChibiOS-4bae8b9a024cdfc2dc9b3cadbf7a465b3230caaf.tar.bz2
ChibiOS-4bae8b9a024cdfc2dc9b3cadbf7a465b3230caaf.zip
Completed hardware checksum, added the driver to F2 and F4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4076 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 2decebca4..128bb854f 100644
--- a/os/hal/platforms/STM32F4xx/platform.mk
+++ b/os/hal/platforms/STM32F4xx/platform.mk
@@ -6,6 +6,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F4xx/stm32_dma.c \
${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/i2c_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/icu_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32/mac_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/serial_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/spi_lld.c \