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 2176388e525 boards/risc-v: increase init stacksize for efuse defconfig 
on ESP32-C6
2176388e525 is described below

commit 2176388e525e6d1400fa3d9277f75a1cac6fc476
Author: Filipe Cavalcanti <[email protected]>
AuthorDate: Mon Mar 9 21:05:55 2026 -0300

    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 <[email protected]>
---
 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 9c387edc9bf..c8a34cde869 100644
--- a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/efuse/defconfig
+++ b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/efuse/defconfig
@@ -25,6 +25,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

Reply via email to