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
/
class
/
cdc
Age
Commit message (
Expand
)
Author
2026-07-19
Merge pull request #3750 from dxbjavid/cdc-acm-open-desc-bounds
Zixun LI
2026-07-19
add interface desc length check
HiFiPhile
2026-07-19
improve validation structure
HiFiPhile
2026-07-19
improve pointer arithmetic, check funmctional descriptor bLength
HiFiPhile
2026-07-07
gate acm_open descriptor bounds behind CFG_TUH_VALIDATION_LEVEL
Javid Khan
2026-07-05
bound acm_open functional descriptor walk against desc_end
Javid Khan
2026-07-04
advance acm_open descriptor walk by fixed struct sizes
Javid Khan
2026-07-03
guard acm_open endpoint reads against short bLength descriptors
Javid Khan
2026-07-03
Merge pull request #3660 from andrewleech/cdch-on-enum-idx-guard
Zixun LI
2026-07-02
bound cdc-data endpoints against descriptor length in acm_open
Javid Khan
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-06
host/cdc: use local control buffer
HiFiPhile
2026-05-31
cdc_host: fix undeclared 'idx' when only LINE_CONTROL_ON_ENUM defined
Andrew Leech
2026-03-12
refactor(cdc): remove deprecated runtime CDC configuration, add backward comp...
hathach
2026-03-12
clean up
hathach
2026-03-12
refactor(cdc): remove runtime CDC driver configuration in favor of compile-ti...
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-03-11
Merge branch 'master' into zlp-hs-on-fs
hathach
2026-02-25
fix CDC host FTDI multiple channel loop
hathach
2026-02-11
fix ep size and midi buffer
HiFiPhile
2026-02-11
fix rx transfer length when high speed capable device/host working at full speed
HiFiPhile
2025-12-26
Prevent unused-variable warning in dcd_host.c
Cédric Berger
2025-12-12
usbh/cdc: fix typo in cdch_open
HiFiPhile
2025-12-12
fix edpt stream write/read to endpoint not yet opened
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-10
move hwid into edpt stream for consistent API
hathach
2025-12-10
flatten cdc tx,rx stream
hathach
2025-12-10
change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to void
hathach
2025-11-27
change tud_vendor_rx_cb() behavior, buffer and bufsize only available when CF...
hathach
2025-11-27
omit cdc epnotify for dedicated hw fifo
hathach
2025-11-27
add tud_cdc_n_notify_msg()
hathach
2025-11-26
omit ep buffer for midi device if device support CFG_TUD_EDPT_DEDICATED_HWFIFO
hathach
2025-11-26
change tu_fifo_buffer_info_t layout
hathach
2025-11-22
hil stress test cdc
hathach
2025-11-22
implement wanted char for cdc device without ep_buf
hathach
2025-11-22
implement wanted char for cdc device without ep_buf
hathach
2025-11-21
edpt stream support xfer_fifo for device CFG_TUD_EDPT_DEDICATED_HWFIFO
hathach
2025-11-19
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-11-13
Apply suggestions from code review
Ha Thach
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-11
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-11-08
fix more alerts
hathach
2025-11-07
Apply suggestions from code review
Ha Thach
2025-11-07
fix more alerts found by pvs-studio
hathach
2025-11-04
Fixed more alert found by PVS-Studio
hathach
2025-10-31
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
[next]