Merge branch 'bugfix/update_esp_psram_s2_s3_kconfig_description' into 'master'

esp_psram: update esp_psram s2/s3 Kconfig description

See merge request espressif/esp-idf!21424
This commit is contained in:
Jiang Guang Ming
2022-12-06 02:23:17 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ menu "SPI RAM config"
bool "Move Read-Only Data in Flash to PSRAM"
default n
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
can forgo being placed in IRAM, thus optimizing RAM usage (see External RAM documentation
for more details).
+1 -1
View File
@@ -71,7 +71,7 @@ menu "SPI RAM config"
bool "Move Read-Only Data in Flash to PSRAM"
default n
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
can forgo being placed in IRAM, thus optimizing RAM usage (see External RAM documentation
for more details).