| Age | Commit message (Collapse) | Author |
|
fix compiling with nuc family
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
sync API from uint8_t to tusb_xfer_result_t
|
|
cdc host: remove the local desc_dev and the get_device descriptor call for ftdi and pl2303
|
|
TUH_EPSIZE_BULK_MPS should be set based on TUH_OPT_HIGH_SPEED, not TUD_OPT_HIGH_SPEED
|
|
|
|
minor rename and move code around
|
|
|
|
implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header.
|
|
tuh_enum_descriptor_configuration_cb() callback
host: support device with multiple configurations
|
|
|
|
# Conflicts:
# src/host/usbh.c
|
|
- host enumeration always get language id, manufacturer, product and serial string. Which is required by some device such as 8bitdo
|
|
# Conflicts:
# src/host/usbh.c
|
|
added tuh_connected()
|
|
|
|
- comment out tuh_descriptor_device_cb/tuh_desc_configuration_cb since it is unrelated to this PR
|
|
# Conflicts:
# hw/bsp/rp2040/family.cmake
# src/class/midi/midi.h
# src/class/midi/midi_device.c
# src/device/usbd_control.c
# src/host/hcd.h
# src/host/usbh.c
# src/host/usbh.h
|
|
|
|
consistent
|
|
|
|
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
|
|
|
|
|
|
|
|
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
|
|
- change code style
|
|
|
|
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
|
- also improve ehci bus reset
- seperate bus reset delay and contact debouncing delay in enumeration
|
|
|
|
|
|
|
|
|
|
|
|
temporarily disable codespell
|
|
when starting up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and in_isr
also allow exit tud_task,tuh_task after processing all events for
running other background task for user
|
|
|
|
move usbh_edpt_open() to public API, remove rhport from its signature
|
|
|
|
|
|
remove tuh_control_xfer_sync()
|