summaryrefslogtreecommitdiff
path: root/examples/device/video_capture/src
AgeCommit message (Expand)Author
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
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-04-05update uvc 2ch to stream0 use yuy2, stream1 use mpeghathach
2024-01-30Merge pull request #2428 from YixingShen/masterHa Thach
2024-01-29add freertos build support for video_capture examplehathach
2024-01-29remove the use of descriptor template for video capture examplehathach
2024-01-26update example to work with iso streaminghathach
2024-01-26update example to work bulk mjpeghathach
2024-01-26rename and add more video descriptorshathach
2024-01-26Merge branch 'master' of https://github.com/YixingShen/tinyusbYixingShen
2024-01-26add "set tx_busy 1" into video_capture's video_tas for "if (tx_busy) return"YixingShen
2024-01-25minor update to video capture examplehathach
2024-01-24clean up video example for readabilityhathach
2023-12-24add high speed into examples\device\video_captureYixingShen
2023-12-18fixed device/video_capture/src/images.h,main.c CFG_EXAMPLE_VIDEO_DISABLE_MJPG...YixingShen
2023-08-09Merge pull request #2202 from Rocky04/patch-4Ha Thach
2023-08-07Update examplesRocky04
2023-08-04update all examples to use unique ID as serial if avaialblehathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-03-26Add MJPEG descriptor for bulk transferkkitayam
2023-03-25Add descriptor for a bulk endpoint as a streaming endpointkkitayam
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
2023-01-20fix warninghathach
2022-10-12Rename descriptor macros for consistencykkitayam
2022-10-08Add motion jpegkkitayam
2022-10-06Fix pointerkkitayam
2022-09-13Remove unreachable codeBen Avison
2022-09-13Fix compile errorskkitayam
2022-09-13Change images to MJPEGkkitayam
2022-08-23Remove Hardcoded interface numbers from video descriptorsAhmed El-Sharnoby
2022-06-27fix most warnings with rp2040 -wconversionhathach
2022-06-06more example updatehathach
2022-06-01rename board specific macro for examplehathach
2022-02-25auto detect max rhport speed based on mcuhathach
2022-01-13Fix dwFrameIntervalStep and dwMaxFrameIntervalkkitayam
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-23Merge branch 'master' into fix-warningsHa Thach
2021-10-17more with -Wcast-qualhathach
2021-10-16Change input terminal type to camerakkitayam
2021-10-11rename some video constantshathach
2021-10-11update the descriptor endpoint ISO for nrf5xhathach
2021-10-09Change the video image to scrolling color bars.kkitayam
2021-09-30Add cast operations to unused parameterskkitayam