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/15 14:40:43 UTC

[GitHub] [incubator-nuttx] eenurkka opened a new pull request #5749: risc-v/mpfs: usb: fix ep0 stall/resume and rx reads

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


   Fix EP0 stall and resume properly. EP0 wasn't clearly addressed
   on stall / resume operations.
   
   Also fix data reads that provide garbage for the first request.
   It has always random data as it's completed prior to any read
   operation.
   
   Signed-off-by: Eero Nurkkala <ee...@offcode.fi>
   
   ## Summary
   
   USB stack testing caught a few issues that are fixed here.
   
   ## Impact
   
   MPFS USB CDC/ACM
   
   ## Testing
   
   Polarfire Icicle Kit against Ubuntu 21.04 and Windows 10
   


-- 
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 #5749: risc-v/mpfs: usb: fix ep0 stall/resume and rx reads

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


   


-- 
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