esp-idf/components/lwip/port/esp32
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
..
debug lwip: Fix spelling issues in lwip_debug.c 2021-02-23 18:26:03 +08:00
freertos esp_netif/lwip: Fix core-locking config (v5.0) 2023-03-21 11:09:56 +01:00
hooks esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
include lwip: Fix lwiopts macro expansion and dhcps-test 2023-03-21 11:21:07 +01:00
netif esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
no_vfs_syscalls.c lwip: handle CONFIG_VFS_SUPPORT_IO=n and CONFIG_VFS_SUPPORT_SELECT=n 2020-03-20 14:03:44 +01:00
sockets_ext.c lwip: Update socket API to include port-version of sockets/netdb 2022-05-18 17:10:42 +02:00
vfs_lwip.c lwip: Remove vanilla-lwip config until it's fully deployable 2022-06-02 20:45:24 +02:00