summaryrefslogtreecommitdiff
path: root/examples/device/video_capture_2ch
AgeCommit message (Expand)Author
2026-06-29Improve Espressif example build selectionZixun LI
2026-06-29docs: add build-doc tooling and a README for every examplehathach
2026-06-22hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583hathach
2026-03-18bsp: ch58x: sync cmake options with make and skip unsupported examplesalt-0191
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-12-19clean up cmake, remove family_get_project_name()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-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
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-14more make refactorhathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-10-14move make.mk to hw/bsp/family_support.mkhathach
2025-09-17Fix board_init_after_tusbHiFiPhile
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-02-11Fix path.HiFiPhile
2025-02-09Add CMake presets.HiFiPhile
2025-01-21bump up cmake min to 3.20hathach
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