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

..--

src/04-Jan-2025-9157

CMakeLists.txtD04-Jan-2025358 1611

README.txtD04-Jan-2025804 2819

prj.confD04-Jan-202515 21

testcase.yamlD04-Jan-2025280 1615

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