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.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-03-12
refactor(config): separate endpoint buffer sizes into RX and TX definitions f...
hathach
2025-12-11
refactor usbh_class_driver_t's open() to return number of driver len instead ...
hathach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
2025-06-20
cdch clean up and refactor, add explicit sync() API
hathach
2025-06-19
rename tuh_cdc_get_local_line_coding to tuh_cdc_get_line_coding_local
hathach
2025-06-16
Merge branch 'master' into fork/IngHK/cdch_upgrade
hathach
2025-02-24
add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()
hathach
2024-11-26
add TUH_EPBUF_DEF for cdc host
hathach
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
added line control function using cdc_line_control_state_t
IngHK
2024-02-24
fixed CFG_TUH_CDC_LINE_CONTROL_ON_ENUM handling. only set if defined. value 0...
IngHK
2024-01-19
- add new API tuh_cdc_set_data_format()
hathach
2023-11-22
fix typo in cdc line coding enum
hathach
2023-04-28
more update to host serial API
hathach
2023-04-28
allow call tuh cdc with blocking (callback = NULL)
hathach
2023-04-28
improve host serial drivers
hathach
2023-04-27
add tuh_cdc_set_baudrate()
hathach
2023-03-22
add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new tuh_i...
hathach
2023-03-21
add tuh_set_interface
hathach
2023-03-17
fix trailing space and new line
hathach
2022-12-24
add tuh_cdc_peek()
hathach
2022-12-22
add tuh_cdc_get_local_line_coding()
hathach
2022-12-22
cdc host, add set line coding API
hathach
2022-12-22
minor clean up
hathach
2022-12-21
add tuh_cdc_write_clear, rename read_flush() to read_clear()
hathach
2022-12-21
add tuh_cdc_tx_complete_cb() callback
hathach
2022-12-21
add more host cdc API
hathach
2022-12-21
finalizing cdc host, has a working read/write
hathach
2022-12-16
add common EPSIZE for bulk/iso in full and highspeed
hathach
2022-12-16
minor rename
hathach
2022-12-16
adding tuh_cdc_mount_cb/tuh_cdc_umount_cb
hathach
2022-03-17
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-11
rework usbh control xfer
hathach
2021-08-20
change host driver open return type to bool
hathach
2021-06-28
change usbh open driver to have max_len and return driver len
hathach
2021-05-27
more include clean up
hathach
2020-11-02
remove legacy blocking usbh_control_xfer()
hathach
2020-09-06
change xfer_cb return type from void to bool
hathach
2020-09-05
defer xfer_isr to xfer_cb
hathach
2020-01-15
Normalize line endings
Nathan Conrad
2019-05-14
update license year to 2019
hathach
2019-03-27
cleanup, remove the use of _TINY_USB_SOURCE_FILE_
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2018-12-10
usbh name change
hathach
2018-12-10
host msc built but got hardfault with inquiry command
hathach
2018-12-10
add tuh_mount_cb/tuh_umount_cb
hathach
[next]