mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
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>
This commit is contained in:
committed by
simbit18
parent
c205505ca9
commit
27ae597fbc
@@ -24,7 +24,7 @@ CONFIG_BOARD_LOOPSPERMSEC=15000
|
|||||||
CONFIG_BUILTIN=y
|
CONFIG_BUILTIN=y
|
||||||
CONFIG_ESPRESSIF_EFUSE=y
|
CONFIG_ESPRESSIF_EFUSE=y
|
||||||
CONFIG_FS_PROCFS=y
|
CONFIG_FS_PROCFS=y
|
||||||
CONFIG_IDLETHREAD_STACKSIZE=2048
|
CONFIG_IDLETHREAD_STACKSIZE=3072
|
||||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||||
CONFIG_INIT_STACKSIZE=4096
|
CONFIG_INIT_STACKSIZE=4096
|
||||||
CONFIG_INTELHEX_BINARY=y
|
CONFIG_INTELHEX_BINARY=y
|
||||||
|
|||||||
Reference in New Issue
Block a user