You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/03/03 04:28:39 UTC

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request #2962: sim/up_uart.c: fix losting uart data when user paste long cmd

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:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2962: sim/up_uart.c: fix losting uart data when user paste long cmd

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #2962:
URL: https://github.com/apache/incubator-nuttx/pull/2962


   


----------------------------------------------------------------
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:
users@infra.apache.org