raiden00pl commented on issue #18507: URL: https://github.com/apache/nuttx/issues/18507#issuecomment-4019395534
In my experience, writing USB drivers is the most annoying type of work for osdev. The USB protocol is complex, prone to timing problems and it's not easy to debug without expensive hardware. ETH drivers, while also complex, are much easier to develop, and you can debug ETH packets without additional hardware. In addition, networking seems to be more useful for users as you said, so I would give priority to ETH over USB. -- 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]
