Skip to content

Commit 2662d24

Browse files
authored
[esp32] Add option to enable execution from PSRAM (#5180)
1 parent f16f003 commit 2662d24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/esp32.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ Advanced Configuration
129129
disabling LWIP assertions. Defaults to ``true`` (as recommended by Espressif). See
130130
`Espressif's documentation <https://docs.espressif.com/projects/esp-idf/en/v5.3.3/esp32/api-reference/kconfig.html#config-lwip-esp-lwip-assert>`__
131131
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``.
132135
- **ignore_efuse_custom_mac** (*Optional*, boolean): Can be set to ``true`` for devices on which the burned-in custom
133136
MAC address is not valid.
134137
- **ignore_efuse_mac_crc** (*Optional*, boolean): Can be set to ``true`` for devices on which the burned-in MAC

0 commit comments

Comments
 (0)