GUIDINGLI opened a new pull request #2962: URL: https://github.com/apache/incubator-nuttx/pull/2962
## Summary sim/up_uart.c: fix losting uart data when user paste long cmd ## Impact In SIM shell, when use ctrl+c crtl+v to paste long command to shell. Always cut off by sim_uart.c after 256 bytes. Reason & fix: Should reailize tty_rxflowcontrol callback to handle this. ## Testing ---------------------------------------------------------------- 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