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_pvt.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-03-02
fix call_after timeout adjustment with rtos
hathach
2026-03-02
- rename to usbh_defer_func_ms_async()
hathach
2026-02-26
refactor, rename to schedule function with usbh_call_after_ms() to use with e...
hathach
2025-12-11
refactor usbh_class_driver_t's open() to return number of driver len instead ...
hathach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
2025-05-21
add usbh_spin_lock/unlock() use spinlock instead of atomic flag for hcd max3421
hathach
2025-04-23
rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...
hathach
2025-02-24
add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb()
hathach
2025-02-17
usbh always retry control transfer (max 3) in case of XFER_RESULT_FAILED.
hathach
2024-03-22
implement tuh_init()
hathach
2024-03-22
adding deinit() stub for usbh/hcd class driver
hathach
2023-12-26
improved hex debug print, improved USBH debug prints, added pid/vid debug print
IngHK
2023-12-13
try to add samd51 to hil pool using doublereset (rpi gpio) and bossac
hathach
2023-11-24
fixed compile errors due to untreated CFG_TUH_LOG_LEVEL
IngHK
2023-09-07
- wrap up hcd max3421, work well with nrf52840
hathach
2023-08-15
more minor clean up
hathach