summaryrefslogtreecommitdiff
path: root/examples/device/video_capture/src/tusb_config.h
AgeCommit message (Collapse)Author
2025-10-30Added bufferless operation to the video capture example. Can be tested with ↵Tobi
e.g. nanoCH32V305 board with the following settings: - tusb_config.h - #define CFG_TUD_VIDEO_STREAMING_EP_BUFSIZE 1024 - #define CFG_TUD_VIDEO_STREAMING_BULK 1 - #define CFG_EXAMPLE_VIDEO_DISABLE_MJPEG - #define CFG_EXAMPLE_VIDEO_BUFFERLESS and - usb_descriptor.h - #define FRAME_RATE 60
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
fix compiling with nuc family
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
- BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT - BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED
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