summaryrefslogtreecommitdiff
path: root/examples/device/video_capture/src/tusb_config.h
AgeCommit message (Expand)Author
2025-10-30Added bufferless operation to the video capture example. Can be tested with e...Tobi
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-08-19rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLYhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-01-29add freertos build support for video_capture examplehathach
2024-01-25minor update to video capture examplehathach
2024-01-24clean up video example for readabilityhathach
2023-03-25Add descriptor for a bulk endpoint as a streaming endpointkkitayam
2022-06-06more example updatehathach
2022-06-01rename board specific macro for examplehathach
2022-02-25auto detect max rhport speed based on mcuhathach
2021-10-11rename some video constantshathach
2021-09-30Move frame settings to usb_descriptors.hkkitayam
2021-09-29Fix transfer failure when reconnectingkkitayam
2021-09-29Refactor application API parameterskkitayam
2021-09-29Separate a handling resource into controller and streamingkkitayam
2021-09-29add tentative examplekkitayam