nodemcu-firmware/app/user
Johny Mattsson 61291bd87b Shunt tmr callbacks into the Lua RTOS task.
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.
2016-06-01 13:44:57 +10:00
..
Makefile Enable -std=gnu11 for user dir 2016-03-24 00:06:09 +01:00
c_stdlib.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
rtos_dbg.c Debug functions for tracking RTOS task usage. 2016-05-31 18:46:59 +10:00
user_exceptions.s Rewrite of exception handler, take 2. 2016-05-30 14:03:15 +10:00
user_main.c Shunt tmr callbacks into the Lua RTOS task. 2016-06-01 13:44:57 +10:00
wrap_printf.s Fixed missing args to printf. 2016-05-31 18:42:48 +10:00