Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lwip] integrate and improve lwipopts.h #5613

Merged
merged 11 commits into from
Feb 28, 2022
Prev Previous commit
remove latest version label
  • Loading branch information
mysterywolf committed Feb 25, 2022
commit a501c40944d2567d06b0c7a32d0d8880c2e01087
4 changes: 0 additions & 4 deletions components/net/lwip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ if RT_USING_LWIP
config RT_USING_LWIP212
bool "lwIP v2.1.2"

config RT_USING_LWIP_LATEST
bool "lwIP latest version"

endchoice

config RT_USING_LWIP_VER_NUM
hex
default 0x99999 if RT_USING_LWIP_LATEST
default 0x20102 if RT_USING_LWIP212
default 0x20003 if RT_USING_LWIP203
default 0x10401 if RT_USING_LWIP141
Expand Down