summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-04-10Merge pull request #330 from hathach/dcd-disconnect-connectHa Thach
2020-04-10change saola-1 led to pin 18 by defaulthathach
2020-04-10Correct dedicated FIFO SRAM size to 1024hathach
2020-04-10remove 100us delay at the end of dcd_init()hathach
2020-04-10revert name to dcd_int_handler due to function prototype warninghathach
2020-04-10clear USB_RXFLVI_M before read_rx_fifo()hathach
2020-04-10change indent from 4 -> 2 spaceshathach
2020-04-10rename dcd_init_handler to dcd_irq_handler to consistent with other portshathach
2020-04-10remove commented codehathach
2020-04-10try to fix racing condition with setuphathach
2020-04-10fix uint32_t format with loghathach
2020-04-10add CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=yhathach
2020-04-09stm32fsdev: Implement dcd_connect.Nathan Conrad