aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-22 17:46:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-22 17:46:59 +0000
commitefbd7db9789c18e465750646d51a5fab936c5fc6 (patch)
tree75fb47ce442e211fd47027bcb605804c103d3f2a /os/hal/platforms/STM32
parent93be331bcec89f81d0335fb7c5e239f0f02d6e0b (diff)
downloadChibiOS-efbd7db9789c18e465750646d51a5fab936c5fc6.tar.gz
ChibiOS-efbd7db9789c18e465750646d51a5fab936c5fc6.tar.bz2
ChibiOS-efbd7db9789c18e465750646d51a5fab936c5fc6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4776 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32')
-rw-r--r--os/hal/platforms/STM32/stm32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/stm32.h b/os/hal/platforms/STM32/stm32.h
index eb64976cb..0a01169d0 100644
--- a/os/hal/platforms/STM32/stm32.h
+++ b/os/hal/platforms/STM32/stm32.h
@@ -33,6 +33,7 @@
* - STM32F10X_XL for Performance eXtra Density devices.
* - STM32F10X_CL for Connectivity Line devices.
* - STM32F2XX for High-performance STM32 F-2 devices.
+ * - STM32F30X for Analog & DSP devices.
* - STM32F4XX for High-performance STM32 F-4 devices.
* - STM32L1XX_MD for Ultra Low Power Medium-density devices.
* .
@@ -57,6 +58,9 @@
#elif defined(STM32F2XX)
#include "stm32f2xx.h"
+#elif defined(STM32F30X)
+#include "stm32f30x.h"
+
#elif defined(STM32F4XX)
#include "stm32f4xx.h"