summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
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
2020-04-15use class driver open() for interface support detectionhathach
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
2020-03-16Merge pull request #290 from majbthrd/usbnet-stm32rndisHa Thach
2020-03-15following suggestion by @kasjerPeter Lawrence
2020-03-15merge with current masterPeter Lawrence
2020-03-15usb RNDIS revision on @pigrew suggestionsPeter Lawrence
2020-03-14Use CRLF on UART.Nathan Conrad
2020-03-09Adding lwip_webserver to cihathach
2020-03-07Merge pull request #291 from hathach/port-samg55Ha Thach
2020-03-04usbnet RNDIS correctionPeter Lawrence
2020-03-03update net class to follow API naming conventionPeter Lawrence
2020-03-02add CDC-ECM/RNDIS/CDC-EEM network device class with examplePeter Lawrence
2020-02-07Merge branch 'master' into port-samg55hathach
2020-02-07more log for debugginghathach
2020-01-16MIDI: Add packet interfaceKay Sievers
2020-01-16correct return value of midid_xfer_cbhathach
2020-01-15Normalize line endingsNathan Conrad
2020-01-11CDC device: help ensure code is consistent with the size of the buffers it op...Peter Lawrence
2020-01-11CDC device: fix behavior for transfers that are a whole multiple of endpoint ...Peter Lawrence