summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_vectors.S
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-10 17:07:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-10 17:07:02 +0000
commit3f0870e66e9b44b1be143f8c047ffbfee378827f (patch)
treec47127cc0888b9730f083c09f4a87bfa7dd69914 /nuttx/arch/arm/src/stm32/stm32_vectors.S
parent1a02b0720c1f6f19ed1c9010456ec96c64e3c67f (diff)
downloadpx4-nuttx-3f0870e66e9b44b1be143f8c047ffbfee378827f.tar.gz
px4-nuttx-3f0870e66e9b44b1be143f8c047ffbfee378827f.tar.bz2
px4-nuttx-3f0870e66e9b44b1be143f8c047ffbfee378827f.zip
Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5018 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_vectors.S')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_vectors.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_vectors.S b/nuttx/arch/arm/src/stm32/stm32_vectors.S
index b75237e40..ab4dadb77 100644
--- a/nuttx/arch/arm/src/stm32/stm32_vectors.S
+++ b/nuttx/arch/arm/src/stm32/stm32_vectors.S
@@ -143,6 +143,9 @@ stm32_vectors:
#undef VECTOR
#define VECTOR(l,i) .word l
+#undef UNUSED
+#define UNUSED(i) .word stm32_reserved
+
#if defined(CONFIG_STM32_STM32F10XX)
# include "chip/chip/stm32f10xxx_vectors.h"
#elif defined(CONFIG_STM32_STM32F20XX)
@@ -176,6 +179,9 @@ handlers:
#undef VECTOR
#define VECTOR(l,i) HANDLER l, i
+#undef UNUSED
+#define UNUSED(i)
+
#if defined(CONFIG_STM32_STM32F10XX)
# include "chip/chip/stm32f10xxx_vectors.h"
#elif defined(CONFIG_STM32_STM32F20XX)