mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
Merge branch 'lwip/ip6_debug_fix' into 'master'
fix(lwip): Fixed debug format, added ci test config See merge request espressif/esp-idf!27133
This commit is contained in:
Submodule components/lwip/lwip updated: 542ba2997f...f5c43549e5
25
components/lwip/test_apps/sdkconfig.ci.lwip_debug
Normal file
25
components/lwip/test_apps/sdkconfig.ci.lwip_debug
Normal file
@@ -0,0 +1,25 @@
|
||||
# Included for build test with LWIP debug enabled.
|
||||
|
||||
CONFIG_LWIP_IP_FORWARD=y
|
||||
CONFIG_LWIP_IPV4_NAPT=y
|
||||
CONFIG_LWIP_DEBUG=y
|
||||
CONFIG_LWIP_DEBUG_ESP_LOG=y
|
||||
CONFIG_LWIP_NETIF_DEBUG=y
|
||||
CONFIG_LWIP_PBUF_DEBUG=y
|
||||
CONFIG_LWIP_ETHARP_DEBUG=y
|
||||
CONFIG_LWIP_API_LIB_DEBUG=y
|
||||
CONFIG_LWIP_SOCKETS_DEBUG=y
|
||||
CONFIG_LWIP_IP_DEBUG=y
|
||||
CONFIG_LWIP_ICMP_DEBUG=y
|
||||
CONFIG_LWIP_DHCP_STATE_DEBUG=y
|
||||
CONFIG_LWIP_DHCP_DEBUG=y
|
||||
CONFIG_LWIP_IP6_DEBUG=y
|
||||
CONFIG_LWIP_ICMP6_DEBUG=y
|
||||
CONFIG_LWIP_TCP_DEBUG=y
|
||||
CONFIG_LWIP_UDP_DEBUG=y
|
||||
CONFIG_LWIP_SNTP_DEBUG=y
|
||||
CONFIG_LWIP_DNS_DEBUG=y
|
||||
CONFIG_LWIP_NAPT_DEBUG=y
|
||||
CONFIG_LWIP_BRIDGEIF_DEBUG=y
|
||||
CONFIG_LWIP_BRIDGEIF_FDB_DEBUG=y
|
||||
CONFIG_LWIP_BRIDGEIF_FW_DEBUG=y
|
Reference in New Issue
Block a user