-
• #3
Some days ago, esp-idf V3.2 arrived.
Early test with V3.2RC made it even worse. For example, size of Binary did not fit into partition anymore.
Good news:
In V3.2 release are some new options for menuconfig, it will take some time to test them.
Hopefully this will help
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.