soc: moved kconfig options out of the target component. (4a52cf2, IDF@d287209)
cmake: fix issue with passing cxx_std option for GCC 11, a common workaround (87c2699, IDF@ea0d212)
kconfig: Changed default values of bool configs - Some bool configs were using default values true and false, instead of y and n. (eb536a7, IDF@25c5c21)
add configuration values for task priority, affinity and internal service timeouts (fb1de80, IDF@c6f38f0)
tcpip_adapter: updated tcpip_adapter compatablity layer to include all public API and keep 100% backward compatibility update build of tcpip adapter when ethernet disabled (1f35e9a, IDF@7f5cda1)
update mdns to use esp-netif for mdns supported services such as STA, AP, ETH (48b819b, IDF@19e24fe)
esp_netif: Introduction of esp-netif component as a replacement of tcpip_adpter (53e2aa3, IDF@ffe043b)
examples: removed ip4addr_ntoa and used prefered IP2STR for displaying IP addresses (3cc6446, IDF@ec9f245)
fix possible race condition when checking DHCP status on WIFI_EVENT_STA_CONNECTED event. (f44c569, IDF@7f410a0)
use constant size of AAAA answer in mdns packets instead of deriving from lwip struct size, since the struct could contain also zones (286c646, IDF@e5e31c5)