提交历史

作者 SHA1 备注 提交日期
  Juha Niskanen b4f6a3a878 drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer. 5 年之前
  Anthony Merlino 1e3a60155e Merged in antmerlino/nuttx/rndis (pull request #980) 5 年之前
  Anthony Merlino 9fa5bd8df4 drivers/usbdev/rndis.c: Fixes copy/paste error introduced in last rndis change. 5 年之前
  Anthony Merlino 7a0a032cd9 drivers/usbdev/rndis: Fixes issue with DEBUGASSERT when using composite device and endpoint numbers not being the default. 5 年之前
  Gregory Nutt 071d69e082 Updates from coding standard review of PRs 753 and 754 6 年之前
  Petteri Aimonen 99adc36352 Merged in paimonen/nuttx/pullreq_RNDIS_composite_support (pull request #753) 6 年之前
  Sakari Kapanen dafa180d8d nuttx/drivers/usbdev/rndis.c: Account for CONFIG_NET_GUARDSIZE in allocation of packet buffer 6 年之前
  Masayuki Ishikawa 03f5e8e5c2 Merged in masayuki2009/nuttx.nuttx/fix_rndis (pull request #721) 6 年之前
  Gregory Nutt 9bc951a335 Rename devif_loopback_out to devi_loopback 6 年之前
  Xiang Xiao 0074afa0ac net/netdev: add devif_loopback_out() to check the loopback case where a packet is being sent to itself. Modify the net driver to call this function in this case. This function will simply re-inject the packet back into the network and the network driver will not put anything on the wire. 6 年之前
  Gregory Nutt 22cd0d47fa This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 6 年之前
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Anthony Merlino 50f05d7514 Merged in antmerlino/nuttx/rndis-debug-build-error (pull request #539) 7 年之前
  Masayuki Ishikawa 14e2b6dc5b Merged in masayuki2009/nuttx.nuttx/stm32f4discovery_rndis (pull request #533) 7 年之前
  Sakari Kapanen 07b98ccbb5 drivers/usbdev/rndis.c: fix packet receiving logic. The logic didn't take single-byte termination frames in account. 7 年之前
  Sakari Kapanen 01a4060a1b RNDIS: Use CONFIG_USBDEV_MAXPOWER instead of hardcoded value 7 年之前
  Gregory Nutt 18376a124a drivers/net/rndis.c: Eliminate a warning when assertions disabled. Consequence of replacing assert() with DEBUGASSERT(). 7 年之前
  Gregory Nutt dbf57fb673 drivers/usbdev/rindis.c: Change some naming to conform with coding standard. Use DEBUGASSERT vs. assert so that the assertions can be disabled. 7 年之前
  Sakari Kapanen 67e9e1efb6 drivers/usbdev: Add RNDIS-over-USB driver 7 年之前