esp_psram: update esp_psram s2/s3 Kconfig description

pull/6808/head
jiangguangming 2022-12-05 11:24:57 +08:00 zatwierdzone przez BOT
rodzic 6419436684
commit d65913d279
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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).

Wyświetl plik

@ -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).