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/09/06 12:11:54 UTC

[GitHub] [incubator-nuttx] eenurkka opened a new pull request, #7013: risc-v/mpfs: usb: provide more endpoints

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

   The underlying hardware supports 9 endpoints:
     - EP0
     - 4x IN EPs
     - 4x OUT EPs
   
   Currently the driver assumes every EP number is unique. This limits
   the amount of EPs to 1 + 4 = 5. Utilize the EPs in such a manner
   that all may be used.
   
   Also fix a few error handling related bugs. Update the composite
   driver to match the current situation as well.
   
   Signed-off-by: Eero Nurkkala <ee...@offcode.fi>
   
   ## Summary
   
   More EPs may be used, useful for composite drivers. Also fix a few error-skenario bugs.
   
   ## Impact
   
   MPFS Polarfire
   
   ## Testing
   
   USB mass storage and CDCACM
   


-- 
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 #7013: risc-v/mpfs: usb: provide more endpoints

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


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