mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user