提交 053d18e7 编写于 作者: armink_ztl's avatar armink_ztl

[KConfig] Add RT_LWIP_RAW and RT_LWIP_USING_RT_MEM configuration for LWIP.

上级 9ff340f4
...@@ -65,6 +65,10 @@ config RT_USING_LWIP ...@@ -65,6 +65,10 @@ config RT_USING_LWIP
config RT_LWIP_TCP config RT_LWIP_TCP
bool "TCP protocol" bool "TCP protocol"
default y default y
config RT_LWIP_RAW
bool "RAW protocol"
default n
config RT_LWIP_PPP config RT_LWIP_PPP
bool "PPP protocol" bool "PPP protocol"
...@@ -78,6 +82,10 @@ config RT_USING_LWIP ...@@ -78,6 +82,10 @@ config RT_USING_LWIP
bool "PPPoS protocol" bool "PPPoS protocol"
default n default n
config RT_LWIP_USING_RT_MEM
bool "Using RT-Thread Memory Management for LWIP"
default y
config RT_LWIP_PBUF_NUM config RT_LWIP_PBUF_NUM
int "the number of PBUF" int "the number of PBUF"
default 16 default 16
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册