zephyr/tests/kernel/interrupt/src
Spoorthi K e62e54bdcd tests: interrupt: Change IRQ priorities in test
Keeping IRQ0 priority as 1 and IRQ1 priority as 0
so that system timer which of priority 0 in ARC
will be interrupted by IRQ1 of same priority.
In ARM, system timer is of priority 1, hence
making ISR0 priority as 2 and ISR1 priority as 1.
Thus system timer will always be interrupted by
ISR1 in both the architectures.

Fixes: #12147

Signed-off-by: Spoorthi K <spoorthi.k@intel.com>
2018-12-21 21:04:36 +01:00
..
interrupt.h tests: add tests to validate interrupt nesting feature 2018-10-10 19:59:47 -04:00
main.c tests: add tests to validate interrupt nesting feature 2018-10-10 19:59:47 -04:00
nested_irq.c tests: interrupt: Change IRQ priorities in test 2018-12-21 21:04:36 +01:00