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
/
device
/
video_capture_2ch
Age
Commit message (
Expand
)
Author
2026-06-29
Improve Espressif example build selection
Zixun LI
2026-06-29
docs: add build-doc tooling and a README for every example
hathach
2026-06-22
hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583
hathach
2026-03-18
bsp: ch58x: sync cmake options with make and skip unsupported examples
alt-0191
2026-02-28
replace board_millis() with tusb_time_millis_api()
hathach
2025-12-19
clean up cmake, remove family_get_project_name()
hathach
2025-11-21
Also fix bDescriptorType
HiFiPhile
2025-11-21
Fix in multiple example codes, wrong descriptor length was taken for tusb_des...
Thomas Rubin
2025-11-17
make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...
hathach
2025-11-06
make host info to devcie cdc to work with freertos/noos
hathach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-10-28
fix descriptor warning when shifting zero
hathach
2025-10-24
fix several warnings
hathach
2025-10-14
more make refactor
hathach
2025-10-14
improve cmake warning flags, fix various warnings in examples
hathach
2025-10-14
move make.mk to hw/bsp/family_support.mk
hathach
2025-09-17
Fix board_init_after_tusb
HiFiPhile
2025-07-02
update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM
hathach
2025-02-11
Fix path.
HiFiPhile
2025-02-09
Add CMake presets.
HiFiPhile
2025-01-21
bump up cmake min to 3.20
hathach
2024-10-15
move core init code to dwc2 common. update/correct build for esppressif
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
change tusb_init(), tusb_rhport_init() to use init struct for expandability
hathach
2024-10-10
add new tusb_int_handler(rhport, in_isr) as common irq handler
hathach
2024-09-30
skip some examples for mcxa15
hathach
2024-06-14
fix ci skip example for ch32v1
hathach
2024-05-16
change default risv-gcc to riscv-none-elf- and add _zicsr extension
hathach
2024-05-10
More ci tweak (#2636)
Ha Thach
2024-04-28
Fix CI.
HiFiPhile
2024-04-25
adding support for esp32 for use with max3421e host
hathach
2024-04-09
Fix typo.
HiFiPhile
2024-04-05
support CFG_EXAMPLE_VIDEO_READONLY for stream0 for small mcu
hathach
2024-04-05
update uvc 2ch to stream0 use yuy2, stream1 use mpeg
hathach
2024-03-25
Fix compile errors when High Speed
kkitayam
2024-03-25
Add small RAM MCUs/boards to skip list
kkitayam
2024-03-24
Add UVC 2ch example
kkitayam