| Age | Commit message (Collapse) | Author |
|
|
|
|
|
fix typos for ftdi_process_set_config()
add J-Link GDB + RTT logging instructions
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
'idx' is not used if CFG_TUH_CDC_LINE_CODING_ON_ENUM is not defined.
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
of bool. help to simplify parsing configuration
|
|
|
|
|
|
|
|
|
|
|
|
DIV_ROUND_CLOSEST() to remove the need of typeof
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
|
|
- add common 2 stage set line coding for driver without direct set_line_coding support e.g ftdi, cp210x, ch34x
- add common cdch_process_line_state_on_enum() to handle cfg line state on enum e.g CFG_TUH_CDC_LINE_CONTROL/CODING_ON_ENUM
- refactor cdch_internal_control_complete and user_complete_cb to be managed by tuh_cdc_ API instead of serial driver
|
|
|
|
adding serial driver's request_complete()
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
fix clang build with nrf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
change usbh driver init() return type from void to bool
|
|
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
|
|
|
|
|
|
|