| Age | Commit message (Collapse) | Author |
|
|
|
|
|
add tuh_cdc_get_control_line_state_local()
implement tuh_cdc_get/set_dtr/rts() as inline
|
|
|
|
|
|
|
|
cdc host: remove the local desc_dev and the get_device descriptor call for ftdi and pl2303
|
|
callback
|
|
failed.
driver_process_set_config() also pass drv index with user_data
|
|
# Conflicts:
# README.rst
# docs/reference/index.rst
# src/class/cdc/cdc_device.c
# src/class/cdc/cdc_host.c
|
|
|
|
add tx_overwritabe_if_not_connected for cdc driver configure
|
|
change tuh_midi_rx/tx_cb() to have xferred_bytes
rename tuh_midi_get_num_rx/tx_cables() to tuh_midi_get_rx/tx_cable_count()
use default empty callback instead of weak null to be compatible with keil compiler
|
|
|
|
|
|
|
|
|
|
msc,cdc,hid
HIL enable device DMA for p4
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|