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.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2025-11-04
Fixed more alert found by PVS-Studio
hathach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
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-06-19
revert CFG_TUH_CDC_DTR/RTS_CONTROL_ON_ENUM
hathach
2024-04-26
cdc: add uart status notification support.
HiFiPhile
2024-03-10
added use of cdc_line_control_state_t type in CDCh
IngHK
2024-02-29
improved TU_LOGs
IngHK
2024-01-19
- add new API tuh_cdc_set_data_format()
hathach
2023-11-22
fix typo in cdc line coding enum
hathach
2023-02-12
Correct bitfields for cdc_desc_func_telephone_call_state_reporting_capabiliti...
Jeff Trull
2023-02-10
Adjust reserved bitfields to make SDCC happy
Jeff Trull
2022-12-22
clean up
hathach
2022-12-22
cdc host, add set line coding API
hathach
2022-12-20
fix hid host incorrect edpt release if failed to transmit
hathach
2022-12-04
Fix typos
Bastien Nocera
2021-10-11
add ncm.h for magic number
hathach
2021-09-25
add NCM driver in a compatible manner : hathach/tinyusb#550
Peter Lawrence
2021-07-22
clean up compiler
hathach
2021-07-22
rename bit filed order
hathach
2021-07-22
rename packed begin/end
hathach
2021-06-11
weak atrribute work around removed from CCRX_Port
Wini-Buh
2021-05-29
Adaptations for Renesas CCRX toolchain and Rx72N controller performed
Wini-Buh
2021-02-18
Implement requested PR changes
Jeremiah McCarthy
2021-02-16
Add alternate bitfield padding option
Jeremiah McCarthy
2020-10-31
Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL
Jacob Potter
2020-01-15
Normalize line endings
Nathan Conrad
2019-07-01
improving midi support, adding midi exmaple
hathach
2019-06-06
add TU_ prefix to compiler ATTR to prevent name conflict with application
hathach
2019-05-14
update license year to 2019
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2018-11-23
remove pragma GCC diagnostic
hathach
2018-11-09
Support the no CDC protocol as well.
Scott Shawcroft
2018-11-09
Exempt from strict warnings for struct packing and add MCU options
Scott Shawcroft
2018-08-13
rename VERIFY to TU_VERIFY to avoid conflict with application
hathach
2018-06-18
rename subfolder source to src
hathach