mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
psram: removed deprecated statement about coredump and external BSS
This commit is contained in:
parent
af9e99759a
commit
35fec3a2ef
@ -176,7 +176,6 @@ menu "ESP32S2-specific"
|
||||
|
||||
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.
|
||||
Cannot be used together with ESP_COREDUMP_ENABLE_TO_FLASH.
|
||||
|
||||
choice SPIRAM_SPEED
|
||||
prompt "Set RAM clock speed"
|
||||
|
@ -245,7 +245,6 @@ menu "ESP32S3-Specific"
|
||||
|
||||
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.
|
||||
Cannot be used together with ESP_COREDUMP_ENABLE_TO_FLASH.
|
||||
|
||||
choice SPIRAM_SPEED
|
||||
prompt "Set RAM clock speed"
|
||||
|
Loading…
x
Reference in New Issue
Block a user