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
2023-08-15
more minor clean up
hathach
2023-08-04
Merge branch 'master' into master
Ha Thach
2023-08-02
default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ...
hathach
2023-07-02
made line ends consistent.
Lars Pötter
2023-05-25
fix issue with ftdi host driver with status bytes
hathach
2023-05-16
correct EHCI reporting failed xfer (instead of stalled) when device is unplugged
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-28
add aligned(4) for cdc_line_coding_t
hathach
2023-04-27
add tuh_cdc_set_baudrate()
hathach
2023-04-27
add code to calculate divisor from baudrate for ftdi
hathach
2023-04-27
clean up
hathach
2023-04-27
more refactor
hathach
2023-04-27
cp210x seems to work well
hathach
2023-04-27
more host serial refactor
hathach
2023-04-27
refactor acm function
hathach
2023-04-27
refactor ftdi driver
hathach
2023-04-27
rename ftdi_host to ftdi_sio
hathach
2023-04-26
hacky, but ftdi work with hard code baudrate = 9600
hathach
2023-03-24
fix shadow warning
hathach
2023-03-24
fix cdc host enumeration issue when device does not support line request
hathach
2023-03-24
separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to
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
update host example, add pio-pico-usb for rp2040
hathach
2022-12-24
add tuh_cdc_peek()
hathach
2022-12-22
add tuh_cdc_get_local_line_coding()
hathach
2022-12-22
correct host cdc enum
hathach
2022-12-22
cdc host, add set line coding API
hathach
2022-12-22
finish moving edpt stream to tusb.c
hathach
2022-12-22
fix stream read count computation
hathach
2022-12-22
moving edpt_stream API into common tusb.c
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
correct cdc host app
hathach
2022-12-21
add tu_edpt_stream_write_zlp_if_needed()
hathach
2022-12-21
rename tud_edpt_stream_write_xfer
hathach
2022-12-21
minor debug log
hathach
2022-12-21
fix ci
hathach
2022-12-21
finalizing cdc host, has a working read/write
hathach
2022-12-16
correct cdc usbh_driver_set_config_complete()
hathach
2022-12-16
stub
hathach
2022-12-16
add common EPSIZE for bulk/iso in full and highspeed
hathach
2022-12-16
minor rename
hathach
2022-12-16
cdc check for bNumEndpoints before checking for endpoint descriptor
hathach
2022-12-16
adding tuh_cdc_mount_cb/tuh_cdc_umount_cb
hathach
2022-06-27
fix all warnings with host rp2040
hathach
2022-03-19
rename usbh_edpt_open() to tuh_edpt_open()
hathach
[next]