summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2024-05-09Convert to bit-field since it's more reliable.HiFiPhile
2024-05-09Merge pull request #911 from thierer/vendor_class_zero_length_transferHiFiPhile
2024-05-09Take updated change from cdc_device.HiFiPhile
2024-05-08Merge pull request #2252 from rsolorzanomsft/hid-lightingHiFiPhile
2024-05-08Merge pull request #2532 from acscd/masterHiFiPhile
2024-05-08Merge pull request #2629 from andrewleech/cdc-persistent-tx-bufferHiFiPhile
2024-05-08Add option to make CDC TX buffer persistent.Andrew Leech
2024-05-07Merge branch 'master' into remove-tud_network_link_state_cbHiFiPhile
2024-05-07Reformat NCM class.HiFiPhile
2024-05-05mostly commentsHardy Griech
2024-05-05minor changes due to CR with HiFiPhileHardy Griech
2024-04-28Stall unsupported class request.HiFiPhile
2024-04-28Merge remote-tracking branch 'upstream/master' into pr/2227HiFiPhile
2024-04-28Merge pull request #2494 from tommie/usbtmcnotifHiFiPhile
2024-04-27Fix CI.HiFiPhile
2024-04-27Buffer int msg to ensure alignment and placement correctness.HiFiPhile
2024-04-27bulk_in: copy buffer to ensure alignment correctness.HiFiPhile
2024-04-26Code format.HiFiPhile
2024-04-26Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253HiFiPhile
2024-04-26Simplify transfer failure cb.HiFiPhile
2024-04-26Add missing alignment.HiFiPhile
2024-04-26use separate buffer for ctrl transfer.HiFiPhile
2024-04-26Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2283HiFiPhile
2024-04-25uac2: return on clear_feature.HiFiPhile
2024-04-22fix print lu format warnings with clanghathach
2024-04-22fix nrfx v3 spim freq when inithathach
2024-04-10Adding tuh_hid_get_report(...) to hid_host.hLuke A
2024-04-09Fix tud_video_n_streaming checkHiFiPhile
2024-04-08Merge pull request #1835 from MasterQ32/otg_bringupHa Thach
2024-04-08fix missing if mutex requiredhathach
2024-04-08add class driver deinithathach
2024-04-08Merge pull request #1363 from tobozo/masterHa Thach
2024-04-06Move TUP_DCD_EDPT_ISO_ALLOC outside usbd_edpt_close() loop.HiFiPhile
2024-04-02Add endpoint ISO allocation to video class.HiFiPhile
2024-04-02Move endpoint alloc define to tusb_mcu.hHiFiPhile
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-22Add files via uploadacscd
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-15[usbtmc] cast to uintptr_t to get rid of const for usbd_edpt_xfer.Tommie Gannert
2024-03-01add tuh_hid_receive_abort() APIhathach
2024-03-01reformat code hid_host.chathach