Lines Matching refs:ot
43 add_library(ot-config INTERFACE)
44 add_library(ot-config-ftd INTERFACE)
45 add_library(ot-config-mtd INTERFACE)
46 add_library(ot-config-radio INTERFACE)
54 target_include_directories(ot-config INTERFACE
64 target_compile_definitions(ot-config INTERFACE "BYTE_ORDER_BIG_ENDIAN=1")
89 target_compile_definitions(ot-config INTERFACE "OPENTHREAD_ENABLE_COVERAGE=1")
90 target_compile_options(ot-config INTERFACE -g -O0 --coverage)
91 target_link_libraries(ot-config INTERFACE --coverage)
102 target_compile_definitions(ot-config INTERFACE "PACKAGE_NAME=\"${OT_PACKAGE_NAME}\"")
123 target_include_directories(ot-config INTERFACE ${PROJECT_SOURCE_DIR}/src/posix/platform)
124 target_compile_definitions(ot-config INTERFACE OPENTHREAD_PLATFORM_POSIX=1)
132 target_compile_definitions(ot-config INTERFACE OPENTHREAD_PLATFORM_NEXUS=1)
134 …target_include_directories(ot-config INTERFACE ${PROJECT_SOURCE_DIR}/examples/platforms/${OT_PLATF…
139 target_compile_definitions(ot-config INTERFACE "OPENTHREAD_CONFIG_FILE=\"${OT_CONFIG}\"")
145 …target_compile_definitions(ot-config INTERFACE "OPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"${OT_PROJECT…
150 …target_compile_definitions(ot-config INTERFACE "OPENTHREAD_PLATFORM_CORE_CONFIG_FILE=\"${OT_PLATFO…
154 target_compile_definitions(ot-config INTERFACE ${OT_PLATFORM_DEFINES})
176 add_custom_target(print-ot-config ALL
178 -DLIST="$<TARGET_PROPERTY:ot-config,INTERFACE_COMPILE_DEFINITIONS>"