This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 52235b468b spresense/wifi: icmp/arp message should talk to GS2200M 
through usrsock
52235b468b is described below

commit 52235b468b74784011f58068524ebfbda7bea102
Author: chao an <anc...@xiaomi.com>
AuthorDate: Tue Nov 22 01:32:25 2022 +0800

    spresense/wifi: icmp/arp message should talk to GS2200M through usrsock
    
    Signed-off-by: chao an <anc...@xiaomi.com>
---
 boards/arm/cxd56xx/spresense/configs/wifi/defconfig     | 4 ++--
 boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig 
b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
index 8817802539..35366f2267 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
@@ -7,6 +7,7 @@
 #
 # CONFIG_MMCSD_HAVE_WRITEPROTECT is not set
 # CONFIG_MMCSD_SPI is not set
+# CONFIG_NET_ARP is not set
 # CONFIG_NXFONTS_DISABLE_16BPP is not set
 # CONFIG_NX_DISABLE_16BPP is not set
 # CONFIG_STANDARD_SERIAL is not set
@@ -102,7 +103,7 @@ CONFIG_NETUTILS_TELNETD=y
 CONFIG_NETUTILS_WEBCLIENT=y
 CONFIG_NETUTILS_WEBSERVER=y
 CONFIG_NET_BROADCAST=y
-CONFIG_NET_ICMP=y
+CONFIG_NET_ICMP_NO_STACK=y
 CONFIG_NET_TCP_NO_STACK=y
 CONFIG_NET_UDP_NO_STACK=y
 CONFIG_NET_USRSOCK=y
@@ -111,7 +112,6 @@ CONFIG_NET_USRSOCK_UDP=y
 CONFIG_NFS=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
-CONFIG_NSH_DISABLE_ARP=y
 CONFIG_NSH_DISABLE_IFUPDOWN=y
 CONFIG_NSH_DISABLE_NSLOOKUP=y
 CONFIG_NSH_FILE_APPS=y
diff --git a/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig 
b/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig
index 7ac04cb6a5..eb7f22bc03 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi_smp/defconfig
@@ -7,6 +7,7 @@
 #
 # CONFIG_MMCSD_HAVE_WRITEPROTECT is not set
 # CONFIG_MMCSD_SPI is not set
+# CONFIG_NET_ARP is not set
 # CONFIG_NXFONTS_DISABLE_16BPP is not set
 # CONFIG_NX_DISABLE_16BPP is not set
 # CONFIG_STANDARD_SERIAL is not set
@@ -105,7 +106,7 @@ CONFIG_NETUTILS_TELNETD=y
 CONFIG_NETUTILS_WEBCLIENT=y
 CONFIG_NETUTILS_WEBSERVER=y
 CONFIG_NET_BROADCAST=y
-CONFIG_NET_ICMP=y
+CONFIG_NET_ICMP_NO_STACK=y
 CONFIG_NET_TCP_NO_STACK=y
 CONFIG_NET_UDP_NO_STACK=y
 CONFIG_NET_USRSOCK=y
@@ -114,7 +115,6 @@ CONFIG_NET_USRSOCK_UDP=y
 CONFIG_NFS=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
-CONFIG_NSH_DISABLE_ARP=y
 CONFIG_NSH_DISABLE_IFUPDOWN=y
 CONFIG_NSH_DISABLE_NSLOOKUP=y
 CONFIG_NSH_FILE_APPS=y

Reply via email to