提交 efcc08f3 编写于 作者: 还_没_想_好's avatar 还_没_想_好

[lwip]Add Statistics Option

上级 d68f2cde
...@@ -22,7 +22,7 @@ config RT_USING_SAL ...@@ -22,7 +22,7 @@ config RT_USING_SAL
default y if RT_USING_AT_SOCKET default y if RT_USING_AT_SOCKET
default n default n
depends on RT_USING_AT_SOCKET depends on RT_USING_AT_SOCKET
endmenu endmenu
config SAL_USING_POSIX config SAL_USING_POSIX
bool "Enable BSD socket operated by file system API" bool "Enable BSD socket operated by file system API"
...@@ -234,9 +234,13 @@ config RT_USING_LWIP ...@@ -234,9 +234,13 @@ config RT_USING_LWIP
default n default n
config LWIP_NETIF_LOOPBACK config LWIP_NETIF_LOOPBACK
int int
default 1 if RT_LWIP_NETIF_LOOPBACK default 1 if RT_LWIP_NETIF_LOOPBACK
default 0 if !RT_LWIP_NETIF_LOOPBACK default 0 if !RT_LWIP_NETIF_LOOPBACK
config RT_LWIP_STATS
bool "Enable lwIP statistics"
default n
menuconfig RT_LWIP_DEBUG menuconfig RT_LWIP_DEBUG
bool "Enable lwIP Debugging Options" bool "Enable lwIP Debugging Options"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册