1Title: Test to verify the behavior of CONFIG_RUNTIME_NMI at runtime (ARM Only)
2
3Description:
4
5This test verifies the behavior of CONFIG_RUNTIME_NMI at runtime. Only for
6ARM Cortex-M targets.
7
8---------------------------------------------------------------------------
9
10Building and Running Project:
11
12This project outputs to the console.  It can be built and executed on QEMU as
13follows:
14
15    make run
16
17---------------------------------------------------------------------------
18
19Troubleshooting:
20
21Problems caused by out-dated project information can be addressed by
22issuing one of the following commands then rebuilding the project:
23
24    make clean          # discard results of previous builds
25                        # but keep existing configuration info
26or
27    make pristine       # discard results of previous builds
28                        # and restore pre-defined configuration info
29
30---------------------------------------------------------------------------
31
32Sample Output:
33
34Trigger NMI in 10s: 0 s
35Trigger NMI in 10s: 1 s
36Trigger NMI in 10s: 2 s
37Trigger NMI in 10s: 3 s
38Trigger NMI in 10s: 4 s
39Trigger NMI in 10s: 5 s
40Trigger NMI in 10s: 6 s
41Trigger NMI in 10s: 7 s
42Trigger NMI in 10s: 8 s
43Trigger NMI in 10s: 9 s
44NMI received (test_handler_isr)! Rebooting...
45...
46