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
/
main.c
Age
Commit message (
Expand
)
Author
2026-02-28
replace board_millis() with tusb_time_millis_api()
hathach
2025-11-27
add tud_vendor_n_read_discard(), refactor vendor device. Update webusb exampl...
hathach
2025-11-06
fix more alerts
hathach
2025-11-04
Fixed more alert found by PVS-Studio
hathach
2025-11-03
fixing alert by scanning tool
hathach
2025-10-24
fix several warnings
hathach
2025-09-17
Fix board_init_after_tusb
HiFiPhile
2025-07-03
update cdc_msc/cdc_msc_freertos to also support notification
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
change tusb_init(), tusb_rhport_init() to use init struct for expandability
hathach
2024-10-10
add new tusb_int_handler(rhport, in_isr) as common irq handler
hathach
2024-04-19
more clang update
hathach
2023-11-16
add imxrt1170 evkb
hathach
2023-08-09
Merge pull request #2202 from Rocky04/patch-4
Ha Thach
2023-08-07
Update examples
Rocky04
2023-08-04
Merge branch 'master' into enhance-bsp
hathach
2023-08-03
rename hw/bsp/board.h to board_api.h
hathach
2023-07-31
enable USBMC for uno r4, add board_init_after_tusb() API
hathach
2023-03-17
Merge branch 'master' into portability
hathach
2023-03-17
fix trailing space and new line
hathach
2022-12-04
Fix typos
Bastien Nocera
2022-09-13
Remove unreachable code
Ben Avison
2022-06-03
remove static port defined for device/host
hathach
2021-03-18
clean up some examples
hathach
2020-11-24
more ci
hathach
2020-11-24
comment out and add note for tud_cdc_connected() in cdc_msc examples
hathach
2020-11-23
add tud_ready() check in tud_cdc_n_write_flush()
hathach
2020-11-18
Changes to CDC example code:
Jan Dümpelmann
2020-11-18
Reset CDC examples to original state
Jan Dümpelmann
2020-09-04
Remove tud_cdc_connected check from examples
Jan Dümpelmann
2019-11-11
added and tested nRF52833DK (pca10100)
hathach
2019-10-24
adding more log
hathach
2019-09-11
rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite now
hathach