From 3f0870e66e9b44b1be143f8c047ffbfee378827f Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 10 Aug 2012 17:07:02 +0000 Subject: 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 --- nuttx/arch/arm/src/stm32/stm32_vectors.S | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/arch/arm/src/stm32/stm32_vectors.S') 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) -- cgit v1.2.3