This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
548022fbe6
esp-idf
/
examples
/
protocols
/
sockets
/
udp_client
/
sdkconfig.defaults.linux
4 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor(lwip): Added on/off switch for LwIP stack * This switch allows applications to replace lwip with a different IP stack or just make it build if it is a dependency but not actually needed.
2023-09-07 01:17:02 -04:00
CONFIG_LWIP_ENABLE=y
refactor(linux): excluded all non-Linux components from build * All components which won't build (yet) on Linux are excluded. This enables switching to Linux in an application without explicitly setting COMPONENTS to main in the main CMakeLists.txt. * ESP Timer provides headers for Linux now * automatically disabling LWIP in Kconfig if it is not available doc(linux): brought section "Component Linux/Mock Support Overview" up to date
2023-08-28 02:02:08 -04:00
CONFIG_EXAMPLE_IPV4_ADDR="127.0.0.1"
CONFIG_EXAMPLE_CONNECT_LWIP_TAPIF=n
Reference in New Issue
Copy Permalink