mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 15:00:02 +01:00
lwip: Fix lwiopts macro expansion and dhcps-test
Minor issue in lwipopts.h in macro expansion in parameters (cosmetic change: it expands correctly but doesn't pass the expected argument) Fix lwip thread safety issue in tests: dhcp server should be started and stopped only in lwip context/thread. Without this fix, the test would fail if `CONFIG_LWIP_CHECK_THREAD_SAFETY=y` Adds CONFIG_LWIP_TCPIP_CORE_LOCKING=y to some mqtt example tests (the same configs as used in v5.1)
This commit is contained in:
@@ -9,3 +9,5 @@ CONFIG_EXAMPLE_ETH_MDIO_GPIO=18
|
||||
CONFIG_EXAMPLE_ETH_PHY_RST_GPIO=5
|
||||
CONFIG_EXAMPLE_ETH_PHY_ADDR=1
|
||||
CONFIG_EXAMPLE_CONNECT_IPV6=y
|
||||
CONFIG_LWIP_TCPIP_CORE_LOCKING=y
|
||||
CONFIG_LWIP_CHECK_THREAD_SAFETY=y
|
||||
|
||||
Reference in New Issue
Block a user