09b754ffa0
rather than setting the heap size statically, micropython allocates the biggest contiguous chunk possible, but in no event more than half the total internal sram. On esp32 this gives 123728 bytes of `gc.mem_free` in the repl. |
||
---|---|---|
.. | ||
esp_port.h | ||
internal_flash_root_pointers.h | ||
internal_flash.c | ||
internal_flash.h | ||
port.c | ||
serial.c | ||
usb_serial_jtag.c | ||
usb_serial_jtag.h | ||
usb.c |