The os_timer callback is executed from task rtT, prio 14, so they preempt the Lua environment whenever they fire. Ideally we should be using the RTOS timers instead, which run at prio 2 and thus would be more suited for our uses. |
||
---|---|---|
.. | ||
Makefile | ||
c_stdlib.c | ||
rtos_dbg.c | ||
user_exceptions.s | ||
user_main.c | ||
wrap_printf.s |