mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 23:15:15 +00:00
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 <filipe.cavalcanti@espressif.com>
This commit is contained in:
parent
dcfc386a36
commit
5c717342ea
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue