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
/
cdc_device.c
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
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-02-11
fix rx transfer length when high speed capable device/host working at full speed
HiFiPhile
2025-12-12
fix edpt stream write/read to endpoint not yet opened
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
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-07
fix more alerts found by pvs-studio
hathach
2025-10-31
Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...
HiFiPhile
2025-10-22
Fix copilot issues
Mengsk
2025-10-22
Add is_isr parameter to usbd_edpt_xfer and usbd_edpt_xfer_fifo
copilot-swe-agent[bot]
2025-10-16
fix some warnings detected by pvs-studio
hathach
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
2025-07-03
make notify API and memory configurable with CFG_TUD_CDC_NOTIFY
hathach
2025-07-02
Merge branch 'master' into fork/HiFiPhile/dcd_notif
hathach
2025-03-24
device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t
hathach
2024-12-01
Merge branch 'master' into dcd_notif
HiFiPhile
2024-11-22
apply TUD_EPBUF_DEF for device: bth, dfu, hid, msc
hathach
2024-11-21
make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...
hathach
2024-10-30
Merge branch 'master' into dcd_notif
HiFiPhile
2024-07-19
- add tud_cdc_n_ready() though not used
hathach
2024-07-19
revert changes to usbds configuration_reset() (deal with it in separated PR)
hathach
2024-07-19
Check tud ready check for OUT xfer.
HiFiPhile
2024-07-12
- add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFF
hathach
2024-05-08
Add option to make CDC TX buffer persistent.
Andrew Leech
2024-04-26
cdc: add uart status notification support.
HiFiPhile
2024-04-26
cdc_device : save rhport.
HiFiPhile
2024-04-22
fix print lu format warnings with clang
hathach
2024-04-08
add class driver deinit
hathach
2023-08-14
UINT16_MAX stdint macro usage
tswan-quasi
2023-08-14
min on cdc r/w
tswan-quasi
2023-08-02
default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ...
hathach
2023-07-24
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
hathach
[next]