This is an automated email from the ASF dual-hosted git repository.
simbit18 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 27ae597fbc1 boards: Increase `esp32h2-devkit:efuse` IDLETHREAD stack
to 3072
27ae597fbc1 is described below
commit 27ae597fbc17e1dcf8c4fd775844499d4cd42a35
Author: Tiago Medicci Serrano <[email protected]>
AuthorDate: Thu Apr 16 13:40:22 2026 -0300
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 <[email protected]>
---
boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig
b/boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig
index 522b095ea07..63160e8bbe9 100644
--- a/boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig
+++ b/boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig
@@ -24,7 +24,7 @@ CONFIG_BOARD_LOOPSPERMSEC=15000
CONFIG_BUILTIN=y
CONFIG_ESPRESSIF_EFUSE=y
CONFIG_FS_PROCFS=y
-CONFIG_IDLETHREAD_STACKSIZE=2048
+CONFIG_IDLETHREAD_STACKSIZE=3072
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=4096
CONFIG_INTELHEX_BINARY=y