zephyr/tests/kernel/interrupt/src
Enjia Mai c2ac8fe7d7 acrn_ehl_crb: fix the incorrect configuration of timer IRQ priority
The default CONFIG_APIC_TIMER_IRQ_PRIORITY is 4, but it should be 1 for
ACRN. That's why the testcase failed due to no timer interrupt was
triggered.

And we also temporary adjust the testing IRQ for dynamic isr due to it
conflict with the IRQ of the APIC TSC deadline TIMER.

Fixes #36203.

Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2021-08-03 07:30:15 -04:00
..
direct_isr.c tests: interrupt: add test cases of direct interrupt for arch x86 and posix 2021-05-07 23:24:17 -04:00
dynamic_isr.c acrn_ehl_crb: fix the incorrect configuration of timer IRQ priority 2021-08-03 07:30:15 -04:00
interrupt_offload.c tests: interrupt: refine the offload case not rely on delay timing 2021-05-20 17:34:09 -04:00
main.c tests: interrupt: add test cases of direct interrupt for arch x86 and posix 2021-05-07 23:24:17 -04:00
nested_irq.c arm64: mitigate FPU-in-exception usage side effects 2021-05-21 04:52:44 -05:00
prevent_irq.c tests: kernel: key has wrong type in test_prevent_interruption 2021-04-06 14:37:24 -04:00
regular_isr.c tests: interrupt: add test cases of regular interrupt for arch x86 2021-05-07 22:19:08 -04:00