From e4c94328b98c6ce9f79f94fb09075de06fa21b26 Mon Sep 17 00:00:00 2001 From: Omar Chebib Date: Wed, 1 Mar 2023 18:53:17 +0800 Subject: [PATCH] psram: removed deprecated statement about coredump and external BSS --- components/esp_psram/esp32s2/Kconfig.spiram | 1 - components/esp_psram/esp32s3/Kconfig.spiram | 1 - 2 files changed, 2 deletions(-) diff --git a/components/esp_psram/esp32s2/Kconfig.spiram b/components/esp_psram/esp32s2/Kconfig.spiram index 9832295040..4e9eb2bb66 100644 --- a/components/esp_psram/esp32s2/Kconfig.spiram +++ b/components/esp_psram/esp32s2/Kconfig.spiram @@ -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 diff --git a/components/esp_psram/esp32s3/Kconfig.spiram b/components/esp_psram/esp32s3/Kconfig.spiram index 882c451a0c..18b02588de 100644 --- a/components/esp_psram/esp32s3/Kconfig.spiram +++ b/components/esp_psram/esp32s3/Kconfig.spiram @@ -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