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
/
dynamic_switch
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-06-11
Merge remote-tracking branch 'origin/master' into stm32c5
hathach
2026-06-01
ultrareview nits: keep xfer_result table in sync, hoist blinky loop
hathach
2026-05-30
dynamic_switch: hoist while(1) out for OS_NONE
hathach
2026-05-28
remove sync() in tinyusb callback since it cause issue with RTOS when usbh ta...
hathach
2026-05-10
add stm32c5 support
HiFiPHile
2026-04-21
replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO...
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-05
ci_hs: add deinit support
Zixun LI
2026-03-04
replace board_millis() with tusb_time_millis_api() in dynamic_switch example
hathach
2026-02-27
Add a dynamic switch example
HiFiPhile