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
2026-07-05
Fix usbh empty builtin driver warning
HiFiPhile
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-22
Merge remote-tracking branch 'tinyusb/master' into pr-osal-spin-deinit
HiFiPhile
2026-06-22
usbh: remove Pico specific comment
HiFiPhile
2026-06-21
fix(host): release spinlock in tuh_deinit to fix multi-rebuild panic
renjie
2026-06-01
CFG_TUH_CONTROL_PENDING_QUEUE_SZ defefault to 4 if hub is eanbled, 2 if not
hathach
2026-05-29
Implement asynchronous control transfer queuing for USB host stack
hathach
2026-05-12
feat: add MIDI 2.0 Host class driver (USB-MIDI 2.0)
Saulo Veríssimo
2026-05-04
refactor: replace `tu_edpt_state_t` struct with `uint8_t` and update all endp...
hathach
2026-03-22
False negative in tuh_task_event_ready()
Cédric Berger
2026-03-22
False positive in tuh_task_event_ready()
Cédric Berger
2026-03-22
We must wait at least the requested amount
Cédric Berger
2026-03-12
refactor(config): separate endpoint buffer sizes into RX and TX definitions f...
hathach
2026-03-09
fix(usbh): correct memcpy usage to ensure proper alignment with `offsetof` in...
hathach
2026-03-09
refactor: add desc_device_noheader_t to simplify get device descriptor local
hathach
2026-03-09
usbh device descriptor validation, also check ep size > 0
hathach
2026-03-07
open hub mtt interface in 1 call
hathach
2026-03-06
fix ci
HiFiPhile
2026-03-06
usbh: support MTT hub
HiFiPhile
2026-03-04
Merge branch 'master' into dwc2_deinit
hathach
2026-03-02
more call_after timeout adjustment with rtos
hathach
2026-03-02
improve timeout adjustment, exit tuh_task() by timeout_ms = 0
hathach
2026-03-02
fix call_after timeout adjustment with rtos
hathach
2026-03-02
- rename to usbh_defer_func_ms_async()
hathach
2026-02-28
replace board_millis() with tusb_time_millis_api()
hathach
2026-02-27
add back deferred attachment queue, retry get hub port status if reset change...
hathach
2026-02-27
Merge remote-tracking branch 'tinyusb/master' into dwc2_deinit
HiFiPhile
2026-02-26
fix fallthrough
hathach
2026-02-26
revert usbh dedicated queue for attached event
hathach
2026-02-26
refactor, rename to schedule function with usbh_call_after_ms() to use with e...
hathach
2026-02-22
Merge branch 'hathach:master' into non-blocking-host-v2
Cédric Berger
2026-02-22
Apply suggestions from code review
Zixun LI
2026-02-20
refactor config option
HiFiPhile
2026-02-19
Introduce TUH_CFGID_PHY_SPEED configure option
Cédric Berger
2026-02-14
add(usbh.c): LOG1 debug message when no address available for hub
Roman Leonov
2026-02-11
Put deferred attachments in a separate queue
Cédric Berger
2026-02-11
Call continuation functions asynchronously
Cédric Berger
2026-02-11
Split functions calling tusb_time_delay_ms_api()
Cédric Berger
2026-02-01
Actually exit the loop in addition to logging. ENOTENOUGHCOFFEE
Cédric Berger
2026-02-01
Limit events processed by tud_task_ext() / tuh_task_ext()
Cédric Berger
2026-01-06
catch deinit error
HiFiPhile
2026-01-03
fix rusb2 hcd_port_connect_status() using line state, add post root reset del...
hathach
2025-12-15
minor update
hathach
2025-12-15
Merge branch 'master' into enum_catch
hathach
2025-12-15
Merge branch 'refs/heads/master' into enum_catch
hathach
2025-12-13
Merge branch 'refs/heads/master' into hcd_fsdev
hathach
2025-12-11
move host hacked bulk mps out of tu_edpt_validate()
hathach
2025-12-11
refactor usbh_class_driver_t's open() to return number of driver len instead ...
hathach
2025-11-30
Update note
HiFiPhile
2025-11-27
Add max nak config
Zixun LI
[next]