Gregory Nutt 244437257b drivers/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 4 年之前
..
Kconfig 1e3a60155e Merged in antmerlino/nuttx/rndis (pull request #980) 5 年之前
Make.defs 1f8bd33a5d NuttX: Add DFU Runtime driver for activating bootloader through USB command. 6 年之前
cdcacm.c b4f6a3a878 drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer. 5 年之前
cdcacm.h 46d435fc65 Various cosmetic changes. 5 年之前
cdcacm_desc.c 8008875f35 Cosmetic spacing and used UNUSEd macro 7 年之前
cdcecm.c cc694e9862 Fix some new warnings found in build testing. 5 年之前
cdcecm.h aad8f6e45f drivers/usbdev/cdcecm.c: Adds USB Device Support for CDC/ECM 6 年之前
composite.c a9d8b705cc drivers/usbdev/cdcacm.c: This fixes a problem where the host sent a "get descriptor" message of type "standard" with a recipient of type "interface". Since the composite driver would only pass messages to the child interfaces when a message was not "standard", this message was not handled. I changed the condition so that the composite driver checks not only if this is a "standard" message but if it is also directed to the device. Otherwise, the handling is delegated to the children of the composite device. 5 年之前
composite.h 2fc0fbcf7e Squashed commit of the following: 7 年之前
composite_desc.c ee0c035a6d USB device: Rename usbdev_description_s to usbdev_devinfo_s to avoid any more confusion of naming with device descriptions in the future. Instances of usbdev_devinfo_s are now called devinfo vs devdesc when is a bad naming collision. 7 年之前
dfu.c 071d69e082 Updates from coding standard review of PRs 753 and 754 6 年之前
pl2303.c b4f6a3a878 drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer. 5 年之前
rndis.c b4f6a3a878 drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer. 5 年之前
rndis_std.h 8c61c2f31b Remove trailing spaces at the end of lines. 6 年之前
usbdev_strings.c 5e38ad28f4 drivers/usbdev: Add support for RX flow control to the CDC/ACM driver. 7 年之前
usbdev_trace.c de6b13b3ab Per OpenGroup.org, syslog -- and, hence, nonstandard vsyslog, and debug wrappers -- does not return a value. Rename _vsyslog to nx_vsyslog. Use internal nx_vsyslog in the few cases where a return value is required. 6 年之前
usbdev_trprintf.c 5e38ad28f4 drivers/usbdev: Add support for RX flow control to the CDC/ACM driver. 7 年之前
usbmsc.c b4f6a3a878 drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer. 5 年之前
usbmsc.h 366053e464 Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere. 5 年之前
usbmsc_desc.c 8008875f35 Cosmetic spacing and used UNUSEd macro 7 年之前
usbmsc_scsi.c 244437257b drivers/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 4 年之前