mirror of
https://github.com/apache/nuttx.git
synced 2026-06-11 13:43:36 +08:00
f555b3de91
Fix https://github.com/apache/nuttx/issues/12712 If run nsh over usb based serial port, the default stack size is too small, for example simple `ps` command will use more than 2208 bytes stack. Then the stack overflow will happen and the system will hang here. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>