summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-15nuc505: change dcd_set_config() behaviorPeter Lawrence
2020-04-16Merge pull request #344 from hathach/enhance-itf-assocHa Thach
2020-04-16Merge pull request #342 from hathach/class-driver-idHa Thach
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-15rename config num to id in net webserver examplehathach
2020-04-15remove unused usb_descriptors.hhathach
2020-04-15better demonstrate usbnet exmaple is multiple configurationshathach
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-15Merge pull request #343 from majbthrd/usbnet_rm_cdceemHa Thach
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-13lpc17xx move set configdevice into set addresshathach
2020-04-13Merge pull request #335 from majbthrd/lwip_timeoutsHa Thach
2020-04-13Merge pull request #325 from hathach/refactor-irqhandlerHa Thach
2020-04-12Skeleton, and initial stm32fsdev implementation (that leaks memory)Nathan Conrad
2020-04-12net_lwip_webserver: add support for lwip timeoutsPeter Lawrence
2020-04-12usbnet: OS-agnostic (Windows/Linux/macOS) network driverPeter Lawrence
2020-04-11Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-11add dcd_irq_handler to porting dochathach
2020-04-11Merge pull request #333 from hathach/fix-esp32s2-setup-packetHa Thach
2020-04-11print correct example namehathach
2020-04-11Merge pull request #332 from pigrew/stm32fsdev-dcdconnectHa Thach
2020-04-11fix incorrect setup packethathach
2020-04-10Merge pull request #319 from hathach/add-esp32s2Ha Thach
2020-04-10remove CONFIG_IDF_TARGET_ESP32S2BETA per reviewhathach
2020-04-10stm32fsdev: set dcd_connect API definitions to strong, Modify documentation.Nathan Conrad
2020-04-10added comment note for beta chip walkaroundhathach