summaryrefslogtreecommitdiff
path: root/examples/dual/dynamic_switch
AgeCommit message (Expand)Author
2026-07-14test/hil: usbtest fleet enablement, shuffled scheduling, unique PIDshathach
2026-06-29docs: add build-doc tooling and a README for every examplehathach
2026-06-11Merge remote-tracking branch 'origin/master' into stm32c5hathach
2026-06-01ultrareview nits: keep xfer_result table in sync, hoist blinky loophathach
2026-05-30dynamic_switch: hoist while(1) out for OS_NONEhathach
2026-05-28remove sync() in tinyusb callback since it cause issue with RTOS when usbh ta...hathach
2026-05-10add stm32c5 supportHiFiPHile
2026-04-21replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO...hathach
2026-03-12refactor(vendor/cdc): add CFG_TUD_CDC_RX_NEED_ZLP and CFG_TUD_VENDOR_RX_NEED_ZLPhathach
2026-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2026-03-05ci_hs: add deinit supportZixun LI
2026-03-04replace board_millis() with tusb_time_millis_api() in dynamic_switch examplehathach
2026-02-27Add a dynamic switch exampleHiFiPhile