Skip to content

Commit 3c2fc8b

Browse files
committed
boards: Increase esp32h2-devkit:efuse IDLETHREAD stack to 3072
The idle task is used during initialization and its stack size is operating near the boundaries of a stack overflow, causing occasional crashes during board's bringup. This commit increases the idle task stack size to solve such an issue. Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
1 parent 5c9de46 commit 3c2fc8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse

boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CONFIG_BOARD_LOOPSPERMSEC=15000
2424
CONFIG_BUILTIN=y
2525
CONFIG_ESPRESSIF_EFUSE=y
2626
CONFIG_FS_PROCFS=y
27-
CONFIG_IDLETHREAD_STACKSIZE=2048
27+
CONFIG_IDLETHREAD_STACKSIZE=3072
2828
CONFIG_INIT_ENTRYPOINT="nsh_main"
2929
CONFIG_INIT_STACKSIZE=4096
3030
CONFIG_INTELHEX_BINARY=y

0 commit comments

Comments
 (0)