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
/
common
/
tusb_private.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-05-04
refactor: replace `tu_edpt_state_t` struct with `uint8_t` and update all endp...
hathach
2026-03-11
rename .rx_multiple_packet_transfer to .rx_need_zlp
hathach
2026-03-11
Merge branch 'master' into zlp-hs-on-fs
hathach
2026-03-09
usbh device descriptor validation, also check ep size > 0
hathach
2026-02-26
refactor, rename to schedule function with usbh_call_after_ms() to use with e...
hathach
2026-02-11
fix rx transfer length when high speed capable device/host working at full speed
HiFiPhile
2026-01-14
remove no-fifo mode in edpt stream API
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-12-11
refactor binding ep and interface to driver
hathach
2025-12-10
move hwid into edpt stream for consistent API
hathach
2025-12-10
Merge branch 'master' into more-size-reduce-edpt-stream
hathach
2025-12-10
only validate endpoint tu_edpt_validate() when debug enabled
hathach
2025-12-10
Merge branch 'master' into hwfifo_post
hathach
2025-12-10
remove tu_fifo_discard_n() and its usage
hathach
2025-12-10
change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to void
hathach
2025-12-08
remove FS MPS assumption
Zixun LI
2025-12-06
edpt stream only support non-fifo mode if needed CFG_TUSB_EDPT_STREAM_NO_FIFO...
hathach
2025-11-27
add tu_fifo_discard_n() and tu_edpt_stream_discard()
hathach
2025-11-21
edpt stream support xfer_fifo for device CFG_TUD_EDPT_DEDICATED_HWFIFO
hathach
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