Lines Matching refs:spinel
29 add_library(openthread-spinel-ncp)
30 add_library(openthread-spinel-rcp)
32 target_compile_definitions(openthread-spinel-ncp PRIVATE
38 target_compile_definitions(openthread-spinel-rcp PRIVATE
44 target_compile_options(openthread-spinel-ncp PRIVATE
48 target_compile_options(openthread-spinel-rcp PRIVATE
58 spinel.c
64 target_include_directories(openthread-spinel-ncp PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCL…
65 target_include_directories(openthread-spinel-rcp PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCL…
67 target_sources(openthread-spinel-ncp PRIVATE ${COMMON_SOURCES})
68 target_sources(openthread-spinel-rcp PRIVATE ${COMMON_SOURCES})
70 target_link_libraries(openthread-spinel-ncp PRIVATE ot-config)
71 target_link_libraries(openthread-spinel-rcp PRIVATE ot-config)