Эх сурвалжийг харах

Merge branch 'bugfix/increase_ipc_stack_size_for_esp32s3' into 'master'

esp_system: Increase IPC stack size for ESP32-S3

Closes IDFCI-1403

See merge request espressif/esp-idf!19250
Darian 3 жил өмнө
parent
commit
b66be87f88

+ 1 - 0
components/esp_system/Kconfig

@@ -535,6 +535,7 @@ menu "IPC (Inter-Processor Call)"
         range 512 65536 if !APPTRACE_ENABLE
         range 512 65536 if !APPTRACE_ENABLE
         range 2048 65536 if APPTRACE_ENABLE
         range 2048 65536 if APPTRACE_ENABLE
         default 2048 if APPTRACE_ENABLE
         default 2048 if APPTRACE_ENABLE
+        default 1280 if !APPTRACE_ENABLE && IDF_TARGET_ESP32S3
         default 1024
         default 1024
         help
         help
             Configure the IPC tasks stack size. An IPC task runs on each core (in dual core mode), and allows for
             Configure the IPC tasks stack size. An IPC task runs on each core (in dual core mode), and allows for