aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCMx/devices
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-28 16:49:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-09-28 16:49:01 +0000
commit4846421f19d01a4ddd9510d01ef76979e368f327 (patch)
tree406163adb2858e88a2ba5d508e0ad959d1d57bc5 /os/common/ports/ARMCMx/devices
parent5d80af2a1bda2db0ed1812cee0d5096d78832029 (diff)
downloadChibiOS-4846421f19d01a4ddd9510d01ef76979e368f327.tar.gz
ChibiOS-4846421f19d01a4ddd9510d01ef76979e368f327.tar.bz2
ChibiOS-4846421f19d01a4ddd9510d01ef76979e368f327.zip
New headers for STM32F0xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7332 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/ARMCMx/devices')
-rw-r--r--os/common/ports/ARMCMx/devices/STM32F0xx/cmparams.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/devices/STM32F0xx/cmparams.h b/os/common/ports/ARMCMx/devices/STM32F0xx/cmparams.h
index ccdbb20e2..5a094bc5f 100644
--- a/os/common/ports/ARMCMx/devices/STM32F0xx/cmparams.h
+++ b/os/common/ports/ARMCMx/devices/STM32F0xx/cmparams.h
@@ -61,7 +61,12 @@
/* If the device type is not externally defined, for example from the Makefile,
then a file named board.h is included. This file must contain a device
definition compatible with the vendor include file.*/
-#if !defined(STM32F0030) && !defined(STM32F0XX_LD) && !defined(STM32F0XX_MD)
+#if !defined (STM32F030x6) && !defined (STM32F030x8) && \
+ !defined (STM32F031x6) && !defined (STM32F038xx) && \
+ !defined (STM32F042x6) && !defined (STM32F048xx) && \
+ !defined (STM32F051x8) && !defined (STM32F058xx) && \
+ !defined (STM32F071xB) && !defined (STM32F072xB) && \
+ !defined (STM32F078xx)
#include "board.h"
#endif