zephyr/tests/application_development/vector_table_relocation/testcase.yaml
Sudan Landge feb8f7766e tests: update for MPS4
MPS4, similar to MPS3 Corstone-310, splits code between DTCM and SRAM
and thus requires similar handling.

Signed-off-by: Sudan Landge <sudan.landge@arm.com>
2025-06-09 14:35:12 -07:00

13 lines
404 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
- mps4/corstone320/fvp