You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • I just did a very quick hack at https://github.com/espruino/Espruino/compare/master...gfwilliams:Espruino:esp32_idf_5?expand=1 shamelessly based off of https://github.com/rgomezwap/EspruinoS3/tree/main for now (eventually we can make the Espruino makefile create the CMakeList)

    It doesn't fully build, but it doesn't look completely impossible as most things appear to be minor renamings or changing defines for functions. As you noted @MaBe the mbedtls version is different and we could look at updating Espruino, but just to get the build working for now we can disable TLS I think.

    I guess we should probably look at that repo and try and figure out what changes were made to the other source files (we'll have to try and figure out which commit it was based on and then manually diff it). It may be quite a bit of the work has already been done there.

About

Avatar for Gordon @Gordon started