Less memory building from sources #7141
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2019-04-17 by Wilberforce Yes. We updated to the latest esp-idf v3.1 and it seems to use more memory. We've not been able to establish what is taking up more space - I suspect buffers used for wifi and ble. @jumjum Posted at 2019-04-18 by JumJum Some days ago, esp-idf V3.2 arrived. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-04-16 by ja_hurtado
Hi guys,
I noticed that I have less memory available when I build from sources than then already available firmwares
I did the tests with the release 2V01 and ESP32 board. These are the results:
Downloaded Firmware RELEASE 2V01
File sizes:
Info from Espruino IDE:
Build from source: git tag == RELEASE_2V01
File sizes:
Info from Espruino IDE:
I have a total of 2900 memory units in the custom build over the 4000 in the downloaded firmware (BLE is disabled). I think is a big difference for the same version (NOTE: The ESP32 toolchain used is
xtensa-esp32-elf-linux64-1.22.0-73-ge28a011-5.2.0.tar.gz
)Anyone knows what could be the reason?
Thanks,
Jose.
Beta Was this translation helpful? Give feedback.
All reactions