index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/hil-doc-audit
claude/mtp-data-phase-fixes
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
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
2022-03-18
update sync API, move timeout into xfer struct
hathach
2022-03-18
minor update for control xfer
hathach
2022-03-18
try to fix ci
hathach
2022-03-17
rename user_arg to user_data
hathach
2022-03-17
add CFG_TUH_API_EDPT_XFER to enable generic edpt xfer
hathach
2022-03-17
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-17
add actual_len supported
hathach
2022-03-17
slightly change the signature of tuh_control_xfer
hathach
2022-03-17
change return type of callback to void
hathach
2022-03-17
remove const in xfer callback
hathach
2022-03-17
move result into transfer struct
hathach
2022-03-17
change tuh_control_xfer_t struct
hathach
2022-03-16
update hid host to use new control xfer for set config
hathach
2022-03-16
fix -Wnull-dereference warnings
hathach
2022-03-13
add synchronous (blocking) support for usbh control transfer
hathach
2022-03-12
minor changes
hathach
2022-03-12
misplace fallthrough
hathach
2022-03-12
rework usbh enumeration process using user arg from control transfer as state
hathach
2022-03-11
rework usbh control xfer
hathach
2022-03-11
merge device_info into bare_api example
hathach
2022-03-11
remove usbh_control.c
hathach
2022-03-10
fix build warning
hathach
2022-03-10
fix enumeration issue when plugging hub with multiple devices attached
hathach
2022-03-10
refactor and integrate usbh control xfer back to usbh.c
hathach
2022-03-10
remove obsolete device state
hathach
2022-03-10
refactor host control xfer
hathach
2022-03-10
merge control stage host and device value
hathach
2022-03-10
more clean up
hathach
2022-03-09
minor clean up
hathach
2022-03-09
refactor usbd to also use common endpoint claim/release
hathach
2022-03-09
implement tu_edpt_release()
hathach
2022-03-09
adding tusb_private.h to implement common edpt claim
hathach
2022-03-09
add tusb_debug.h remove tusb_error.h
hathach
2022-03-09
update use of mutex for host
hathach
2022-03-09
rename host descriptor function
hathach
2022-03-09
add tuh_descriptor_hid_report_get()
hathach
2022-03-04
Fix string descriptor fetch
Scott Shawcroft
2022-03-04
fix naming, and build
hathach
2022-03-04
add tuh_descriptor_string_manufacturer/produce/serial_get
hathach
2022-03-04
add tuh_configuration_set()
hathach
2022-03-04
add tuh_descriptor_configuration_get()
hathach
2022-03-04
correct qhd and qtd count for ehci/ohci
hathach
2022-03-04
add CFG_TUH_INTERFACE_MAX config
hathach
2022-03-04
add tuh_descriptor_get() and tuh_descriptor_device_get()
hathach
2022-03-04
minor cleanup
hathach
2022-03-04
rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX
hathach
2022-03-03
Unused ok
Scott Shawcroft
2022-03-03
Add host string descriptor functions
Scott Shawcroft
2022-02-26
Merge pull request #1353 from ETCLabs/iar-compiler-error-on-src-host-usbh.c
Ha Thach
2022-02-25
The IAR compilier does not resolve references to fields in the anonymous stru...
Tom Peterson
[next]