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
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-03-02
minor rename
hathach
2022-03-01
start to add pio usb (host) support
hathach
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
2022-02-25
internal symbol rename
hathach
2022-02-25
minor house keeping
hathach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2022-02-25
improve rphort management for usbd
hathach
2021-11-30
improve hcd_device_close() for rp2040
hathach
2021-11-30
on unplug release device endpoints
rppicomidi
2021-10-30
add support for EFM32GG
hathach
2021-10-25
change usage of TU_CHECK_MCU() to prevent macro conflict
hathach
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-10-18
suppress null-dereference by usbh and lwip
hathach
2021-10-17
more with -Wcast-qual
hathach
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
[prev]
[next]