cherry-embedded / CherryUSB

CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP
https://cherryusb.readthedocs.io/
Apache License 2.0
1.17k stars 249 forks source link

Fix failure to compile ch58x #115

Closed mo10 closed 1 year ago

mo10 commented 1 year ago

Cleaned up obsolete include usb_dc.h Fixed struct named ch58xfs_ep to ch58xfs_udc_ep Removed useless return value of ch58xfs_udc_irq

Now it should pass the compile, but I haven't tested if it works fine.

mo10 commented 1 year ago

There were some little issues in the demo, but the multi port of ch58x is working now.

sakumisu commented 1 year ago

已修改