You are reading a single comment by @tve and its replies. Click here to read the full conversation.
  • So... I have the console over Wifi almost working. It's working, but there is a deadlock. What happens is that jshTransmit assumes that the device TX happens via interrupts and not via idle loop polling. When the TX buffer is full, it busy-waits: https://github.com/espruino/Espruino/blo­b/master/src/jsdevices.c#L119-L125. But the network is not interrupt driven, it requires the idle-loop calls. Thoughts?

About

Avatar for tve @tve started