USB_UDE_Sample icon indicating copy to clipboard operation
USB_UDE_Sample copied to clipboard

UDE (USB Device Emulation) Hardware-less sample, with matching Host-Side drivers. Used as a USB study test bed.

Results 12 USB_UDE_Sample issues
Sort by recently updated
recently updated
newest added

Delete do-nothing callbacks related to HW prepare/release, interrupt enable/disable and USB suspend/awake. Done to get rid of unnecessary complexity.

The in-built `` header already contains the following identical define: ``` #ifndef min #define min(a,b) (((a) < (b)) ? (a) : (b)) #endif ```