Lines Matching +full:auto +full:- +full:detection

52 kconfig_to_ot_option(CONFIG_OPENTHREAD_BORDER_ROUTING_DHCP6_PD OT_BORDER_ROUTING_DHCP6_PD "DHCPv6-P…
57 kconfig_to_ot_option(CONFIG_OPENTHREAD_COAP_BLOCK OT_COAP_BLOCK "Enable CoAP Block-wise option supp…
74 kconfig_to_ot_option(CONFIG_OPENTHREAD_DNSSD_DISCOVERY_PROXY OT_DNSSD_DISCOVERY_PROXY "Enable DNS-S…
75 kconfig_to_ot_option(CONFIG_OPENTHREAD_DNSSD_SERVER OT_DNSSD_SERVER "Enable DNS-SD server support")
85 kconfig_to_ot_option(CONFIG_OPENTHREAD_JAM_DETECTION OT_JAM_DETECTION "Enable Jam Detection")
99 kconfig_to_ot_option(CONFIG_OPENTHREAD_MULTIPAN_RCP OT_MULTIPAN_RCP "Enable Multi-PAN RCP")
107 …RATIONAL_DATASET_AUTO_INIT OT_OPERATIONAL_DATASET_AUTO_INIT "Enable operational dataset auto init")
117 kconfig_to_ot_option(CONFIG_OPENTHREAD_SETTINGS_RAM OT_SETTINGS_RAM "Enable volatile-only storage o…
131 kconfig_to_ot_option(CONFIG_OPENTHREAD_WAKEUP_COORDINATOR OT_WAKEUP_COORDINATOR "Enable Wake-up Coo…
132 kconfig_to_ot_option(CONFIG_OPENTHREAD_WAKEUP_END_DEVICE OT_WAKEUP_END_DEVICE "Enable Wake-up End D…
152 -DOPENTHREAD_CONFIG_LOG_OUTPUT=OPENTHREAD_CONFIG_LOG_OUTPUT_APP
158 -DOPENTHREAD_CONFIG_LOG_LEVEL=${CONFIG_OPENTHREAD_LOG_LEVEL}
159 -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE="openthread-core-zephyr-config.h"
174 target_compile_definitions(ot-config INTERFACE ${OT_PARAM_LIST})
179 target_compile_definitions(ot-config INTERFACE -DMBEDTLS_SSL_EXPORT_KEYS)
182 target_include_directories(ot-config INTERFACE
186 target_include_directories(ot-config SYSTEM INTERFACE
190 target_compile_definitions(ot-config INTERFACE
196 # through openthread-*-config.h because openthread third-party
198 # OpenThread files through the gcc flag -imacros instead.
199 target_compile_options(ot-config INTERFACE
202 -imacros ${AUTOCONF_H}
207 add_dependencies(ot-config ${SYSCALL_LIST_H_TARGET})
212 target_link_libraries(ot-config INTERFACE -lc)
223 set(cli_lib openthread-cli-ftd)
225 set(cli_lib openthread-cli-mtd)
233 list(APPEND ot_libs openthread-rcp)
238 list(APPEND ot_libs openthread-ncp-ftd)
240 list(APPEND ot_libs openthread-ncp-mtd)
246 list(APPEND ot_libs openthread-ftd)
248 list(APPEND ot_libs openthread-mtd)
254 ot-config
255 openthread-platform
256 openthread-radio-spinel
257 openthread-spinel-ncp
258 openthread-url
259 openthread-hdlc
264 target_compile_options(openthread-platform-utils PRIVATE
267 add_dependencies(openthread-platform-utils syscall_list_h_target)
269 list(APPEND ot_libs openthread-platform-utils-static)