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
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
2022-03-19
add parse config descriptor to example
hathach
2022-03-18
move daddr into xfer struct
hathach
2022-03-17
rename user_arg to user_data
hathach
2022-03-17
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-17
slightly change the signature of tuh_control_xfer
hathach
2022-03-17
change tuh_control_xfer_t struct
hathach
2022-03-11
update hid,msc to new usbh control API
hathach
2022-03-11
rework usbh control xfer
hathach
2022-03-09
add tusb_debug.h remove tusb_error.h
hathach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2021-10-17
more with -Wcast-qual
hathach
2021-08-24
exclude dev0 from usbh devices pool
hathach
2021-08-23
sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB
hathach
2021-08-23
rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX
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-06-10
implement usbh_edpt_busy (WIP), remove hcd_edpt_busy
hathach
2021-06-10
add usbh_classdriver.h
hathach
2021-05-31
remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer()
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-05-19
usb0 host on mcb1800 work with fullspeed mode.
hathach
2020-05-04
clean up things, add makefile for host example
hathach
2020-04-15
change cdc template protocol to None
hathach
2020-01-15
Normalize line endings
Nathan Conrad
2019-07-01
improving midi support, adding midi exmaple
hathach
2019-05-14
update license year to 2019
hathach
2019-03-27
cleanup, remove the use of _TINY_USB_SOURCE_FILE_
hathach
[prev]
[next]