You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/17 15:25:06 UTC

[incubator-nuttx] 04/04: sim/nsh2: fix nxserver stack overflow

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 43989ee36f820fb5301445da66ca5fba6f5a1042
Author: chao.an <an...@xiaomi.com>
AuthorDate: Fri Apr 17 17:21:06 2020 +0800

    sim/nsh2: fix nxserver stack overflow
    
    increase nxserver stack size to 4K
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 boards/sim/sim/sim/configs/nsh2/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/sim/sim/sim/configs/nsh2/defconfig b/boards/sim/sim/sim/configs/nsh2/defconfig
index 5c16b7a..ae060e8 100644
--- a/boards/sim/sim/sim/configs/nsh2/defconfig
+++ b/boards/sim/sim/sim/configs/nsh2/defconfig
@@ -43,6 +43,7 @@ CONFIG_NSH_ROMFSETC=y
 CONFIG_NX=y
 CONFIG_NXFONT_SANS23X27=y
 CONFIG_NXFONT_SANS28X37B=y
+CONFIG_NXSTART_SERVERSTACK=4096
 CONFIG_NX_BLOCKING=y
 CONFIG_NX_KBD=y
 CONFIG_NX_XYINPUT_MOUSE=y