circuitpython/ports/espressif/supervisor
Jeff Epler 82be75adb5 Add ability to reserve psram
.. the primary user of which will be the camera, since the framebuffers
must be allocated via esp-idf allocation function and never from the
gc heap.

A board can have a default value, and the value can also be set in the
/.env file using the key CIRCUITPY_RESERVED_PSRAM with the value being
the reserved size in bytes.

Co-authored-by: Dan Halbert <halbert@adafruit.com>
2022-08-03 16:19:40 -05:00
..
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
internal_flash_root_pointers.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
port.c Add ability to reserve psram 2022-08-03 16:19:40 -05:00
serial.c refactor debug UART to console UART; get working on ESP32 2022-06-30 23:16:46 -04:00
usb.c Fix other ESP builds and arduino_nano_33_iot 2022-07-29 11:02:35 -07:00
usb_serial_jtag.c Fix C3 when pasting 128+ characters 2022-08-02 15:25:19 -07:00
usb_serial_jtag.h Add USB to Serial/JTAG support for REPL 2022-03-21 14:03:57 -07:00