This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
2ba13008b6
zephyr
/
tests
/
kernel
/
interrupt
/
testcase.yaml
5 lines
77 B
YAML
Raw
Normal View
History
Unescape
Escape
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-03-09 21:43:10 +08:00
tests
:
arch.interrupt
:
tests: interrupt: disable riscv32 This is a new test and we have riscv32 failing on that all of the sudden. Disabling while we look into it and identify if that is a testcase issue or not. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-17 08:50:08 +08:00
arch_exclude
:
nios2 riscv32
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-03-09 21:43:10 +08:00
tags
:
interrupt