masayuki2009 opened a new pull request #521: URL: https://github.com/apache/incubator-nuttx-apps/pull/521
## Summary - stdin/stdout/stderr are now preallocated in libc and fs_fd in file_struct are also initialized to -1 - So we need to call fdopen() for stdin again as we did before. - Also, cn_outstream and cn_errstream are not needed to be set. - See apps/nshlib/nsh_console.h as well ## Impact - nsh_usbconsole.c only ## Testing - Tested with stm32f4discovery:usbnsh ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org