circuitpython/supervisor/stub
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
..
filesystem.c Fixed code style formatting according to pre-commit rules. 2022-04-02 12:47:43 +02:00
internal_flash.c Incorporated feedback from PR. 2022-04-04 21:47:05 +02:00
misc.c Add ability to reserve psram 2022-08-03 16:19:40 -05:00
safe_mode.c run code formatting script 2021-03-15 19:27:36 +05:30
stack.c run code formatting script 2021-03-15 19:27:36 +05:30