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 2022/03/18 13:18:57 UTC

[GitHub] [incubator-nuttx] eenurkka opened a new pull request #5783: risc-v/mpfs: usb: fix ep0 read done

eenurkka opened a new pull request #5783:
URL: https://github.com/apache/incubator-nuttx/pull/5783


   USB EP0 reads data from the fifo but doesn't mark the read
   done which adds significant delays. Fix this unnecessary
   slowdown due to operation timeouts by finishing the read
   properly.
   
   Also add a missing function description to the function
   mpfs_ep_set_fifo_size().
   
   Signed-off-by: Eero Nurkkala <ee...@offcode.fi>
   
   ## Summary
   
   EP0 rx operations are slow at the moment. They finish only at a timeout, which is some seconds. The fix completes the reads properly.
   
   ## Impact
   
   MPFS USB
   
   ## Testing
   
   Polarfire Icicle board against a python script on Ubuntu 21.04
   


-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5783: risc-v/mpfs: usb: fix ep0 read done

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


   


-- 
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-unsubscribe@nuttx.apache.org

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