summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Collapse)Author
2020-07-20Implement control EP0 buffer and get rid of CFG_TUD_AUDIO_USE_TX_FIFOReinhard Panhuber
2020-07-19Implement all missing A.17 control selectorsReinhard Panhuber
2020-07-18Add A.17.4 - Terminal Control SelectorsReinhard Panhuber
2020-07-17Intermediate commit.Reinhard Panhuber
2020-06-20Merge branch 'master' into uac2Reinhard Panhuber
Conflicts: src/device/usbd.c
2020-06-20Get update from tinyusb.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-05-28Add bt hci device classJerzy Kasenberg
Code implements USB transport for bluetooth HCI.
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
only done with cdc and msc, push this interim for feedback first
2020-05-22Add basic UAC2 structure - untestedReinhard Panhuber
2020-04-26revert a change to net driverhathach
2020-04-26add TODO for usbnet clean uphathach
2020-04-26add usbd edpt openhathach
- RTT mode is blocking to prevent log lost - Improve logging message
2020-04-23Revert "Merge pull request #359 from versioduo/midi-flow-control"hathach
This reverts commit 1d33aa9b6f7940f9eac07ce684515856940175da, reversing changes made to 718db7e5369df57b0f49a563737e6e0446fd4c4d.
2020-04-22house keepinghathach
2020-04-22clean uphathach
2020-04-22Merge pull request #359 from versioduo/midi-flow-controlHa Thach
MIDI - Add flow control to incoming packet stream
2020-04-20add extra comma to HID_REPORT_IDhathach
this make the template with Report ID look less weird to the user
2020-04-19MIDI - Add flow control to incoming packet streamKay Sievers
Larger SysEx transfers get corrupted by incoming packets. This changes the FIFOs not to overwrite their data. MIDI should not be a transport that drops packets. A potentially blocking device is easier to detect and handle than a device that silently corrupts the packet stream at random overflows, especially when SysEx messages are involved.
2020-04-19Merge pull request #258 from versioduo/midi-packetsHa Thach
MIDI packet interface
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 ↵hathach
complete.
2020-04-17Merge pull request #260 from majbthrd/cdczlpHa Thach
CDC device: fix behavior for transfers that are a whole multiple of endpoint buffer
2020-04-16per reviewhathach
2020-04-15correct usbnet control complete responsehathach
don't return false with STD request get/setInterface() or targeted Data Interface (itfnum +1)
2020-04-15implement alternate setInterface() requesthathach
mostly forward these request (recipient = interface) to class driver.
2020-04-15use IAD to assign itf2drv mapping correctlyhathach
merge net_data back into net driver
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
2020-04-15use class driver open() for interface support detectionhathach
tested with dfu_runtime
2020-04-12usbnet: OS-agnostic (Windows/Linux/macOS) network driverPeter Lawrence