Add a basic test for vector table relocation to SRAM. This test verifies that the vector table can be relocated to SRAM and that the VTOR register correctly points to the SRAM address range. Signed-off-by: Martin Hoff <martin.hoff@silabs.com>
12 lines
375 B
YAML
12 lines
375 B
YAML
common:
|
|
tags: linker
|
|
tests:
|
|
application_development.vector_table_relocation.arm:
|
|
arch_allow: arm
|
|
filter: CONFIG_CPU_CORTEX_M_HAS_VTOR
|
|
# Exclude mps3/corstone310 because it uses another mechanism to support relocation
|
|
# of the vector table (CONFIG_ROMSTART_RELOCATION_ROM).
|
|
platform_exclude:
|
|
- mps3/corstone310/an555
|
|
- mps3/corstone310/fvp
|