| Age | Commit message (Collapse) | Author |
|
change usbh driver init() return type from void to bool
|
|
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
|
|
|
|
|
|
|
|
|
|
|
|
- add typedef for cdc enum
|
|
|
|
- add ch34x_set_line_coding()
|
|
|
|
- change ch34x_xfer_get_itf_num() to simply 0
|
|
- update ch34x_get_lcr and ch34x_get_factor_divisor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cdc_ch34x_support
|
|
|
|
|
|
|
|
# Conflicts:
# src/class/cdc/cdc_host.c
|
|
CFG_TUH_CDC_FTDI/CP210X_VID_PID_LIST which contains both vid and pid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow external definition of TU_CP210X_PID_LIST
|
|
|
|
|
|
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
|
|
|
|
add workflow_dispatch to all ci workflow
|
|
|
|
|
|
- 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
|
|
|