no1wudi opened a new pull request, #8454:
URL: https://github.com/apache/nuttx/pull/8454
## Summary
Enable the behavior for console by termios input flags. And termios
(partial) will be always enabled.
Binary size:
Before:
text data bss dec hex filename
326460 409 8164 335033 51cb9 nuttx/nuttx
After:
text data bss dec hex filename
326518 417 8164 335099 51cfb nuttx/nuttx
I'm trying to let nsh get rid of the stdio by these steps:
1. Convert CR to LF in serial input (follow linux, this patch)
2. Support O_TEXT and O_BINARY to convert CR2LF in VFS layer
3. Remove CONFIG_EOL_IS_XXX confgis
4. Echo character in serial driver instead of nsh
## Impact
serial driver
## Testing
QEMU
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]