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
/
examples
/
device
/
cdc_msc
/
src
/
tusb_config.h
Age
Commit message (
Expand
)
Author
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-01-19
example: update comment on CDC EP size
Zixun LI
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-07-03
update cdc_msc/cdc_msc_freertos to also support notification
hathach
2022-06-06
clean up example to use CFG_TUD_ENABLED + CFG_TUD_MAX_SPEED instead of CFG_TU...
hathach
2022-06-02
rhport argument in usbd_ API() is not used (always use the initialized port)
hathach
2022-06-01
rename board specific macro for example
hathach
2022-02-25
auto detect max rhport speed based on mcu
hathach
2021-12-08
Merge branch 'master' into port-ft90x
Gordon McNab
2021-10-29
correctly init hs phy for bcm
hathach
2021-10-22
pi cm4 enumerated as full speed device
hathach
2021-10-06
Modify cdc_msc example for Bridgetek FT90x/FT93x
Gordon McNab
2021-06-12
Rename SAM7X to SAMX7X
MasterPhi
2021-06-12
dcd: sam7x: rename family dcd to include the whole family
Rafael Silva
2021-06-11
Add fifo & DMA linked list mode support.
MasterPhi
2021-03-18
clean up some examples
hathach
2021-01-23
rp2040 cdc_msc work well
hathach
2020-07-16
rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE
hathach
2020-06-30
cdc-acm: Use 512 bytes when in HS mode.
Uwe Bonnes
2020-06-15
clean up, update other example config
hathach
2020-06-14
revert CFG_TUSB_RHPORT0_MODE to previous way
hathach
2020-05-26
merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODE
hathach
2020-04-17
update example to include CXD56 for highspeed mode
hathach
2020-03-10
drop hid for freertos demo to match none os example
hathach
2020-02-07
add Nuvoton NUC505
Peter Lawrence
2019-11-22
rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XX
hathach
2019-11-22
rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XX
hathach
2019-11-22
config clean up
hathach
2019-09-27
Fix typo of CFG_TUD_ENDOINT0_SIZE.
Nathan Conrad
2019-09-23
examples: Allow user to override EP0 size.
William D. Jones
2019-09-11
rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite now
hathach