| Age | Commit message (Collapse) | Author |
|
|
|
complete Sony PS4 dualshock controller example
|
|
- tuh_device_get_speed() to tuh_speed_get()
- tuh_device_configured() to tuh_mounted()
- tuh_device_ready() to tuh_ready()
|
|
|
|
|
|
separate dev0 from _usbh_devices pool to save sram
|
|
remove usbh_hcd.h
|
|
|
|
|
|
|
|
the descriptor len used by driver will be calculated by usbh
|
|
- remove driver class code binding
- fully support IAD
- auto calculate total length for interface descriptor for driver
|
|
|
|
tu_edpt_validate() and tu_edpt_bind_driver()
|
|
|
|
RP2040 double buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove tuh_device_get_state()
- more hid mouse clean up
|
|
|
|
rename HOST_CLASS_HID to CFG_TUH_HID
|
|
add usbh_get_enum_buf
|
|
|
|
improve host log
|
|
add rhport to tud_init()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|