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
/
src
/
usb_descriptors.c
Age
Commit message (
Expand
)
Author
2026-07-14
test/hil: usbtest fleet enablement, shuffled scheduling, unique PIDs
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-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
2024-08-19
rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY
hathach
2024-04-05
update uvc 2ch to stream0 use yuy2, stream1 use mpeg
hathach
2024-01-29
add freertos build support for video_capture example
hathach
2024-01-29
remove the use of descriptor template for video capture example
hathach
2024-01-26
update example to work with iso streaming
hathach
2024-01-26
update example to work bulk mjpeg
hathach
2024-01-26
rename and add more video descriptors
hathach
2024-01-24
clean up video example for readability
hathach
2023-12-24
add high speed into examples\device\video_capture
YixingShen
2023-08-04
update all examples to use unique ID as serial if avaialble
hathach
2023-03-26
Add MJPEG descriptor for bulk transfer
kkitayam
2023-03-25
Add descriptor for a bulk endpoint as a streaming endpoint
kkitayam
2023-03-17
fix trailing space and new line
hathach
2023-01-20
fix warning
hathach
2022-10-12
Rename descriptor macros for consistency
kkitayam
2022-10-08
Add motion jpeg
kkitayam
2022-06-27
fix most warnings with rp2040 -wconversion
hathach
2021-10-25
change usage of TU_CHECK_MCU() to prevent macro conflict
hathach
2021-10-11
update the descriptor endpoint ISO for nrf5x
hathach
2021-09-29
Fix transfer failure when reconnecting
kkitayam
2021-09-29
Refactor application API parameters
kkitayam
2021-09-29
Separate a handling resource into controller and streaming
kkitayam
2021-09-29
fix: endpoint descriptor has incorrectly settings
kkitayam
2021-09-29
fix: configuration descriptor has incorrectly sizes
kkitayam
2021-09-29
add tentative example
kkitayam