Commit History

Author SHA1 Message Date
  Juha Niskanen b4f6a3a878 drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer. 5 years ago
  Anthony Merlino 1e3a60155e Merged in antmerlino/nuttx/rndis (pull request #980) 5 years ago
  Anthony Merlino 9fa5bd8df4 drivers/usbdev/rndis.c: Fixes copy/paste error introduced in last rndis change. 5 years ago
  Anthony Merlino 7a0a032cd9 drivers/usbdev/rndis: Fixes issue with DEBUGASSERT when using composite device and endpoint numbers not being the default. 5 years ago
  Gregory Nutt 071d69e082 Updates from coding standard review of PRs 753 and 754 6 years ago
  Petteri Aimonen 99adc36352 Merged in paimonen/nuttx/pullreq_RNDIS_composite_support (pull request #753) 6 years ago
  Sakari Kapanen dafa180d8d nuttx/drivers/usbdev/rndis.c: Account for CONFIG_NET_GUARDSIZE in allocation of packet buffer 6 years ago
  Masayuki Ishikawa 03f5e8e5c2 Merged in masayuki2009/nuttx.nuttx/fix_rndis (pull request #721) 6 years ago
  Gregory Nutt 9bc951a335 Rename devif_loopback_out to devi_loopback 6 years ago
  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 years ago
  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 years ago
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 years ago
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  Anthony Merlino 50f05d7514 Merged in antmerlino/nuttx/rndis-debug-build-error (pull request #539) 7 years ago
  Masayuki Ishikawa 14e2b6dc5b Merged in masayuki2009/nuttx.nuttx/stm32f4discovery_rndis (pull request #533) 7 years ago
  Sakari Kapanen 07b98ccbb5 drivers/usbdev/rndis.c: fix packet receiving logic. The logic didn't take single-byte termination frames in account. 7 years ago
  Sakari Kapanen 01a4060a1b RNDIS: Use CONFIG_USBDEV_MAXPOWER instead of hardcoded value 7 years ago
  Gregory Nutt 18376a124a drivers/net/rndis.c: Eliminate a warning when assertions disabled. Consequence of replacing assert() with DEBUGASSERT(). 7 years ago
  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 years ago
  Sakari Kapanen 67e9e1efb6 drivers/usbdev: Add RNDIS-over-USB driver 7 years ago