Skip to content

Commit

Permalink
psram: removed deprecated statement about coredump and external BSS
Browse files Browse the repository at this point in the history
  • Loading branch information
o-marshmallow committed Mar 1, 2023
1 parent 850ac2c commit e4c9432
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/esp_psram/esp32s2/Kconfig.spiram
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ menu "SPI RAM config"

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.

config SPIRAM_CLK_IO
int
Expand Down
1 change: 0 additions & 1 deletion components/esp_psram/esp32s3/Kconfig.spiram
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ menu "SPI RAM config"

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.

config SPIRAM_CLK_IO
int
Expand Down

0 comments on commit e4c9432

Please sign in to comment.