| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
|
|
selectively disable usbd/usbh or driver log
|
|
- change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if
not defined
- change QHD_MAX for EHCI, should be user configurable and more
optimized in the future
|
|
|
|
|
|
- CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN
- CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN
- fix missing mem section and align for host
|
|
tuh_itf_info_t
|
|
- previously CFG_TUH_HID is max number of interfaces per device which is
rather limited and consume more resources than needed.
- change hid host instance in API to index
|
|
|
|
|
|
|
|
add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum
|
|
|
|
|
|
|
|
|
|
move usbh_edpt_open() to public API, remove rhport from its signature
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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()
|
|
|
|
|
|
|
|
Open OUT endpoint for HID host
|
|
|
|
|
|
|
|
This happens on my PowerA wired Switch pro controller
|
|
complete Sony PS4 dualshock controller example
|
|
|
|
separate dev0 from _usbh_devices pool to save sram
|
|
|
|
|
|
the descriptor len used by driver will be calculated by usbh
|
|
|
|
|
|
|
|
|
|
|
|
RP2040 double buffer
|