New version with V3.1 #7111
Replies: 1 comment
-
Posted at 2018-10-04 by Wilberforce The firmware size is not that important as it’s just flash space right? What size did we make the partitions last time we changed? Posted at 2018-10-04 by Wilberforce https://github.com/espruino/EspruinoBuildTools/blob/master/esp32/build/app/partitions_espruino.csv Looks like 1344k - pretty tight then! Posted at 2018-10-04 by JumJum correct, its flash only,
Posted at 2018-10-05 by Wilberforce How did you want to proceed? Did you want to put this into the esp32 branch and then I can see if I can get a build? Posted at 2018-10-05 by JumJum My idea would be to
Anyway, I'm absolutely open for any other route. Posted at 2018-10-05 by Wilberforce Ok. And I can do the same branch for build tools. Do you want to raise an issue - or I can - and put in there the make file changes for the ESP-idf and then I can see if get that compiling as a first step? Posted at 2018-10-15 by JumJum Changes are uploaded to branch ESP32-V3.1 More detailled description about changes is in targets/esp32/Changes_V3.1 Posted at 2018-10-22 by Wilberforce here is the travis build with esp-idf 3.1: https://www.espruino.com/binaries/travis/4f2b50f97887874339db5fae1f643fb6a6a47489/espruino_esp32.bin Posted at 2018-10-22 by opichals @wilberforce Is the SO_RCVBUF support still compiled in (as originally per espruino/Espruino#1376 (comment)) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-10-04 by JumJum
I've a version running with new ESP-IDF V3.1 now.
Main point for Espruino is support of PS-RAM which opens the option to have 20000 jsVars, or even more.
I'm not convinced, that using V3.1 is a good step for Espruino.
We have to switch to new version of mbedtls, and size of binary raises to unbelievable 1300 kBytes.
May be, we could easily add PS-RAM support to a specific V3.0.x
Should we open an issue on GitHub for that ?
Beta Was this translation helpful? Give feedback.
All reactions