From ecab0727815d553529cc901ca5a0bb68919b110a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 10 Feb 2013 11:05:48 +0000 Subject: Related to STM32F37x support. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5147 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/stm32.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/hal/platforms/STM32/stm32.h') 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" -- cgit v1.2.3