summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2024-04-01UAC2: fix mounted condition.HiFiPhile
2024-04-01UAC2: refactor interrupt endpoint support.HiFiPhile
2024-04-01Merge remote-tracking branch 'upstream/master' into pr/1702HiFiPhile
2024-03-31fix hid close not clear datahathach
2024-03-30dwc2: add endpoint allocation support.HiFiPhile
2024-03-25Merge branch 'master' into add-tuh-deinithathach
2024-03-22implement tuh_init()hathach
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
2024-03-20added dedicate buffer for probe commit payloadhathach
2024-03-20improve uvc debug messagehathach
2024-03-18fix: uvc multiple interface supportLi Junru
2024-03-01add tuh_hid_receive_abort() APIhathach
2024-03-01reformat code hid_host.chathach
2024-02-22Merge pull request #2487 from hathach/update-cdc_msc_freertos-exampleHa Thach
2024-02-22slightly change cdc_msc_freertos examplehathach
2024-02-22Merge pull request #2420 from zx96/use-cfg-tud-msc-log-levelHa Thach
2024-02-20video_device: fix uninitialized warningBob Abeles
2024-02-06Merge pull request #2442 from IngHK/hidh_mounted_fixHa Thach
2024-02-01Merge pull request #2443 from mamiral/tud_vendor_mutexHiFiPhile
2024-01-31fix #2444 and other small thingsIngHK
2024-01-31Update vendor_device.c fifo mutex config similar to cdc_device.c.mamiral
2024-01-30fix tuh_hid_mounted() similar to #2437IngHK
2024-01-30Merge pull request #2438 from IngHK/cdch_mounted_fixHa Thach
2024-01-30cdch: de-configure when closing, rename configured to mountedhathach
2024-01-30Merge pull request #2428 from YixingShen/masterHa Thach
2024-01-29add freertos build support for video_capture examplehathach
2024-01-29fixed #2437IngHK
2024-01-26update example to work bulk mjpeghathach
2024-01-26rename and add more video descriptorshathach
2024-01-26Merge branch 'hathach:master' into master沈玴興
2024-01-26Correct VIDEO_CS_VS_INTERFACE_FRAME_MJPEG to VIDEO_CS_ITF_VS_FRAME_MJPEG for ...YixingShen
2024-01-25minor update to video capture examplehathach
2024-01-23audio_device: Fix unused variable warningJerzy Kasenberg
2024-01-20msc_device: Fix check for including MSC lookup tablesJonathan Zentgraf
2024-01-20accumulated review changesIngHK
2024-01-20make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34xhathach
2024-01-19- add new API tuh_cdc_set_data_format()hathach
2024-01-19move code aroundhathach
2024-01-19- add ch34x_set_data_format()hathach
2024-01-19refactor process_internal_control_complete()hathach
2024-01-19- add requested line coding to make update data format easierhathach
2024-01-19- revert the use of serial init for set line codinghathach
2024-01-17implemented ch34x_set_line_coding() and some code cleanupIngHK
2024-01-17more clean uphathach
2024-01-16change code style and code cleanupIngHK
2024-01-16change code stylehathach
2024-01-16merge and cherry pick changeshathach
2024-01-16fix number of endpoint for ch340x, also open notification even not used for nowhathach
2024-01-16Merge branch 'cdc_ch34x_support' of https://github.com/IngHK/tinyusb into cdc...IngHK
2024-01-16CDCh host: further work on CH340/CH341 supportIngHK