circuitpython/ports/espressif/supervisor
Jeff Epler 09b754ffa0
espressif: Set heap size automatically, like micropython
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.
2022-07-13 14:00:59 -05:00
..
esp_port.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
internal_flash_root_pointers.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
internal_flash.c Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
internal_flash.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
port.c espressif: Set heap size automatically, like micropython 2022-07-13 14:00:59 -05:00
serial.c refactor debug UART to console UART; get working on ESP32 2022-06-30 23:16:46 -04:00
usb_serial_jtag.c Add USB to Serial/JTAG support for REPL 2022-03-21 14:03:57 -07:00
usb_serial_jtag.h Add USB to Serial/JTAG support for REPL 2022-03-21 14:03:57 -07:00
usb.c Fix press any key responding slowly on espressif 2022-02-17 12:57:27 +11:00