mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
sim/nsh2: fix nxserver stack overflow
increase nxserver stack size to 4K Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user