esp-idf/components/mdns
Marius Vikhammer d2872095f9 soc: moved kconfig options out of the target component.
Moved the following kconfig options out of the target component:
 * CONFIG_ESP*_DEFAULT_CPU_FREQ* -> esp_system
 * ESP*_REV_MIN -> esp_hw_support
 * ESP*_TIME_SYSCALL -> newlib
 * ESP*_RTC_* -> esp_hw_support

Where applicable these target specific konfig names were merged into
a single common config, e.g;
CONFIG_ESP*_DEFAULT_CPU_FREQ -> CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
2022-04-21 12:09:43 +08:00
..
host_test Merge branch 'bugfix/passing_cmake_cxx_std_option' into 'master' 2022-03-11 17:29:48 +08:00
include mdns: Fix copyright messages, update API descrition 2022-03-09 07:33:23 +01:00
private_include mdns: Indicate interface using esp_netif in search results 2022-03-08 13:44:14 +01:00
test mdns: Remove legacy esp_event API 2022-02-21 07:54:07 +01:00
test_afl_fuzz_host soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
CMakeLists.txt mdns: Add host test using linux target 2021-08-17 18:39:40 +08:00
Kconfig mdns: Fix copyright messages, update API descrition 2022-03-09 07:33:23 +01:00
mdns.c mdns: Fix copyright messages, update API descrition 2022-03-09 07:33:23 +01:00
mdns_console.c mdns: Fix copyright messages, update API descrition 2022-03-09 07:33:23 +01:00
mdns_networking_lwip.c mdns: Indicate interface using esp_netif in search results 2022-03-08 13:44:14 +01:00
mdns_networking_socket.c mdns: Fix copyright messages, update API descrition 2022-03-09 07:33:23 +01:00