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
/
host
Age
Commit message (
Expand
)
Author
2021-10-01
clean up
hathach
2021-09-14
make vendor driver more flexible
hathach
2021-09-14
update configuration parser
hathach
2021-09-14
usbd pre-compute total interface length without replying on driver open
hathach
2021-08-24
test hid controller with rp2040
hathach
2021-08-24
add tuh_vid_pid_get()
hathach
2021-08-24
rename host API to be consistent with naming on device stack
hathach
2021-08-24
fix dev0 out of bound array due to leftover
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
add hcd_devtree_get_info()
hathach
2021-08-23
add hcd attr, add note for ehci framelist on NXP derivative
hathach
2021-08-23
rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX
hathach
2021-08-23
add tuh_hid_receive_report() for applicaiton to explicitly request report
hathach
2021-08-20
change host driver open return type to bool
hathach
2021-08-20
improve host configuration parsing
hathach
2021-08-20
hid host skip get report descriptor if too large instead of assert
hathach
2021-08-20
extra common edpt helper for device and host stack
hathach
2021-06-28
change usbh open driver to have max_len and return driver len
hathach
2021-06-28
Merge pull request #891 from hathach/host-rp2040-double-buffer
Ha Thach
2021-06-21
Fix typo in TUH configuration define
Niklas Hauser
2021-06-11
fix ci build
hathach
2021-06-11
improve usbh
hathach
2021-06-10
more clean up
hathach
2021-06-10
implement usbh_edpt_busy (WIP), remove hcd_edpt_busy
hathach
2021-06-10
remove hcd_edpt_stalled()
hathach
2021-06-10
add usbh_classdriver.h
hathach
2021-05-31
use hcd_frame_number() instead of uframe
hathach
2021-05-31
clean up
hathach
2021-05-31
update hub
hathach
2021-05-31
add hub_port_set_feature()
hathach
2021-05-31
remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer()
hathach
2021-05-31
fix cast-align warning in msc host
hathach
2021-05-27
more include clean up
hathach
2021-05-23
clean up
hathach
2021-05-18
remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSE
hathach
2021-05-18
clean up
hathach
2021-05-18
add tuh_device_ready()
hathach
2021-05-18
rename tuh_device_is_configured() to tuh_device_configured()
hathach
2021-05-18
rename and moving
hathach
2021-05-18
correct hid host mount/unmount callback
hathach
2021-05-18
rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIE
hathach
2021-05-18
reworking hid host
hathach
2021-05-18
correct ehci control endpoint address report on xfer complete
hathach
2021-05-18
separte tusb_init/inited() to tud/tuh init/inited
hathach
2021-05-18
add tuh_inited() and tud_inited()
hathach
2021-05-18
rename var to be consistent
hathach
2021-05-18
add hcd_ehci.h as interface for ehci port
hathach
2021-02-26
add rp2040 to host example build
hathach
2021-02-23
move ehci and ohci to portable folder
hathach
[next]