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_dual_ports
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2026-02-28
replace board_millis() with tusb_time_millis_api()
hathach
2025-11-05
added .clang-format
hathach
2025-09-17
Fix board_reset_to_bootloader
HiFiPhile
2025-09-17
Fix board_init_after_tusb
HiFiPhile
2025-07-03
make notify API and memory configurable with CFG_TUD_CDC_NOTIFY
hathach
2024-10-30
Merge branch 'master' into dcd_notif
HiFiPhile
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-07-05
add board_reset_to_bootloader(), try to implement that for ch32v203 but not w...
hathach
2024-04-26
Add uart status notif to cdc_dual_ports example.
HiFiPhile
2024-03-11
add led blinky to cdc_dual_ports example
hathach
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-09-13
Remove unreachable code
Ben Avison
2022-06-28
update rp2040 warnings
hathach
2022-06-27
rework suppress_tinyusb_warnings
graham sanderson
2022-06-06
more example update
hathach
2021-03-18
clean up some examples
hathach
2020-11-24
comment out and add note for tud_cdc_connected() in cdc_msc examples
hathach
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
2020-01-11
echo to both serial at once
hathach
2020-01-11
clean example
hathach
2019-12-28
implement multiple interfaces support
Peter Lawrence