You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trying speed up some TFT library and due LAN and ESPNow I still using own builds with SDK 3.3.2 (which is latest 1.14 upy). But I decided try first latest vanila uPy from website (night build) to compare if things speeds up meanwhile and yes they are.
But since I need do custom build due PSRAM and later with some pre-loaded libs etc I compile myself. But my custom build is in runtime slower than stock from night build.
I do not know why, so I want ask for help what can I have different in build environment. For now I use everything stock (git checkout, sdkcheckout, installed some binary toolchains by esp.idf 'install.sh' script)
Using SDK esp-idf tag 4.3 (not 4.3.1)
Using latest microypthon master (in time of writting it's 81f706a
benchmark of TFT draw some box:
Custom build 1.14 with 3.3.2 SDK with SPIRAM
180ms (do not know what was freq now, but default)
Uh oh!
There was an error while loading. Please reload this page.
I trying speed up some TFT library and due LAN and ESPNow I still using own builds with SDK 3.3.2 (which is latest 1.14 upy). But I decided try first latest vanila uPy from website (night build) to compare if things speeds up meanwhile and yes they are.
But since I need do custom build due PSRAM and later with some pre-loaded libs etc I compile myself. But my custom build is in runtime slower than stock from night build.
I do not know why, so I want ask for help what can I have different in build environment. For now I use everything stock (git checkout, sdkcheckout, installed some binary toolchains by esp.idf 'install.sh' script)
Using SDK esp-idf tag 4.3 (not 4.3.1)
Using latest microypthon master (in time of writting it's 81f706a
benchmark of TFT draw some box:
Custom build 1.14 with 3.3.2 SDK with SPIRAM
official build 1.17 night 81f706a (https://micropython.org/download/esp32/)
custom build 1.17 81f706a with 4.3 SDK
Would be nice to know to know used optimizations. For now I using board "GENERIC"
The text was updated successfully, but these errors were encountered: