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
/
tusb_config.h
Age
Commit message (
Expand
)
Author
2025-10-30
Added bufferless operation to the video capture example. Can be tested with e...
Tobi
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-07-02
update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM
hathach
2024-10-15
move core init code to dwc2 common. update/correct build for esppressif
hathach
2024-08-19
rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY
hathach
2024-04-25
adding support for esp32 for use with max3421e host
hathach
2024-01-29
add freertos build support for video_capture example
hathach
2024-01-25
minor update to video capture example
hathach
2024-01-24
clean up video example for readability
hathach
2023-03-25
Add descriptor for a bulk endpoint as a streaming endpoint
kkitayam
2022-06-06
more example update
hathach
2022-06-01
rename board specific macro for example
hathach
2022-02-25
auto detect max rhport speed based on mcu
hathach
2021-10-11
rename some video constants
hathach
2021-09-30
Move frame settings to usb_descriptors.h
kkitayam
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
add tentative example
kkitayam