zephyr/tests/kernel/interrupt
Ajay Kishore 2a103ea674 tests: add tests to validate interrupt nesting feature
This test is intended to verify the interrupt nesting.
Interrupt nesting feature allows an ISR to be preempted
in mid-execution if a higher priority interrupt is signaled.
The lower priority ISR resumes execution once the higher
priority ISR has completed its processing.

Signed-off-by: Ajay Kishore <ajay.kishore@intel.com>
2018-10-10 19:59:47 -04:00
..
src tests: add tests to validate interrupt nesting feature 2018-10-10 19:59:47 -04:00
CMakeLists.txt tests: add tests to validate interrupt nesting feature 2018-10-10 19:59:47 -04:00
prj.conf tests: add tests to validate interrupt nesting feature 2018-10-10 19:59:47 -04:00
testcase.yaml tests: add tests to validate interrupt nesting feature 2018-10-10 19:59:47 -04:00