esp-idf/components/lwip
David Cermak a18d019fc9 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)
2023-03-21 11:21:07 +01:00
..
apps lwip: Add missing esp_sntp_enabled() 2023-03-21 11:09:56 +01:00
include lwip: Add missing esp_sntp_enabled() 2023-03-21 11:09:56 +01:00
lwip@d5e56d0665 1 dhcp: Fix dhcp_fine_tmr() not to use netif after free 2023-03-15 14:35:42 +08:00
port/esp32 lwip: Fix lwiopts macro expansion and dhcps-test 2023-03-21 11:21:07 +01:00
test lwip: Fix lwiopts macro expansion and dhcps-test 2023-03-21 11:21:07 +01:00
test_afl_host esp_netif/lwip: Fix core-locking config (v5.0) 2023-03-21 11:09:56 +01:00
weekend_test style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
Kconfig esp_netif/lwip: Fix core-locking config (v5.0) 2023-03-21 11:09:56 +01:00
linker.lf esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
sdkconfig.rename lwip: Fix minor lwip dependency issue 2022-01-14 16:41:38 +01:00