From c3998d2feead04441a90dcd45c6a35f8477b7fd6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 18 Mar 2013 21:10:08 +0000 Subject: Add support for ram vectors to the ARMv7-M architecture git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5756 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nuttx/arch/Kconfig') diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig index 44c030fe0..55f81aa69 100644 --- a/nuttx/arch/Kconfig +++ b/nuttx/arch/Kconfig @@ -300,6 +300,18 @@ config ARCH_RAMFUNCS so that FLASH can be reconfigured while the MCU executes out of SRAM. +config ARCH_HAVE_RAMVECTORS + bool + default n + +config ARCH_RAMVECTORS + bool "Support RAM interrupt vectors" + default n + depends on ARCH_HAVE_RAMVECTORS + ---help--- + If ARCH_RAMVECTORS is defined, then the architecture will support + modifiable vectors in a RAM-based vector table. + comment "Board Settings" config BOARD_LOOPSPERMSEC -- cgit v1.2.3