summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-16 11:27:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-16 11:27:53 -0600
commit4d15bcb63e0f5c613a424b564d704f13f858e960 (patch)
treed2188a61c4c2ff505dc75b042cf551b2e4900a93 /nuttx/configs/stm32f4discovery
parent668e50371a5677bb28ed2884883838effd2f1839 (diff)
downloadpx4-nuttx-4d15bcb63e0f5c613a424b564d704f13f858e960.tar.gz
px4-nuttx-4d15bcb63e0f5c613a424b564d704f13f858e960.tar.bz2
px4-nuttx-4d15bcb63e0f5c613a424b564d704f13f858e960.zip
changes for clean build with Ethernet+SLIP
Diffstat (limited to 'nuttx/configs/stm32f4discovery')
-rw-r--r--nuttx/configs/stm32f4discovery/netnsh/defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/netnsh/defconfig b/nuttx/configs/stm32f4discovery/netnsh/defconfig
index 90d5deee6..cead906ae 100644
--- a/nuttx/configs/stm32f4discovery/netnsh/defconfig
+++ b/nuttx/configs/stm32f4discovery/netnsh/defconfig
@@ -730,8 +730,12 @@ CONFIG_ARCH_HAVE_NET=y
CONFIG_ARCH_HAVE_PHY=y
CONFIG_NET=y
# CONFIG_NET_NOINTS is not set
-CONFIG_NET_MULTIBUFFER=y
# CONFIG_NET_PROMISCUOUS is not set
+
+#
+# Driver buffer configuration
+#
+CONFIG_NET_MULTIBUFFER=y
CONFIG_NET_ETH_MTU=590
CONFIG_NET_ETH_TCP_RECVWNDO=536
CONFIG_NET_GUARDSIZE=2