mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00: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:
parent
3776bf6850
commit
43989ee36f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue