Skip to content

Commit

Permalink
Merge branch 'bugfix/increase_ipc_stack_size_for_esp32s3' into 'master'
Browse files Browse the repository at this point in the history
esp_system: Increase IPC stack size for ESP32-S3

Closes IDFCI-1403

See merge request espressif/esp-idf!19250
  • Loading branch information
Dazza0 committed Jul 29, 2022
2 parents fde4afc + e073fc4 commit b66be87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_system/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b66be87

Please sign in to comment.