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
/
dual
/
host_info_to_device_cdc
Age
Commit message (
Expand
)
Author
2026-07-14
test/hil: usbtest fleet enablement, shuffled scheduling, unique PIDs
hathach
2026-06-29
docs: add build-doc tooling and a README for every example
hathach
2026-05-28
abstract OS logic with `CFG_TUSB_OS_HAS_SCHEDULER` to simplify conditional ch...
hathach
2026-04-06
remove IAR toolchain support from make build system
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-28
replace board_millis() with tusb_time_millis_api()
hathach
2026-01-08
host device info print no serial as 0 instead of n/a
hathach
2025-12-19
clean up cmake, remove family_get_project_name()
hathach
2025-11-14
tweak to dual host info device cdc to make it easier to pass hil test
hathach
2025-11-13
cdc device tx_persistent for dual host info to help with hil test
hathach
2025-11-06
fix typo detected by copilot
hathach
2025-11-06
make host info to devcie cdc to work with freertos/noos
hathach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-10-28
fix descriptor warning when shifting zero
hathach
2025-10-24
fix several warnings
hathach
2025-10-15
fix build warning with clang
hathach
2025-10-14
more make refactor
hathach
2025-10-14
move make.mk to hw/bsp/family_support.mk
hathach
2025-10-02
fix typos
hathach
2025-09-17
Fix board_init_after_tusb
HiFiPhile
2025-07-05
enable ci host and dual build for ch32v20x
hathach
2025-05-14
update stm32wb linker to match new startup
hathach
2025-05-13
fix dual example for rp2350 conflict printf and cdc_printf
hathach
2025-03-26
added mimxrt1064_evk to hil test pool
hathach
2025-03-24
update hil test to include dual and host for pico/pico2
hathach
2025-02-09
Add CMake presets.
HiFiPhile
2025-01-21
bump up cmake min to 3.20
hathach
2024-11-07
update bsp for h7 to support host mode
hathach
2024-11-06
fix iar build
hathach
2024-10-21
get hprt interrupt triggered
hathach
2024-10-15
adding hcd dwc2
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-08-22
add hil support for dual host_info_to_cdc
hathach
2024-06-18
add dual/host_info_to_device_cdc example
hathach