|
|
@@ -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
|