README.txt
1Title: NMI registration support
2
3Description:
4
5This test verifies that NMI registration works as expected.
6
7--------------------------------------------------------------------------------
8
9Building and Running Project:
10
11This project outputs to the console. It can be built and executed
12on QEMU as follows:
13
14 make run
15
16Sample output is:
17
18Booting from ROM..*** Booting Zephyr OS build v2.4.0-rc1-197-g77a5f92715f7 ***
19Running test suite nmi
20===================================================================
21START - test_nmi_handler
22Testing to see interrupt handler executes properly
23 PASS - test_nmi_handler
24===================================================================
25Test suite nmi succeeded
26===================================================================
27PROJECT EXECUTION SUCCESSFUL
28