From 5c717342ea32e6f87fde80c33e4fe6f7ae608d26 Mon Sep 17 00:00:00 2001 From: Filipe Cavalcanti Date: Mon, 9 Mar 2026 21:05:55 -0300 Subject: [PATCH] boards/risc-v: increase init stacksize for efuse defconfig on ESP32-C6 Fixes a crash when executing basic commands on the efuse defconfig. Signed-off-by: Filipe Cavalcanti --- boards/risc-v/esp32c6/esp32c6-devkitc/configs/efuse/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/efuse/defconfig b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/efuse/defconfig index 95a85d56d43..75f01a5f3a0 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/efuse/defconfig +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/efuse/defconfig @@ -28,6 +28,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