mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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
This commit is contained in:
commit
b66be87f88
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user