From ceef9e3bece69f86e585b3bf00e5009551350e2b Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Feb 2013 22:30:57 +0000 Subject: Beginnings of support for the STM32F3Discovery board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5616 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/stm32/stm32_vectors.S | 4 ++++ 1 file changed, 4 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 c9b62d762..68a3e498b 100644 --- a/nuttx/arch/arm/src/stm32/stm32_vectors.S +++ b/nuttx/arch/arm/src/stm32/stm32_vectors.S @@ -150,6 +150,8 @@ stm32_vectors: # include "chip/chip/stm32f10xxx_vectors.h" #elif defined(CONFIG_STM32_STM32F20XX) # include "chip/chip/stm32f20xxx_vectors.h" +#elif defined(CONFIG_STM32_STM32F30XX) +# include "chip/chip/stm32f30xxx_vectors.h" #elif defined(CONFIG_STM32_STM32F40XX) # include "chip/chip/stm32f40xxx_vectors.h" #else @@ -186,6 +188,8 @@ handlers: # include "chip/chip/stm32f10xxx_vectors.h" #elif defined(CONFIG_STM32_STM32F20XX) # include "chip/chip/stm32f20xxx_vectors.h" +#elif defined(CONFIG_STM32_STM32F30XX) +# include "chip/chip/stm32f30xxx_vectors.h" #elif defined(CONFIG_STM32_STM32F40XX) # include "chip/chip/stm32f40xxx_vectors.h" #else -- cgit v1.2.3