diff --git a/components/esp_system/Kconfig b/components/esp_system/Kconfig index 60e5a4d724..68c16ad280 100644 --- a/components/esp_system/Kconfig +++ b/components/esp_system/Kconfig @@ -535,6 +535,7 @@ menu "IPC (Inter-Processor Call)" range 512 65536 if !APPTRACE_ENABLE range 2048 65536 if APPTRACE_ENABLE default 2048 if APPTRACE_ENABLE + default 1280 if !APPTRACE_ENABLE && IDF_TARGET_ESP32S3 default 1024 help Configure the IPC tasks stack size. An IPC task runs on each core (in dual core mode), and allows for