mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 09:12:53 +00:00
On some devices, when k_cpu_idle() was called we were getting interrupts that were not the timer interrupt. On bbc_micro a power clock control driver interrupt was happening instead and k_cpu_idle() was returning without the system tick advancing, failing the test. The clock control interrupts seem to only happen early in device boot; moving the idle test much later lets the test pass on this board (and likely all other NRF5 based boards). Issue: ZEP-2257 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
alert/test_alert_api | ||
arm_irq_vector_table | ||
arm_runtime_nmi | ||
bitfield | ||
common | ||
context | ||
critical | ||
errno | ||
fatal | ||
fifo/test_fifo_api | ||
fp_sharing | ||
gen_isr_table | ||
ipm | ||
irq_offload | ||
libs | ||
lifo/test_lifo_api | ||
mbox/mbox_api | ||
mem_heap/mheap_api_concept | ||
mem_pool | ||
mem_safe | ||
mem_slab | ||
msgq/msgq_api | ||
multilib | ||
mutex | ||
obj_tracing | ||
pending | ||
pipe/test_pipe_api | ||
poll | ||
profiling/profiling_api | ||
queue | ||
semaphore/sema_api | ||
sprintf | ||
stack/stack_api | ||
stackprot | ||
static_idt | ||
systhreads | ||
test_build | ||
test_sleep | ||
test_tickless | ||
threads_customdata/cdata_api | ||
threads_lifecycle | ||
threads_scheduling/schedule_api | ||
tickless/tickless_concept | ||
timer | ||
workq | ||
xip |