summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Collapse)Author
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-17Fix IAR warnings.Mengsk
Pa039 : use of address of unaligned structure member. Pe188: enumerated type mixed with another type.
2020-06-16fix hs port1 build with net endpointhathach
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-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
2020-04-02Typo of usbtmc.Nathan Conrad
2020-03-27usbnet: tweak CDC-ECM after MacOS testingPeter Lawrence
2020-03-23add TODO note to remove tud_network_mac_addresshathach
2020-03-16Merge pull request #298 from pigrew/UART_CRLFHa Thach
Use CRLF on UART log messages?
2020-03-16Merge pull request #290 from majbthrd/usbnet-stm32rndisHa Thach
usbnet RNDIS correction (STM32 RNDIS now valid)
2020-03-15following suggestion by @kasjerPeter Lawrence