raw-gadget icon indicating copy to clipboard operation
raw-gadget copied to clipboard

Unify assign_ep_address and usb_gadget_ep_match_desc

Open xairy opened this issue 2 years ago • 2 comments

Unify checks in assign_ep_address in examples with the ones in usb_gadget_ep_match_desc.

xairy avatar May 06 '23 16:05 xairy

Once this is done, we also need to teach USB Proxy about dynamic endpoint assignment.

xairy avatar Oct 28 '23 00:10 xairy

Right now the missing checks are:

  1. The ones that depend on gadget->max_speed. To implement these, we need to resolve #41 first.

  2. Checks for isochronous endpoints. For these, we need to implement handling of isochronous endpoints in Raw Gadget first.

xairy avatar Oct 28 '23 14:10 xairy