mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 07:04:32 +02:00
esp_psram: update esp_psram s2/s3 Kconfig description
This commit is contained in:
@@ -62,7 +62,7 @@ menu "SPI RAM config"
|
|||||||
bool "Move Read-Only Data in Flash to PSRAM"
|
bool "Move Read-Only Data in Flash to PSRAM"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
If enabled, instructions in flash will be moved into PSRAM on startup.
|
If enabled, rodata in flash will be moved into PSRAM on startup.
|
||||||
If SPIRAM_FETCH_INSTRUCTIONS is also enabled, code that requires execution during an SPI1 Flash operation
|
If SPIRAM_FETCH_INSTRUCTIONS is also enabled, code that requires execution during an SPI1 Flash operation
|
||||||
can forgo being placed in IRAM, thus optimizing RAM usage (see External RAM documentation
|
can forgo being placed in IRAM, thus optimizing RAM usage (see External RAM documentation
|
||||||
for more details).
|
for more details).
|
||||||
|
@@ -71,7 +71,7 @@ menu "SPI RAM config"
|
|||||||
bool "Move Read-Only Data in Flash to PSRAM"
|
bool "Move Read-Only Data in Flash to PSRAM"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
If enabled, instructions in flash will be moved into PSRAM on startup.
|
If enabled, rodata in flash will be moved into PSRAM on startup.
|
||||||
If SPIRAM_FETCH_INSTRUCTIONS is also enabled, code that requires execution during an SPI1 Flash operation
|
If SPIRAM_FETCH_INSTRUCTIONS is also enabled, code that requires execution during an SPI1 Flash operation
|
||||||
can forgo being placed in IRAM, thus optimizing RAM usage (see External RAM documentation
|
can forgo being placed in IRAM, thus optimizing RAM usage (see External RAM documentation
|
||||||
for more details).
|
for more details).
|
||||||
|
Reference in New Issue
Block a user