aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-03 23:22:48 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-03 23:22:48 +0000
commit98acc95556666584892b655b0bd1e1b44fc12780 (patch)
treec180e8d60c10f203436fd311c6a0ab35123cf792 /os/common/startup
parenta374e159feade020715a895fee28b49602ace451 (diff)
downloadChibiOS-98acc95556666584892b655b0bd1e1b44fc12780.tar.gz
ChibiOS-98acc95556666584892b655b0bd1e1b44fc12780.tar.bz2
ChibiOS-98acc95556666584892b655b0bd1e1b44fc12780.zip
Extended STM32L0xx support
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9408 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup')
-rw-r--r--os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h
index a651345d1..86a675022 100644
--- a/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32L0xx/cmparams.h
@@ -57,9 +57,11 @@
/* 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(STM32L051xx) && !defined(STM32L052xx) && \
- !defined(STM32L053xx) && !defined(STM32L062xx) && \
- !defined(STM32L063xx) && !defined(STM32L061xx)
+#if !defined(STM32L011xx) && !defined(STM32L031xx) && \
+ !defined(STM32L051xx) && !defined(STM32L052xx) && \
+ !defined(STM32L053xx) && !defined(STM32L061xx) && \
+ !defined(STM32L062xx) && !defined(STM32L063xx) && \
+ !defined(STM32L073xx)
#include "board.h"
#endif