davids5 opened a new pull request, #11323:
URL: https://github.com/apache/nuttx/pull/11323

      Fixes is stuttering output.
   
      The use of the semaphore was causing blocking
      on non blocking callers. This ensured that
      the TX DAM would be restated, but when it
      was switched to trywait in 660ac6, it left
      data in the xmit queue unsent.
   
      This solution removes the semaphore and restart
      the DMA on completion if there is more data in
      the xmit queue to be sent.
   
   ## Summary
   
   ## Impact
   
   ## 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.

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