summaryrefslogtreecommitdiff
path: root/examples/device/video_capture_2ch/src
AgeCommit message (Expand)Author
2026-07-14test/hil: usbtest fleet enablement, shuffled scheduling, unique PIDshathach
2026-07-03fix: correct video stack macro typo in video capture examplescuolm
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-11-21Also fix bDescriptorTypeHiFiPhile
2025-11-21Fix in multiple example codes, wrong descriptor length was taken for tusb_des...Thomas Rubin
2025-11-06make host info to devcie cdc to work with freertos/nooshathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-28fix descriptor warning when shifting zerohathach
2025-10-24fix several warningshathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-09Fix typo.HiFiPhile
2024-04-05support CFG_EXAMPLE_VIDEO_READONLY for stream0 for small mcuhathach
2024-04-05update uvc 2ch to stream0 use yuy2, stream1 use mpeghathach
2024-03-25Fix compile errors when High Speedkkitayam
2024-03-24Add UVC 2ch examplekkitayam