You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/09/12 08:24:58 UTC

[nuttx] branch master updated (76c214bd00 -> 8a55ab680a)

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

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


    from 76c214bd00 tools/showstack: add configurable rank parameters
     new 8767a84e13 net/arp: arp should depends on MM_IOB
     new 8a55ab680a boards: Refresh MM_IOB related config

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 boards/sim/sim/sim/configs/wamr/defconfig | 1 -
 net/arp/Kconfig                           | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)


[nuttx] 01/02: net/arp: arp should depends on MM_IOB

Posted by xi...@apache.org.
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/nuttx.git

commit 8767a84e13c3716ab8855206d628a9f216a5acd2
Author: chao an <an...@xiaomi.com>
AuthorDate: Wed May 24 09:28:57 2023 +0800

    net/arp: arp should depends on MM_IOB
    
    Implementation of arp depends on MM_IOB
    
    Signed-off-by: chao an <an...@xiaomi.com>
---
 net/arp/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/arp/Kconfig b/net/arp/Kconfig
index dd5e5ea7e0..01a8032065 100644
--- a/net/arp/Kconfig
+++ b/net/arp/Kconfig
@@ -8,6 +8,7 @@ menu "ARP Configuration"
 config NET_ARP
 	bool "Address Resolution Protocol"
 	default y
+	select MM_IOB
 	depends on NET_ETHERNET && NET_IPv4
 	---help---
 		This setting is currently overridden by logic in include/nuttx/net


[nuttx] 02/02: boards: Refresh MM_IOB related config

Posted by xi...@apache.org.
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/nuttx.git

commit 8a55ab680aff215e452a0f873d0dde86c3e4376d
Author: chao an <an...@xiaomi.com>
AuthorDate: Tue Sep 12 11:46:21 2023 +0800

    boards: Refresh MM_IOB related config
    
    Signed-off-by: chao an <an...@xiaomi.com>
---
 boards/sim/sim/sim/configs/wamr/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/sim/sim/sim/configs/wamr/defconfig b/boards/sim/sim/sim/configs/wamr/defconfig
index 67a58c0dce..174f4bd9e4 100644
--- a/boards/sim/sim/sim/configs/wamr/defconfig
+++ b/boards/sim/sim/sim/configs/wamr/defconfig
@@ -58,7 +58,6 @@ CONFIG_LIBC_LOCALE_GETTEXT=y
 CONFIG_LIBC_MAX_EXITFUNS=1
 CONFIG_LIBC_NUMBERED_ARGS=y
 CONFIG_LIBM=y
-CONFIG_MM_IOB=y
 CONFIG_NET=y
 CONFIG_NET_BINDTODEVICE=y
 CONFIG_NET_SOCKOPTS=y