| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
add tud_msc_inquiry2_cb() for full inquiry response
|
|
Feature/add tusb teardown
|
|
|
|
make sure TOTAL_DRIVER_COUNT is not overflow 8-bit
|
|
|
|
|
|
|
|
enable host example build for samd21/d51
|
|
|
|
Fix HID descriptor parsing of 4‑byte items
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# examples/device/audio_4_channel_mic_freertos/src/main.c
# examples/device/audio_test_freertos/src/main.c
# src/class/audio/audio_device.c
|
|
|
|
Add DWC2 cache maintenance routines for STM32
|
|
use stock iar linker
|
|
|
|
tud_vendor_n_write_flush argument should be 0,1,2,..., but
p_vendor - _vendord_itf is 0, sizeof(vendord_interface_t), 2*sizeof(vendord_interface_t), ...
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
support host mode
reformat hcd usbfs
add uart rx for ch32v20x bsp
|
|
|
|
|
|
|
|
add tud_cdc_n_notify_conn_speed_change()
add tud_cdc_notify_complete_cb()
|
|
|
|
|
|
|
|
use cbw.command[0] for pending IO command
|
|
|
|
CHCh Upgrade: Improved FTDI and CP210x support, add PL2303 support, bugfixes
|
|
|
|
|
|
|
|
- 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
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
adding serial driver's request_complete()
|
|
|
|
sync API from uint8_t to tusb_xfer_result_t
|
|
|
|
add tuh_cdc_get_control_line_state_local()
implement tuh_cdc_get/set_dtr/rts() as inline
|
|
|
|
|
|
|