You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/06 14:59:19 UTC

[incubator-nuttx] branch master updated: board/sim: Change CONFIG_SYSTEM_USRSOCK_RPMSG to CONFIG_NETUTILS_USRSOCK_RPMSG

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

gnutt 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 7fa20cf  board/sim: Change CONFIG_SYSTEM_USRSOCK_RPMSG to CONFIG_NETUTILS_USRSOCK_RPMSG
7fa20cf is described below

commit 7fa20cf40ee93a73c84496081d5ef606c1103577
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Wed May 6 21:26:16 2020 +0800

    board/sim: Change CONFIG_SYSTEM_USRSOCK_RPMSG to CONFIG_NETUTILS_USRSOCK_RPMSG
    
    follow up the apps side change
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 boards/sim/sim/sim/configs/rpproxy/defconfig  | 2 +-
 boards/sim/sim/sim/configs/rpserver/defconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/boards/sim/sim/sim/configs/rpproxy/defconfig b/boards/sim/sim/sim/configs/rpproxy/defconfig
index ce3c5f1..c0f2aa3 100644
--- a/boards/sim/sim/sim/configs/rpproxy/defconfig
+++ b/boards/sim/sim/sim/configs/rpproxy/defconfig
@@ -32,6 +32,7 @@ CONFIG_NET_USRSOCK=y
 CONFIG_NET_USRSOCK_OTHER=y
 CONFIG_NET_USRSOCK_TCP=y
 CONFIG_NET_USRSOCK_UDP=y
+CONFIG_NETUTILS_USRSOCK_RPMSG=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_PROMPT_STRING="proxy> "
@@ -54,6 +55,5 @@ CONFIG_SYSLOG_TIMESTAMP=y
 CONFIG_SYSTEM_CLE=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_PING=y
-CONFIG_SYSTEM_USRSOCK_RPMSG=y
 CONFIG_USERMAIN_STACKSIZE=4096
 CONFIG_USER_ENTRYPOINT="nsh_main"
diff --git a/boards/sim/sim/sim/configs/rpserver/defconfig b/boards/sim/sim/sim/configs/rpserver/defconfig
index b856ad5..a253fa9 100644
--- a/boards/sim/sim/sim/configs/rpserver/defconfig
+++ b/boards/sim/sim/sim/configs/rpserver/defconfig
@@ -28,6 +28,7 @@ CONFIG_NETDEV_STATISTICS=y
 CONFIG_NETINIT_DHCPC=y
 CONFIG_NETINIT_THREAD=y
 CONFIG_NETUTILS_DHCPC=y
+CONFIG_NETUTILS_USRSOCK_RPMSG=y
 CONFIG_NET_ARP_SEND=y
 CONFIG_NET_BROADCAST=y
 CONFIG_NET_ICMP=y
@@ -65,6 +66,5 @@ CONFIG_SYSTEM_CUTERM=y
 CONFIG_SYSTEM_CUTERM_DEFAULT_DEVICE="/dev/ttyproxy"
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_PING=y
-CONFIG_SYSTEM_USRSOCK_RPMSG=y
 CONFIG_USERMAIN_STACKSIZE=4096
 CONFIG_USER_ENTRYPOINT="nsh_main"