summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-09 15:27:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-09 15:27:14 -0600
commit1ed796166143633120048c7743f6cb8a991c2c0e (patch)
treedb8bf2abf8d666b65648bf7f295e7a067ff0c495
parent28801220aee251b542a9f31223a159b5fb95c6f4 (diff)
downloadnuttx-1ed796166143633120048c7743f6cb8a991c2c0e.tar.gz
nuttx-1ed796166143633120048c7743f6cb8a991c2c0e.tar.bz2
nuttx-1ed796166143633120048c7743f6cb8a991c2c0e.zip
SAMA5D4-EK: CONFIG_NET_NOINTS is now enabled in the nsh and ipv6 configurations.
-rw-r--r--nuttx/configs/sama5d4-ek/ipv6/defconfig2
-rw-r--r--nuttx/configs/sama5d4-ek/nsh/defconfig8
2 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/configs/sama5d4-ek/ipv6/defconfig b/nuttx/configs/sama5d4-ek/ipv6/defconfig
index 231dac4c5..34240356e 100644
--- a/nuttx/configs/sama5d4-ek/ipv6/defconfig
+++ b/nuttx/configs/sama5d4-ek/ipv6/defconfig
@@ -784,7 +784,7 @@ CONFIG_RAMLOG_NPOLLWAITERS=4
CONFIG_ARCH_HAVE_NET=y
CONFIG_ARCH_HAVE_PHY=y
CONFIG_NET=y
-# CONFIG_NET_NOINTS is not set
+CONFIG_NET_NOINTS=y
# CONFIG_NET_PROMISCUOUS is not set
#
diff --git a/nuttx/configs/sama5d4-ek/nsh/defconfig b/nuttx/configs/sama5d4-ek/nsh/defconfig
index d8d438d82..25976f21f 100644
--- a/nuttx/configs/sama5d4-ek/nsh/defconfig
+++ b/nuttx/configs/sama5d4-ek/nsh/defconfig
@@ -784,7 +784,7 @@ CONFIG_RAMLOG_NPOLLWAITERS=4
CONFIG_ARCH_HAVE_NET=y
CONFIG_ARCH_HAVE_PHY=y
CONFIG_NET=y
-# CONFIG_NET_NOINTS is not set
+CONFIG_NET_NOINTS=y
# CONFIG_NET_PROMISCUOUS is not set
#
@@ -872,8 +872,10 @@ CONFIG_NET_ICMP_PING=y
CONFIG_NET_ARP=y
CONFIG_NET_ARPTAB_SIZE=16
CONFIG_NET_ARP_MAXAGE=120
-CONFIG_NET_ARP_IPIN=y
-# CONFIG_NET_ARP_SEND is not set
+# CONFIG_NET_ARP_IPIN is not set
+CONFIG_NET_ARP_SEND=y
+CONFIG_ARP_SEND_MAXTRIES=5
+CONFIG_ARP_SEND_DELAYMSEC=20
#
# Network I/O Buffer Support