summaryrefslogtreecommitdiff
path: root/examples/device/video_capture_2ch
AgeCommit message (Expand)Author
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-09-30skip some examples for mcxa15hathach
2024-06-14fix ci skip example for ch32v1hathach
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
2024-05-10More ci tweak (#2636)Ha Thach
2024-04-28Fix CI.HiFiPhile
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-25Add small RAM MCUs/boards to skip listkkitayam
2024-03-24Add UVC 2ch examplekkitayam