insane-adding-machines / unicore-mx

UniCore-MX | Universal Core for ARM Cortex-M0/0+/3/4/7/X
GNU General Public License v3.0
50 stars 8 forks source link

usbd msc clear request support #65

Open alexrayne opened 7 years ago

alexrayne commented 7 years ago

This patch includes: !fix usbd stop ep !usbd:dwc_otg:OUT prematured urb

and also provides enhanced URB cancel in DWC backend - now canceling URB can detects that ep is in transmition process and abort and flush it. MSC class implements support Clear Feature Endpoint request - that cancels current transfered URB.

it is tested only in bulk IN endpoint now.