1Title: Test to verify custom interrupt controller handling with on
2       the Cortex-M architectures.
3
4Description:
5
6This test verifies customer interrupt controller handling on
7Cortex-M architectures using the CONFIG_ARM_CUSTOM_INTERRUPT_CONTROLLER
8option. It will locate a unused interrupt to trigger via software and test
9all methods that are part of the SoC interrupt control interface.
10
11---------------------------------------------------------------------------
12
13Sample Output
14*** Booting Zephyr OS build zephyr-v3.4.0-4023-g7fca0aa8a693 ***
15Running TESTSUITE arm_custom_interrupt
16===================================================================
17START - test_arm_interrupt
18Available IRQ line: 42
19Got IRQ: 42
20Got IRQ: 42
21Got IRQ: 42
22 PASS - test_arm_interrupt in 0.001 seconds
23===================================================================
24TESTSUITE arm_custom_interrupt succeeded
25
26------ TESTSUITE SUMMARY START ------
27
28SUITE PASS - 100.00% [arm_custom_interrupt]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds
29 - PASS - [arm_custom_interrupt.test_arm_interrupt] duration = 0.001 seconds
30
31------ TESTSUITE SUMMARY END ------
32
33===================================================================
34RunID: b979ee8bbf5ad07d1754866129997539
35PROJECT EXECUTION SUCCESSFUL
36