@DrAzzy
What the amazing thing is is how little code has been written. Look in the esp32 branch under targets. So far there is about 3 files!
For graphics and crypto - its all compiling cleanly and we don't need to do all the tricks like for the esp8266.
There is an sdk update due at the end of the month tht will give us spi and i2c, however @jumjum has found issues with the Uart.
I've got the telnet module linked in, however the connection from Uart to sockets needs sorting - not sure where to start yet..l
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@DrAzzy
What the amazing thing is is how little code has been written. Look in the esp32 branch under targets. So far there is about 3 files!
For graphics and crypto - its all compiling cleanly and we don't need to do all the tricks like for the esp8266.
There is an sdk update due at the end of the month tht will give us spi and i2c, however @jumjum has found issues with the Uart.
I've got the telnet module linked in, however the connection from Uart to sockets needs sorting - not sure where to start yet..l