aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-10 11:05:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-10 11:05:48 +0000
commitecab0727815d553529cc901ca5a0bb68919b110a (patch)
treeaf3c438f3538cb9c6b761965093bafb8dce61a5e /os/hal/platforms/STM32
parentdcebb5f9bd302221cef95da63c7b1e5ecd88e965 (diff)
downloadChibiOS-ecab0727815d553529cc901ca5a0bb68919b110a.tar.gz
ChibiOS-ecab0727815d553529cc901ca5a0bb68919b110a.tar.bz2
ChibiOS-ecab0727815d553529cc901ca5a0bb68919b110a.zip
Related to STM32F37x support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5147 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 c942b9200..8390d0c01 100644
--- a/os/hal/platforms/STM32/stm32.h
+++ b/os/hal/platforms/STM32/stm32.h
@@ -34,6 +34,7 @@
* - STM32F10X_CL for Connectivity Line devices.
* - STM32F2XX for High-performance STM32 F-2 devices.
* - STM32F30X for Analog & DSP devices.
+ * - STM32F37X for Analog & DSP devices.
* - STM32F4XX for High-performance STM32 F-4 devices.
* - STM32L1XX_MD for Ultra Low Power Medium-density devices.
* .
@@ -61,6 +62,9 @@
#elif defined(STM32F30X)
#include "stm32f30x.h"
+#elif defined(STM32F37X)
+#include "stm32f37x.h"
+
#elif defined(STM32F4XX)
#include "stm32f4xx.h"