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
/
class
/
vendor
Age
Commit message (
Expand
)
Author
2026-07-07
usbtest: address Codex re-review (5 findings)
hathach
2026-07-07
address review round 2 (4 fixed, 1 answered)
hathach
2026-07-07
address Codex/Copilot review findings (9 fixed, 3 refuted with evidence)
hathach
2026-07-06
fix CI: clang/IAR unused helpers, LTO-dropped ISR symbol, LPC11/13 USB RAM ov...
hathach
2026-07-06
Merge remote-tracking branch 'origin/master' into usbtest
hathach
2026-07-06
usbtest: address remaining review findings (rusb2 #11/#12, vendor #15)
hathach
2026-07-06
usbtest: address code-review findings (EP3 iso regression + 9 more)
hathach
2026-07-03
usbd/vendor/usbtest: address second-round review findings
hathach
2026-07-03
class/vendor: portability + robustness fixes for int/iso/alt support
hathach
2026-07-02
class/vendor: isochronous endpoints + alternate setting support
hathach
2026-07-02
class/vendor: optional interrupt endpoints (CFG_TUD_VENDOR_EP_INT_OUT/IN)
hathach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-03-12
correct default value for CFG_TUD_VENDOR_TX/RX_BUFSIZE
hathach
2026-03-12
refactor(vendor/cdc): add CFG_TUD_CDC_RX_NEED_ZLP and CFG_TUD_VENDOR_RX_NEED_ZLP
hathach
2026-03-12
refactor(config): separate endpoint buffer sizes into RX and TX definitions f...
hathach
2026-03-11
rename .rx_multiple_packet_transfer to .rx_need_zlp
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-21
Change return of tud_vendor_n_write_clear from uint32_t to bool
James Smith
2025-12-21
Removed tu_fifo_count_and_clear
James Smith
2025-12-20
Added tud_vendor_write_clear() which forcefully clears TX buffer
James Smith
2025-12-10
move hwid into edpt stream for consistent API
hathach
2025-12-10
remove tu_fifo_discard_n() and its usage
hathach
2025-11-27
add CFG_TUD_VENDOR_RX_MANUAL_XFER per suggestion
hathach
2025-11-27
make vendor_read_* API() is only available when CFG_TUD_VENDOR_RX_BUFSIZE > 0
hathach
2025-11-27
change tud_vendor_rx_cb() behavior, buffer and bufsize only available when CF...
hathach
2025-11-27
add tud_vendor_n_read_discard(), refactor vendor device. Update webusb exampl...
hathach
2025-11-27
correct tu_edpt_stream_read() with non-fifo mode. Fix rhport with vendor device
hathach
2025-11-27
omit cdc epnotify for dedicated hw fifo
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-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
2025-08-02
use tu_desc_in_bounds() for descriptor loop
hathach
2025-07-07
update
YixingShen
2025-07-07
fixed CFG_TUD_VENDOR > 1 vendord_open tud_vendor_n_write_flush
YixingShen
2025-05-16
follow up to pr3118, interface also end with IAD. Add more checks
hathach
2025-05-09
simplify vendord_open parsing loop
HiFiPhile
2025-05-09
revert 'end fix'
ZakDanger
2025-05-09
revert 'end fix'
ZakDanger
2025-05-09
vendor device open fix for descriptor parsing
ZakDanger
2025-03-10
fix desc_end in vendord_open()
Cynventria[CitRA]
2024-11-22
TUD_EPBUF_TYPE_DEF usbtmc_device.c and vendor_device.c
hathach
2024-10-01
Fix vendor class reset.
HiFiPhile
2024-09-10
remove vendor ep_addr, use stream api instead
hathach
2024-09-10
update vendor device to use edpt stream which also support non-buffereed (no ...
hathach
2024-09-10
change vendor device to use edpt stream API
hathach
2024-08-02
Merge branch 'master' into vendor_fifo
HiFiPhile
2024-05-09
Take updated change from cdc_device.
HiFiPhile
2024-04-08
Merge branch 'master' of github.com:HiFiPhile/tinyusb into vendor_fifo
HiFiPhile
[next]