File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ Advanced Configuration
129
129
disabling LWIP assertions. Defaults to ``true `` (as recommended by Espressif). See
130
130
`Espressif's documentation <https://docs.espressif.com/projects/esp-idf/en/v5.3.3/esp32/api-reference/kconfig.html#config-lwip-esp-lwip-assert >`__
131
131
for more information.
132
+ - **execute_from_psram ** (*Optional *, boolean): On ESP32S3 only may be set to ``true `` to enable executing code from PSRAM.
133
+ With octal PSRAM this can be faster than executing from FLASH memory, and enables code such as display drawing
134
+ to execute normally when writing to FLASH, e.g. during an OTA update. The default is ``false ``.
132
135
- **ignore_efuse_custom_mac ** (*Optional *, boolean): Can be set to ``true `` for devices on which the burned-in custom
133
136
MAC address is not valid.
134
137
- **ignore_efuse_mac_crc ** (*Optional *, boolean): Can be set to ``true `` for devices on which the burned-in MAC
You can’t perform that action at this time.
0 commit comments