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 try to compile MicroPython v1.17 (tag v1.17) with ESP-IDF4.2 and ESP-IDF4.3 and ESP-IDF master branch
There is memory leak in latest ESP-IDF releases.
Be careful.
ESP-IDF4.2
MicroPython v1.17-dirty on 2021-09-17; ESP32 module with ESP32
Type "help()" for more information.
>>> from gc import mem_free
>>> print("mem_free()", mem_free())
mem_free() 109488
>>>
ESP-IDF4.3 and ESP-IDF master branch
MicroPython v1.17-dirty on 2021-09-17; ESP32 module with ESP32
Type "help()" for more information.
>>> from gc import mem_free
>>> print("mem_free()", mem_free())
mem_free() 62320
>>>
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I try to compile MicroPython v1.17 (tag v1.17) with ESP-IDF4.2 and ESP-IDF4.3 and ESP-IDF master branch
There is memory leak in latest ESP-IDF releases.
Be careful.
ESP-IDF4.2
ESP-IDF4.3 and ESP-IDF master branch
The text was updated successfully, but these errors were encountered: