• Johny Mattsson's avatar
    Boot to (nonresponsive) Lua prompt on RTOS! · 56789592
    Johny Mattsson authored
    Uart driver currently disabled as it's not (yet) compatible with RTOS.
    
    Running Lua task with excessive stack to avoid smashing it; need to work out
    what's using so much stack space.
    
    Changed some flash reading functions to not attempt to drop an entire 4k
    flash page onto the stack.
    
    Ensure the task pump doesn't attempt to retrieve from uninitialised queues.
    56789592
task.c 3.67 KB