7eb07d1470
The author of this test case seems to have been under the mistaken impression that interrupts are locked in ISRs, which is untrue. The only reason this ever passed, anywhere, was a race between the timer firing and the zassert_not_equal() check in offload_function. If the busy_wait call is moved after the timer is started, this fails everywhere. We do not re-use the timer object from the previous case, resolving some crashes observed on riscv. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
interrupt.h | ||
main.c | ||
nested_irq.c |