aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-29 13:24:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-29 13:24:08 +0000
commit83fa155385e88ac06d6834604ab57c1132c5b0af (patch)
tree9e1624ee855a39cfbd313fdf01b34cab0226c9f1 /os/common
parentfc91e8bea11e9e24684f39d69cceda6c2e2dd2d0 (diff)
downloadChibiOS-83fa155385e88ac06d6834604ab57c1132c5b0af.tar.gz
ChibiOS-83fa155385e88ac06d6834604ab57c1132c5b0af.tar.bz2
ChibiOS-83fa155385e88ac06d6834604ab57c1132c5b0af.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6513 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r--os/common/ports/ARMCMx/devices/STM32F4xx/cmparams.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/os/common/ports/ARMCMx/devices/STM32F4xx/cmparams.h b/os/common/ports/ARMCMx/devices/STM32F4xx/cmparams.h
index 43277ee96..e742a7e66 100644
--- a/os/common/ports/ARMCMx/devices/STM32F4xx/cmparams.h
+++ b/os/common/ports/ARMCMx/devices/STM32F4xx/cmparams.h
@@ -57,7 +57,7 @@
* @note This number does not include the 16 system vectors and must be
* rounded to a multiple of 8.
*/
-#define CORTEX_NUM_VECTORS 88
+#define CORTEX_NUM_VECTORS 96
/* The following code is not processed when the file is included from an
asm module.*/
@@ -66,7 +66,8 @@
/* 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(STM32F40XX) && !defined(STM32F427X)
+#if !defined(STM32F40_41xxx) && !defined(STM32F427_437xx) && \
+ !defined(STM32F429_439xx) && !defined(STM32F401xx)
#include "board.h"
#endif