index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
class
/
cdc
/
cdc_host.c
Age
Commit message (
Expand
)
Author
2026-06-06
host/cdc: use local control buffer
HiFiPhile
2026-03-11
Merge branch 'master' into zlp-hs-on-fs
hathach
2026-02-25
fix CDC host FTDI multiple channel loop
hathach
2026-02-11
fix ep size and midi buffer
HiFiPhile
2026-02-11
fix rx transfer length when high speed capable device/host working at full speed
HiFiPhile
2025-12-26
Prevent unused-variable warning in dcd_host.c
Cédric Berger
2025-12-12
usbh/cdc: fix typo in cdch_open
HiFiPhile
2025-12-11
move host hacked bulk mps out of tu_edpt_validate()
hathach
2025-12-11
refactor usbh_class_driver_t's open() to return number of driver len instead ...
hathach
2025-12-10
move hwid into edpt stream for consistent API
hathach
2025-12-10
change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to void
hathach
2025-11-13
clear endpoint stream when open for cdc_host and midi_host
hathach
2025-11-08
fix more alerts
hathach
2025-10-16
fix some warnings detected by pvs-studio
hathach
2025-10-16
add tu_div_round_nearest() (only handle positive) to replace DIV_ROUND_CLOSES...
hathach
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
2025-07-15
Fix compilation when CH34X support is disabled
Eli Lipsitz
2025-06-27
clean up
hathach
2025-06-27
use enum buf for process_set_config for ch34x and pl2303
hathach
2025-06-27
update acm and pl2303 to match the rest of drivers
hathach
2025-06-27
major refactor to generalize cdch serial driver
hathach
2025-06-20
refactor, add cdch_internal_control_complete()
hathach
2025-06-20
refactor change signature of serial driver's process_set_config
hathach
2025-06-20
cdch clean up and refactor, add explicit sync() API
hathach
2025-06-19
union ftdi/pl2303/acm data to save memory.
hathach
2025-06-19
rename tuh_cdc_get_local_line_coding to tuh_cdc_get_line_coding_local
hathach
2025-06-19
revert CFG_TUH_CDC_DTR/RTS_CONTROL_ON_ENUM
hathach
2025-06-19
clean up pl2303 type data
hathach
2025-06-19
house keeping
hathach
2025-06-18
usbh: add new API tuh_descriptor_get_device_local()
hathach
2025-06-18
add get_itf_by_xfer() to better determine cdc interface from xfer complete ca...
hathach
2025-06-17
add common cdch_process_set_config() to safely complete set_config() when it ...
hathach
2025-06-16
Merge branch 'master' into fork/IngHK/cdch_upgrade
hathach
2025-05-13
fix warnings, minor clean up
hathach
2025-02-13
update midi host to use endpoint stream API
hathach
2024-11-27
minor clean up
hathach
2024-11-26
add TUH_EPBUF_DEF for cdc host
hathach
2024-09-10
change edpt stream api to take hwid from API to reduce memory footprint
hathach
2024-04-22
fix nrfx v3 spim freq when init
hathach
2024-04-04
small change process config complete
IngHK
2024-04-04
disable PL2303 flow control config
IngHK
2024-04-04
foxed FTDI flow control config
IngHK
2024-04-04
CP210x removed baudrate check, fixed data bits check
IngHK
2024-04-04
fixed compile warnings
IngHK
2024-04-04
Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgrade
IngHK
2024-03-22
implement tuh_init()
hathach
2024-03-22
adding deinit() stub for usbh/hcd class driver
hathach
2024-03-10
fixed FTDI set control line
IngHK
2024-03-10
added defines CFG_TUH_CDC_DTR_CONTROL_ON_ENUM & CFG_TUH_CDC_RTS_CONTROL_ON_ENUM
IngHK
2024-03-10
added line control function using cdc_line_control_state_t
IngHK
[next]