فهرست منبع

Merge branch 'bugfix/fix_psram_kconfig_help' into 'master'

psram: removed deprecated statement about coredump and external BSS

See merge request espressif/esp-idf!22561
Omar Chebib 2 سال پیش
والد
کامیت
0fa63be9d1
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      components/esp_psram/esp32s2/Kconfig.spiram
  2. 0 1
      components/esp_psram/esp32s3/Kconfig.spiram

+ 0 - 1
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

+ 0 - 1
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