mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 14:21:55 +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> |
||
---|---|---|
.. | ||
application_development | ||
benchmarks | ||
bluetooth | ||
boards | ||
booting/stub | ||
cmsis_rtos_v1 | ||
cmsis_rtos_v2 | ||
crypto | ||
drivers | ||
kernel | ||
lib | ||
misc | ||
net | ||
posix | ||
shell | ||
subsys | ||
unit | ||
ztest |