wangtao13 opened a new issue, #19756:
URL: https://github.com/apache/nuttx/issues/19756

   ### Description
   
   I am trying to add USB OTG driver (host and device) for an SOC, where the 
USB controller is DWC2.
   I controller in the SOC can work in host mode, where it can connect to a USB 
disk and mount FatFS onto it to access the files in the USB disk.
   Or it can switch to device mode (e.g. adb device) to other USB host, like PC 
or cell phone.
   
   So I think I need to add driver codes for the DWC2 controller, but I did NOT 
find a good reference to USB driver architecture of Nuttx.
   How can I get started on the DWC2 driver in the Nuttx?
   
   ### Verification
   
   - [x] I have verified before submitting the report.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to