summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-17Merge pull request #347 from majbthrd/nuc505_configHa Thach
2020-04-17Merge pull request #354 from hathach/cxd56-disconnect-connectHa Thach
2020-04-17added disconnect for spresensehathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-17add code for disconnect/connect (not tested)hathach
2020-04-17Merge pull request #351 from hathach/valentyusb-dcd-disconnect-connectHa Thach
2020-04-17Merge pull request #350 from hathach/synopsys-msp430-dcd-disconnect-connectHa Thach
2020-04-16Merge pull request #352 from hathach/samg-dcd-disconnect-connectHa Thach
2020-04-16Merge pull request #336 from pigrew/edpt_closeHa Thach
2020-04-16samg implement dcd connect/disconnecthathach
2020-04-16implement dcd disconnect connecthathach
2020-04-16Merge pull request #345 from hathach/add-alt-itfHa Thach
2020-04-16add int enable/disable for pulluphathach
2020-04-16msp430 disconnect/connecthathach
2020-04-16Remove transfer queue filtering. May need to be revisited later.Nathan Conrad
2020-04-16cleanup for esp32hathach
2020-04-16stm32 sysnopsys disconnect/connecthathach
2020-04-16dcd disconnect/connect for transdimension iphathach
2020-04-16implement dcd disconnect/connect for lpc ip3511hathach
2020-04-16added dcd disconnect/connect to lpc17/40hathach
2020-04-16per reviewhathach
2020-04-15nuc505: change dcd_set_config() behaviorPeter Lawrence
2020-04-15correct usbnet control complete responsehathach
2020-04-15always response if GET_INTERFACE even if class driver does not support alt in...hathach
2020-04-15stm32fsdev: dynamic allocation of PMA.Nathan Conrad
2020-04-15implement alternate setInterface() requesthathach
2020-04-15use IAD to assign itf2drv mapping correctlyhathach
2020-04-15add IAD for CDC ECM, remove EEM descriptor templatehathach
2020-04-15change cdc template protocol to Nonehathach
2020-04-15clean uphathach
2020-04-15clean uphathach
2020-04-15tested usbnet, completely remove class codehathach
2020-04-15remove class_code/subclass/protocol from driver structure, add name for logginghathach
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-14use explicit all_subclass and all_protocol since 0xFF is stil validhathach
2020-04-14Merge branch 'master' into edpt_closeNathan Conrad
2020-04-14complete adding subclass and protocol to driver idhathach
2020-04-14adding subclass & protocol to class driver structurehathach
2020-04-14Merge pull request #334 from majbthrd/usbnet_osagnosticHa Thach
2020-04-13stm32fsdev: add static assert for PMA size bigger than EP0 size.Nathan Conrad
2020-04-13edpt_close: Remove item from queue instead of modifying it.Nathan Conrad
2020-04-13edpt_close: Updated based on feedback.Nathan Conrad
2020-04-12Skeleton, and initial stm32fsdev implementation (that leaks memory)Nathan Conrad