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
8e653fe6b1
zephyr
/
tests
/
kernel
/
interrupt
/
testcase.yaml
6 lines
102 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: fix testcase.yaml The test itself handles correctly whether gen_isr_table style dynamic interrupts are supported or not, there's no need for an alternate scenario. The tests work fine on riscv32 now, remove the exclusion. Add a github link as to why Nios II is still excluded. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-02-20 03:53:15 +08:00
# nios2 excluded, see #22956
arch_exclude
:
nios2
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