summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2020-06-20Merge branch 'master' into uac2Reinhard Panhuber
2020-06-20Get update from tinyusb.Reinhard Panhuber
2020-06-18Add tx callback to cdc deviceGavin Li
2020-06-17Fix IAR warnings.Mengsk
2020-06-16fix hs port1 build with net endpointhathach
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-05-28Add bt hci device classJerzy Kasenberg
2020-05-28check max_len for vendor and hidhathach
2020-05-28rename to drv_len to be consistenthathach
2020-05-28initial transfer failed in open() shouldn't cause the driver open to fail.hathach
2020-05-28update vendor open()hathach
2020-05-28update usbtmc open()hathach
2020-05-28update net open()hathach
2020-05-28update midi open()hathach
2020-05-28update hid open()hathach
2020-05-28improve mschathach
2020-05-28change signature for dfu runtimehathach
2020-05-27changing usbd driver open() return type, add max_lenhathach
2020-05-22Add basic UAC2 structure - untestedReinhard Panhuber
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
2020-05-18suppress cast-align warnings for net device driverhathach
2020-05-04clean up things, add makefile for host examplehathach
2020-04-26revert a change to net driverhathach
2020-04-26add TODO for usbnet clean uphathach
2020-04-26add usbd edpt openhathach
2020-04-23Revert "Merge pull request #359 from versioduo/midi-flow-control"hathach
2020-04-22house keepinghathach
2020-04-22clean uphathach
2020-04-22Merge pull request #359 from versioduo/midi-flow-controlHa Thach
2020-04-20add extra comma to HID_REPORT_IDhathach
2020-04-19MIDI - Add flow control to incoming packet streamKay Sievers
2020-04-19Merge pull request #258 from versioduo/midi-packetsHa Thach
2020-04-17fix typohathach
2020-04-17correct return for write flushhathach
2020-04-17add a bit of document for cdc device API. also improve cdc write flush when c...hathach
2020-04-17Merge pull request #260 from majbthrd/cdczlpHa Thach
2020-04-16per reviewhathach
2020-04-15correct usbnet control complete responsehathach
2020-04-15implement alternate setInterface() requesthathach
2020-04-15use IAD to assign itf2drv mapping correctlyhathach
2020-04-15change cdc template protocol to Nonehathach
2020-04-15tested usbnet, completely remove class codehathach
2020-04-15Merge branch 'master' into class-driver-idhathach
2020-04-15test vendorhathach
2020-04-15test with tmchathach
2020-04-15test ok with cdc and mschathach
2020-04-15tested with midihathach
2020-04-14usbnet: remove CDC-EEMPeter Lawrence
2020-04-15tested with hidhathach