We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4dea7 commit bb2af51Copy full SHA for bb2af51
docs/environment.rst
@@ -60,6 +60,12 @@ CIRCUITPY_BLE_NAME
60
~~~~~~~~~~~~~~~~~~
61
Default BLE name the board advertises as, including for the BLE workflow.
62
63
+CIRCUITPY_PYSTACK_SIZE
64
+~~~~~~~~~~~~~~~~~~~~~~
65
+Sets the size of the python stack. Must be a multiple of 4. The default value is currently 1536.
66
+Increasing the stack reduces the size of the heap available to python code.
67
+Used to avoid "Pystack exhausted" errors when the code can't be reworked to avoid it.
68
+
69
CIRCUITPY_RESERVED_PSRAM
70
~~~~~~~~~~~~~~~~~~~~~~~~
71
On boards with Espressif microcontrollers with PSRAM (also called SPIRAM), permanently reserve a portion of PSRAM for use by esp-idf.
0 commit comments