summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-18 21:10:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-18 21:10:08 +0000
commitc3998d2feead04441a90dcd45c6a35f8477b7fd6 (patch)
tree236e9eb67fcdb788b9ccb454e931703fe30a74ce /nuttx/arch/Kconfig
parentbef7c0ac3dcfd2277e3df45a5767f27187633bb2 (diff)
downloadpx4-nuttx-c3998d2feead04441a90dcd45c6a35f8477b7fd6.tar.gz
px4-nuttx-c3998d2feead04441a90dcd45c6a35f8477b7fd6.tar.bz2
px4-nuttx-c3998d2feead04441a90dcd45c6a35f8477b7fd6.zip
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
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig12
1 files changed, 12 insertions, 0 deletions
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