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
/
usbh.h
Age
Commit message (
Expand
)
Author
2022-04-20
add note for tud_task() behavior in freertos example
hathach
2022-04-20
add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and...
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
implement tuh_edpt_xfer() for non-control
hathach
2022-03-18
move daddr into xfer struct
hathach
2022-03-18
update sync API, move timeout into xfer struct
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
fix -Wnull-dereference warnings
hathach
2022-03-13
add synchronous (blocking) support for usbh control transfer
hathach
2022-03-11
rework usbh control xfer
hathach
2022-03-10
fix enumeration issue when plugging hub with multiple devices attached
hathach
2022-03-09
rename host descriptor function
hathach
2022-03-09
add tuh_descriptor_hid_report_get()
hathach
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
add tuh_descriptor_get() and tuh_descriptor_device_get()
hathach
2022-03-03
Add host string descriptor functions
Scott Shawcroft
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-06-10
remove hcd_edpt_stalled()
hathach
2021-06-10
add usbh_classdriver.h
hathach
2021-05-27
more include 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 CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIE
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-01-19
RP2040 support
graham sanderson
2020-11-07
clean up
hathach
2020-11-02
update usbh with hub to use async control transfer
hathach
2020-11-01
added host set_config driver
hathach
2020-10-12
add usbh_edpt_claim/release
hathach
2020-09-07
rework usbh control transfer
hathach
2020-09-06
change xfer_cb return type from void to bool
hathach
2020-09-06
replacing hcd_pipe_xfer by usbh_edpt_xfer
hathach
2020-09-05
clean up enum task
hathach
2020-09-05
defer xfer_isr to xfer_cb
hathach
2020-09-05
clean up
hathach
2020-09-03
rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler
hathach
[prev]
[next]