summaryrefslogtreecommitdiff
path: root/src/device/usbd.c
AgeCommit message (Expand)Author
2020-07-16add tud_speed_get()hathach
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-20Merge branch 'master' into uac2Reinhard Panhuber
2020-06-20Get update from tinyusb.Reinhard Panhuber
2020-06-17Fix IAR warnings.Mengsk
2020-06-14Fix wrong comment for IAD checks.Reinhard Panhuber
2020-06-14improve usbd log for control transferhathach
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-14Merge branch 'fix-too-strict-iad-checks' into uac2Reinhard Panhuber
2020-06-13Fix too strict checks on subclass and interface of iad descriptor.Reinhard Panhuber
2020-06-13Fix mic audio descriptor, fix too strict check on IAD desc. in usbd.cReinhard Panhuber
2020-06-11Merge branch 'master' into uac2Reinhard Panhuber
2020-06-01adding speed detect on bus resethathach
2020-05-31fixed EP0 size to 64 since LS is not supported in device modehathach
2020-05-31Merge pull request #413 from kasjer/kasjer/ble-over-usbHa Thach
2020-05-28add get device qualifier descriptorhathach
2020-05-28Add bt hci device classJerzy Kasenberg
2020-05-28Add non standard request handling in classJerzy Kasenberg
2020-05-27changing usbd driver open() return type, add max_lenhathach
2020-05-27try to get synopsys work with OTG HS + external PHYhathach
2020-05-22Add basic UAC2 structure - untestedReinhard Panhuber
2020-05-20added tud_task_event_ready()hathach
2020-04-29remove the use of TU_VERIFY_HDLRhathach
2020-04-29support class drivers implemented by applicationhathach
2020-04-29Merge pull request #383 from kasjer/kasjer/fox-busy-flag-race-conditionHa Thach
2020-04-27Fix endpoint busy flag race conditionJerzy Kasenberg
2020-04-26clean up log messagehathach
2020-04-26add usbd edpt openhathach
2020-04-21sof is optional, revert other changes but remove unneeded check.Nathan Conrad
2020-04-20tu_verify for getting descriptorsNathan Conrad
2020-04-17Merge branch 'master' into remove-dcd-set-confighathach
2020-04-16Merge pull request #336 from pigrew/edpt_closeHa Thach
2020-04-16Remove transfer queue filtering. May need to be revisited later.Nathan Conrad
2020-04-16per reviewhathach
2020-04-15always response if GET_INTERFACE even if class driver does not support alt in...hathach
2020-04-15implement alternate setInterface() requesthathach
2020-04-15use IAD to assign itf2drv mapping correctlyhathach
2020-04-15clean uphathach
2020-04-15clean uphathach
2020-04-15tested usbnet, completely remove class codehathach
2020-04-15remove class_code/subclass/protocol from driver structure, add name for logginghathach
2020-04-15Merge branch 'master' into class-driver-idhathach
2020-04-14usbnet: remove CDC-EEMPeter Lawrence
2020-04-15use class driver open() for interface support detectionhathach
2020-04-14use explicit all_subclass and all_protocol since 0xFF is stil validhathach
2020-04-14Merge branch 'master' into edpt_closeNathan Conrad
2020-04-14complete adding subclass and protocol to driver idhathach
2020-04-14adding subclass & protocol to class driver structurehathach