| Age | Commit message (Collapse) | Author |
|
|
|
- usbd now change _usbd_dev.cfg_num before calling driver's open()
|
|
|
|
|
|
- rename tud_hid_report_fail_cb() to tud_hid_report_failed_cb() and change its signature
- use default implementation for hid callbacks to be compatible with keil compiler
- code format
|
|
- new line, and code format
|
|
|
|
|
|
fix clang build with nrf
|
|
|
|
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
|
|
|
|
|