• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/11-Mar-2024-9349

CMakeLists.txtD11-Mar-2024237 106

README.txtD11-Mar-20241.4 KiB4430

prj.confD11-Mar-202440 32

testcase.yamlD11-Mar-2024148 65

README.txt

1Title: Test to verify the SW Vector Relay feature (ARM Only)
2
3Description:
4
5This test verifies that the vector table relay feature
6(CONFIG_SW_VECTOR_RELAY=y) works as expected. Only for
7ARM Cortex-M targets.
8
9---------------------------------------------------------------------------
10
11Building and Running Project:
12
13This project outputs to the console.  It can be built and executed on QEMU as
14follows:
15
16    ninja/make run
17
18---------------------------------------------------------------------------
19
20Troubleshooting:
21
22Problems caused by out-dated project information can be addressed by
23issuing one of the following commands then rebuilding the project:
24
25    ninja/make clean    # discard results of previous builds
26                        # but keep existing configuration info
27or
28    ninja/make pristine # discard results of previous builds
29                        # and restore pre-defined configuration info
30
31---------------------------------------------------------------------------
32
33Sample Output:
34
35***** Booting Zephyr OS build zephyr-v1.14.0-1726-gb95a71960622 *****
36Running test suite arm_sw_vector_relay
37===================================================================
38starting test - test_arm_sw_vector_relay
39PASS - test_arm_sw_vector_relay
40===================================================================
41Test suite arm_sw_vector_relay succeeded
42===================================================================
43PROJECT EXECUTION SUCCESSFUL
44