index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
etmtrace-rp2350
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
/
common
/
tusb_private.h
Age
Commit message (
Expand
)
Author
2025-11-13
clear endpoint stream when open for cdc_host and midi_host
hathach
2025-11-12
migrate cdc device to use edpt stream API
hathach
2025-11-12
migrate midi_device to use edpt stream API
hathach
2025-11-08
fix more alerts
hathach
2025-11-06
fix more alerts
hathach
2025-11-04
Fixed more alert found by PVS-Studio
hathach
2025-03-06
hack: force/overwrite endpoint mps to 64 for device that incorrectly report 5...
hathach
2025-02-13
update midi host to use endpoint stream API
hathach
2024-11-04
add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which i...
hathach
2024-09-10
reduce ep stream footprint by using is_mps512 since it only support bulk so far
hathach
2024-09-10
remove vendor ep_addr, use stream api instead
hathach
2024-09-10
minor clean up
hathach
2024-09-10
change edpt stream api to take hwid from API to reduce memory footprint
hathach
2024-09-10
update edpt_stream to support non-buffered (no fifo) mode
hathach
2024-09-10
change vendor device to use edpt stream API
hathach
2024-03-22
add tu_edpt_stream_deinit()
hathach
2023-05-25
fix issue with ftdi host driver with status bytes
hathach
2022-12-24
add tuh_cdc_peek()
hathach
2022-12-22
fix stream read count computation
hathach
2022-12-22
moving edpt_stream API into common tusb.c
hathach
2022-03-09
implement tu_edpt_release()
hathach
2022-03-09
adding tusb_private.h to implement common edpt claim
hathach