From 35fec3a2efa58c77694fb4e2b7d7fbf2df51f79a Mon Sep 17 00:00:00 2001 From: Omar Chebib Date: Wed, 1 Mar 2023 19:06:30 +0800 Subject: [PATCH] psram: removed deprecated statement about coredump and external BSS --- components/esp32s2/Kconfig | 1 - components/esp32s3/Kconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/components/esp32s2/Kconfig b/components/esp32s2/Kconfig index dbbdf9c4b9..0e0a092ca9 100644 --- a/components/esp32s2/Kconfig +++ b/components/esp32s2/Kconfig @@ -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" diff --git a/components/esp32s3/Kconfig b/components/esp32s3/Kconfig index d4a4d0631c..c9b7237180 100644 --- a/components/esp32s3/Kconfig +++ b/components/esp32s3/Kconfig @@ -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"