mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'bugfix/fix_psram_kconfig_help_v5.0' into 'release/v5.0'
psram: removed deprecated statement about coredump and external BSS (backport v5.0) See merge request espressif/esp-idf!22562
This commit is contained in:
@@ -38,7 +38,6 @@ menu "SPI RAM config"
|
|||||||
|
|
||||||
This option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.
|
This option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.
|
||||||
This should only be used for tasks where the stack is never accessed while the cache is disabled.
|
This should only be used for tasks where the stack is never accessed while the cache is disabled.
|
||||||
Cannot be used together with ESP_COREDUMP_ENABLE_TO_FLASH.
|
|
||||||
|
|
||||||
config SPIRAM_CLK_IO
|
config SPIRAM_CLK_IO
|
||||||
int
|
int
|
||||||
|
@@ -47,7 +47,6 @@ menu "SPI RAM config"
|
|||||||
|
|
||||||
This option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.
|
This option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.
|
||||||
This should only be used for tasks where the stack is never accessed while the cache is disabled.
|
This should only be used for tasks where the stack is never accessed while the cache is disabled.
|
||||||
Cannot be used together with ESP_COREDUMP_ENABLE_TO_FLASH.
|
|
||||||
|
|
||||||
config SPIRAM_CLK_IO
|
config SPIRAM_CLK_IO
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user