zephyr/tests/kernel
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
..
alert/alert_api tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
arm_irq_vector_table
arm_runtime_nmi tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
boot_page_table
common tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
context
critical tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
device
early_sleep
errno
fatal
fifo tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
fp_sharing tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gen_isr_table
init
interrupt tests: nested_irq: Fix k_busy_wait usage and interrupt priority 2018-12-11 13:36:52 -05:00
irq_offload
lifo tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
mbox
mem_heap/mheap_api_concept
mem_pool tests: mem_pool_api: reduce stack usage 2018-12-07 20:09:47 -05:00
mem_protect test: kernel: userspace: add include for arm core mpu 2018-12-05 15:15:07 -05:00
mem_slab
mp
msgq/msgq_api
mutex
obj_tracing
pending tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
pipe tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
poll
profiling/profiling_api
queue
sched
semaphore tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
sleep
smp
spinlock
stack tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
static_idt
threads tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
tickless
timer tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
workq kernel: add user mode work_q capability 2018-11-29 09:21:18 -08:00
xip