CV-Bowen opened a new pull request, #7133:
URL: https://github.com/apache/incubator-nuttx/pull/7133

   ## Summary
   Clear software tx index when uart_reset called.
   Otherwise, after the rx error occur, the tx output will be out of sequence, 
for example:
   normal log:
   [   30.163000] 12345678abcdefgh
   [   30.666000] 12345678abcdefgh
   [   31.169000] 12345678abcdefgh
   [   31.672000] 12345678abcdefgh
   [   32.175000] 12345678abcdefgh
   [   32.678000] 12345678abcdefgh
   [   33.181000] 12345678abcdefgh
   
   error log:
   he 7 .20]0003 127456c8abgdefch
   gde [6.707002] 16345b78afcde
   fcde
   fghe10010] 5234a678ebcd
    77 713 00]41238567dabchefgd
   che 7 .21]0003 127456c8abgdefch
   gde [8.709002] 16345b78afcde
   fcde
   
   ## Impact
   tlsr82 serial
   
   ## Testing
   test with tlsr8278adk80d:nsh
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to