aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-28 11:44:36 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-28 11:44:36 +0000
commit915c7e5362d720b7579ba41fbd81029ada9d7202 (patch)
treec9185e0a0b919120d8a24d3fc3bd8aefff8068f1 /os/hal/ports/STM32/STM32F4xx
parenta736f4dd7758d31c56290b0c436fb742e90724c7 (diff)
downloadChibiOS-915c7e5362d720b7579ba41fbd81029ada9d7202.tar.gz
ChibiOS-915c7e5362d720b7579ba41fbd81029ada9d7202.tar.bz2
ChibiOS-915c7e5362d720b7579ba41fbd81029ada9d7202.zip
Fixed Bug #780.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9816 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/stm32_registry.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
index 66988cbd0..f0b2d1db5 100644
--- a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
@@ -1233,7 +1233,8 @@
#define STM32_DMA2_CH7_NUMBER 70
/* ETH attributes.*/
-#if defined(STM32F405xx) || defined(STM32F415xx)
+#if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F205xx) || \
+ defined(STM32F215xx)
#define STM32_HAS_ETH FALSE
#else
#define STM32_HAS_ETH TRUE