| Age | Commit message (Collapse) | Author |
|
CFG_TUH_CDC_FTDI/CP210X_VID_PID_LIST which contains both vid and pid.
|
|
|
|
|
|
|
|
Allow external definition of TU_CP210X_PID_LIST
|
|
|
|
|
|
|
|
Hid set protocol pr
|
|
|
|
|
|
to tusb_option.h and mandatory for BTH driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix issue 2188: support usbh_app_driver_get_cb()
|
|
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
|
|
|
|
|
|
|
|
|
|
selectively disable usbd/usbh or driver log
|
|
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
|
|
can be useful when focusing on let's say usbh
|
|
|
|
|
|
Fixes bug in tuh_msc_ready
|
|
Fix typos
|
|
fix build util with makefile
|
|
Add the capability for video class to handle a bulk endpoint in the streaming interface.
|
|
|
|
|
|
add workflow_dispatch to all ci workflow
|
|
- 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
|
|
|
|
|
|
- tuh_cdc_set_control_line_state()
- tuh_cdc_set_baudrate()
- tuh_cdc_set_line_coding()
|
|
- tuh_control_xfer() update xfer result to user_data if complete
callback = NULL (sync/blocking)
- refactor host serial driver for acm/ftdi/cp210x
|
|
|