circuitpython/ports/espressif/common-hal/espidf
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
..
__init__.c Add ability to reserve psram 2022-08-03 16:19:40 -05:00
__init__.h Add ability to reserve psram 2022-08-03 16:19:40 -05:00