mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 23:41:56 +00:00
Contrary to the comment in code, this test is NOT, in fact, compiled with a traditional ticked kernel. Spinning won't work reliably because interrupts won't necessarily be delivered when you expect. This test case would fail spuriously as I moved things around when debugging. Doing it right (using a k_timer in this case) is actually less code anyway. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
arm_irq_vector_table | ||
arm_runtime_nmi | ||
boot_page_table | ||
common | ||
context | ||
critical | ||
device | ||
early_sleep | ||
fatal | ||
fifo | ||
fp_sharing | ||
gen_isr_table | ||
interrupt | ||
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 |