You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Just so you know, there's still something a bit odd. AFAIK you should be able to do while(1); and then Ctrl-C out of it.

    It seems that for some reason IDF4 isn't preempting the espruinoTask task for uartTask when UART data arrives, despite the uartTask having a higher priority. I think it is only stepping in when the espruinotask calls vTaskDelay to wait (which I had to add so the watchdog didn't freak out).

About

Avatar for Gordon @Gordon started