Skip to content

Commit 844bc2e

Browse files
committed
Compile amended fix for [TW#17880] console example crash espressif#1534.
1 parent 8731cc9 commit 844bc2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/sdk/esp32/lib/libesp_event.a

-13.9 KB
Binary file not shown.

tools/sdk/esp32/sdkconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y
751751
# end of Memory protection
752752

753753
CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32
754-
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=3072
754+
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096
755755
CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096
756756
CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y
757757
# CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 is not set
@@ -1615,7 +1615,7 @@ CONFIG_ESP32S2_PANIC_PRINT_REBOOT=y
16151615
# CONFIG_ESP32S2_PANIC_SILENT_REBOOT is not set
16161616
# CONFIG_ESP32S2_PANIC_GDBSTUB is not set
16171617
CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32
1618-
CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=3072
1618+
CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=4096
16191619
CONFIG_MAIN_TASK_STACK_SIZE=4096
16201620
CONFIG_CONSOLE_UART_DEFAULT=y
16211621
# CONFIG_CONSOLE_UART_CUSTOM is not set

0 commit comments

Comments
 (0)