zephyr/tests/kernel/interrupt/src
Spoorthi K 82f73bd5e3 tests: nested_irq: Fix k_busy_wait usage and interrupt priority
k_busy_wait() call used in test expects time in us, but the test
is specifying wait in ms.

Also the test fails on NRF5 platform as the test hardcodes the
interrupts priority to 0 and 1 and assumes system timer to be of
priority 0 which is not the case in NRF5 platforms as per
@pizi-nordic where system timer is at priority 1. Hence changing
test interrupts to 1 and 2.

Signed-off-by: Spoorthi K <spoorthi.k@intel.com>
2018-12-11 13:36:52 -05: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: nested_irq: Fix k_busy_wait usage and interrupt priority 2018-12-11 13:36:52 -05:00