This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.13
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/releases/12.13 by this push:
new 930087e764b boards/risc-v: increase init stack size on
esp32h2-devkit:efuse
930087e764b is described below
commit 930087e764bc266f0968d42375000b94609e6e35
Author: Filipe Cavalcanti <[email protected]>
AuthorDate: Wed Mar 18 11:27:45 2026 -0300
boards/risc-v: increase init stack size on esp32h2-devkit:efuse
Fix a crash scenarion due to stack overflow when debug assertions are
enabled.
Signed-off-by: Filipe Cavalcanti <[email protected]>
---
boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig
b/boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig
index ddc6d5199ae..3310cd804d0 100644
--- a/boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig
+++ b/boards/risc-v/esp32h2/esp32h2-devkit/configs/efuse/defconfig
@@ -24,6 +24,7 @@ CONFIG_ESPRESSIF_EFUSE=y
CONFIG_FS_PROCFS=y
CONFIG_IDLETHREAD_STACKSIZE=2048
CONFIG_INIT_ENTRYPOINT="nsh_main"
+CONFIG_INIT_STACKSIZE=4096
CONFIG_INTELHEX_BINARY=y
CONFIG_LIBC_PERROR_STDOUT=y
CONFIG_LIBC_STRERROR=y