| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By default disable
CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR such that
current examples still work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add synchronous version of all get descriptor API
- update bare example to use sync API for string descriptor
- change order of index, language_id in tuh_descriptor_get_string() to
match similar API of libusb
- add index to tuh_descriptor_get_hid_report()
|
|
|
|
|
|
|
|
|
|
- change API of tuh_control_xfer and its callback
- rename tuh_control_complete_cb_t to tuh_control_xfer_cb_t
- add user argument to control callback
- migrate usbh and hub
|
|
|
|
|
|
|
|
|
|
fix enumeration with hub when reset port before set address
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
move debug utils to new header
|
|
|
|
|
|
|
|
fix issue 1359
|
|
|
|
|
|
|
|
make number of interface configurable (default to 8)
CFG_TUD_INTERFACE_MAX
|
|
|