summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
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-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-16correct return value of midid_xfer_cbhathach
2020-01-15Normalize line endingsNathan Conrad
2020-01-11Merge pull request #240 from majbthrd/masterHa Thach
2019-12-28implement multiple interfaces supportPeter Lawrence
2019-12-24invoke scsi complete callback before queue for csw statushathach
2019-12-23adding lookup table for debugginghathach
2019-12-21Merge branch 'master' into port-samg55hathach
2019-12-21making more progress, but failed with WRITE10hathach
2019-12-21able to response to scsi inquiry, but failed to response to test unit readyhathach
2019-12-17add "`" and "~" to keycode -> ASCII tablesamveen
2019-12-16[tusb]fix typo in commentsamveen
2019-11-27fix #229hathach
2019-11-05clean uphathach
2019-11-05Merge branch 'master' into fix-issue-207hathach
2019-11-04Use control transfer function to send control data (in usbtmc)Nathan Conrad
2019-11-01wait for scsi status complete before queueing for next scsi commandhathach
2019-11-01add assert to prevent div by zerohathach
2019-11-01Merge branch 'ZLP_Request2' into pigrew-ZLP_Request2hathach
2019-11-01implement pigrew reviewhathach
2019-10-31Merge remote-tracking branch 'origin/master' into ZLP_Request2Nathan Conrad
2019-10-31update doc, hid set reporthathach
2019-10-31Merge branch 'master' into pigrew-ZLP_Request2hathach
2019-10-28Add support for DFU Runtime class for devicesSylvain Munaut
2019-10-02Merge branch 'master' into ZLP_Request2Nathan Conrad
2019-10-012nd attempt to fix #161hathach
2019-09-30Merge branch 'master' into develophathach
2019-09-27Merge branch 'master' into ZLP_Request2Nathan Conrad
2019-09-27add -Wextra for more warnings to examplehathach
2019-09-25Remove _app from callback function names.Nathan Conrad
2019-09-25Change getting the capabilities structure to a callback instead of an extern ...Nathan Conrad
2019-09-25Rename USBTMC functions.Nathan Conrad
2019-09-24I never understood why I need to write void as empty function arguments.Nathan Conrad
2019-09-24Remove rhport from app code. If anything, it should be the interface_id. Assu...Nathan Conrad
2019-09-24Let application control interface latency...Nathan Conrad
2019-09-22Retool stalling EP on xfer errors.Nathan Conrad
2019-09-21Lots of updates (especially error handling)Nathan Conrad
2019-09-21Merge branch 'master' into usbtmcNathan Conrad