From 9aaf6e3f3e0b3cdfae4df78d69f70634b94c41eb Mon Sep 17 00:00:00 2001 From: Landon Haugh Date: Tue, 19 Oct 2021 14:44:43 -0500 Subject: [PATCH] [NXP_UCANS32K146] Increase usermain stack size to prevent init overrun --- boards/nxp/ucans32k146/nuttx-config/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/nxp/ucans32k146/nuttx-config/nsh/defconfig b/boards/nxp/ucans32k146/nuttx-config/nsh/defconfig index f99ebc1e86..37550afe20 100644 --- a/boards/nxp/ucans32k146/nuttx-config/nsh/defconfig +++ b/boards/nxp/ucans32k146/nuttx-config/nsh/defconfig @@ -115,4 +115,5 @@ CONFIG_SYSTEM_I2CTOOL=y CONFIG_SYSTEM_NSH=y CONFIG_SYSTEM_SPITOOL=y CONFIG_USER_ENTRYPOINT="nsh_main" +CONFIG_USERMAIN_STACKSIZE=2176 CONFIG_WATCHDOG=y