| Age | Commit message (Collapse) | Author |
|
remove tuh_control_xfer_sync()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rework host control xfer
|
|
- 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
|
|
merge device_info into bare_api example
|
|
|
|
More host enhancement
|
|
Add host example that prints out info of connected devices
|
|
|
|
|
|
|
|
|
|
fix enumeration with hub when reset port before set address
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
move debug utils to new header
|
|
|
|
|
|
|
|
in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3.
|
|
fix issue 1359
|
|
|
|
Add missing releases to Mynewt repository.yml
|
|
This make it possible to setup Mynewt project with latest releases.
|