| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-18 | fix: uvc multiple interface support | Li Junru | |
| 1. fix next interface may have IAD_DESC 2. fix vs_itf can't be open on bulk mode. | |||
| 2024-02-22 | Merge pull request #2487 from hathach/update-cdc_msc_freertos-example | Ha Thach | |
| slightly change cdc_msc_freertos example | |||
| 2024-02-22 | slightly change cdc_msc_freertos example | hathach | |
| 2024-02-20 | video_device: fix uninitialized warning | Bob Abeles | |
| 2024-01-30 | Merge pull request #2428 from YixingShen/master | Ha Thach | |
| update video_capture | |||
| 2024-01-29 | add freertos build support for video_capture example | hathach | |
| 2024-01-26 | update example to work bulk mjpeg | hathach | |
| 2024-01-26 | rename and add more video descriptors | hathach | |
| use struct to define uvc descriptor for video_capture since uvc is rather too complicated to use macro templates | |||
| 2024-01-26 | Merge branch 'hathach:master' into master | 沈玴興 | |
| 2024-01-26 | Correct VIDEO_CS_VS_INTERFACE_FRAME_MJPEG to VIDEO_CS_ITF_VS_FRAME_MJPEG for ↵ | YixingShen | |
| #define TUD_VIDEO_DESC_CS_VS_FRM_MJPEG_DISC | |||
| 2024-01-25 | minor update to video capture example | hathach | |
| 2023-08-04 | Merge branch 'master' into master | Ha Thach | |
| 2023-08-02 | default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ↵ | hathach | |
| selectively disable usbd/usbh or driver log | |||
| 2023-07-24 | rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack | hathach | |
| CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION | |||
| 2023-07-02 | made line ends consistent. | Lars Pötter | |
| 2023-06-21 | Merge pull request #2101 from eustas/patch-1 | Ha Thach | |
| Fix typos | |||
| 2023-06-08 | Fix typos | Eugene Kliuchnikov | |
| 2023-03-26 | Add state variable | kkitayam | |
| 2023-03-25 | Update handle streaming interface | kkitayam | |
| 2023-03-25 | Fix streaming interface handling | kkitayam | |
| 2023-03-25 | Add handling for bulk EPs | kkitayam | |
| 2023-03-18 | minor clean up | hathach | |
| 2023-03-17 | Merge branch 'master' into portability | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-02-22 | use tu_static instead of static _fuzz_thread | hathach | |
| 2023-02-22 | Merge pull request #1867 from silvergasp/thread_local_globals | Ha Thach | |
| fix: Change all static variables to thread when fuzzing | |||
| 2023-02-22 | rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread | hathach | |
| 2023-01-20 | fix: Change all static variables to thread when fuzzing | Nathaniel Brough | |
| 2023-01-20 | fix warnings with arithmetic on void* pointer | hathach | |
| 2022-12-27 | Fix UVC probe and commit on MacOS | Staacks | |
| 2022-10-12 | Fix pointer type to calculate streaming parameter | kkitayam | |
| 2022-10-07 | Fix max payload size to clip at 1023 | kkitayam | |
| 2022-10-03 | Fix descriptor searching | kkitayam | |
| 2022-09-13 | Don't assume different enum types can be combined | Ben Avison | |
| IAR generates warning Pa089 'enumerated type mixed with another enumerated type'. | |||
| 2022-09-13 | Remove unreachable code | Ben Avison | |
| IAR generates warning Pe111 'statement is unreachable'. In a couple of cases, replace return statements with TU_ATTR_FALLTHROUGH; because some compilers apparently can't figure out that the return statements are unreachable but do whinge about an imagined fall-through without them! | |||
| 2022-09-13 | Refactor pointer arithmetic on void* | Ben Avison | |
| This is a GCC extension, illegal in ISO C. IAR generates errors Pa152 'these operand types cannot be used here' and Pe852 'expression must be a pointer to a complete object type'. Replace with uint8_t*. | |||
| 2022-09-13 | Fix compile errors | kkitayam | |
| 2022-09-13 | Change images to MJPEG | kkitayam | |
| 2022-06-27 | fix all device examples warnings | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-23 | Merge branch 'master' into fix-warnings | Ha Thach | |
| 2021-10-19 | Update _negotiate_streaming_parameters() to handle some requests | kkitayam | |
| 2021-10-18 | Implement GET_DEF and GET_LEN handling on Probe/Commit entities of streaming ↵ | kkitayam | |
| interface | |||
| 2021-10-16 | Change input terminal type to camera | kkitayam | |
| 2021-10-15 | fix -Wcast-qual | hathach | |
| 2021-10-14 | Fix GUID of video compression formats | kkitayam | |
| 2021-10-12 | Fix a typo | kkitayam | |
| 2021-10-12 | more rename | hathach | |
| 2021-10-12 | minor code clean up without functionality changes | hathach | |
