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 <eero.nurkk...@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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org