mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-05 01:02:18 +00:00
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> |
||
---|---|---|
.. | ||
alert/alert_api | ||
arm_irq_vector_table | ||
arm_runtime_nmi | ||
boot_page_table | ||
common | ||
context | ||
critical | ||
device | ||
early_sleep | ||
errno | ||
fatal | ||
fifo | ||
fp_sharing | ||
gen_isr_table | ||
init | ||
interrupt | ||
irq_offload | ||
lifo | ||
mbox | ||
mem_heap/mheap_api_concept | ||
mem_pool | ||
mem_protect | ||
mem_slab | ||
mp | ||
msgq/msgq_api | ||
mutex | ||
obj_tracing | ||
pending | ||
pipe | ||
poll | ||
profiling/profiling_api | ||
queue | ||
sched | ||
semaphore | ||
sleep | ||
smp | ||
spinlock | ||
stack | ||
static_idt | ||
threads | ||
tickless | ||
timer | ||
workq | ||
xip |