circuitpython/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
..
messages
shared Add ability to reserve psram 2022-08-03 16:19:40 -05:00
stub Add ability to reserve psram 2022-08-03 16:19:40 -05:00
background_callback.h Check background pending before sleep 2021-08-19 12:18:13 -07:00
board.h Move hook implementation to supervisor 2022-04-18 14:09:36 +00:00
cpu.h
fatfs_port.h v3 BLE file service: Add file modification times 2021-09-13 14:46:14 -07:00
filesystem.h go into safe mode if not CIRCUITPY available 2021-12-27 18:58:24 -05:00
flash.h
flash_root_pointers.h
linker.h
memory.h
port.h Add ability to reserve psram 2022-08-03 16:19:40 -05:00
serial.h refactor debug UART to console UART; get working on ESP32 2022-06-30 23:16:46 -04:00
spi_flash_api.h Fix devices include by splitting type from defines 2021-03-25 11:37:08 -07:00
supervisor.mk Add ability to reserve psram 2022-08-03 16:19:40 -05:00
usb.h Start of USB host API 2022-03-07 18:07:25 -08:00
workflow.h Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00