Searched refs:spinel (Results 1 – 20 of 20) sorted by relevance
/openthread-2.7.6/src/lib/spinel/ |
D | CMakeLists.txt | 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}) [all …]
|
D | BUILD.gn | 31 # Platform portability header for spinel. 36 "openthread-spinel-config.h", 39 "spinel.c", 62 source_set("spinel-api") { 63 public = [ "spinel.h" ] 67 static_library("libopenthread-spinel-ncp") { 70 ":spinel-api", 77 static_library("libopenthread-spinel-rcp") { 80 ":spinel-api",
|
D | Makefile.am | 34 noinst_LIBRARIES += libopenthread-spinel-ncp.a 38 noinst_LIBRARIES += libopenthread-spinel-ncp.a 42 noinst_LIBRARIES += libopenthread-spinel-rcp.a
|
/openthread-2.7.6/ |
D | BUILD.gn | 93 group("libopenthread-spinel-ncp") { 94 public_deps = [ "src/lib/spinel:spinel-api" ] 95 deps = [ "src/lib/spinel:libopenthread-spinel-ncp" ] 98 group("libopenthread-spinel-rcp") { 99 public_deps = [ "src/lib/spinel:spinel-api" ] 100 deps = [ "src/lib/spinel:libopenthread-spinel-rcp" ]
|
D | configure.ac | 727 [ncp-spinel-encrypter-libs], 728 …[AS_HELP_STRING([--with-ncp-spinel-encrypter-libs=<LIBSPINEL_ENCRYPTER.A>],[Specify library files … 1005 src/lib/spinel/Makefile
|
/openthread-2.7.6/src/ncp/ |
D | BUILD.gn | 55 "../lib/spinel:libopenthread-spinel-ncp", 65 "../lib/spinel:libopenthread-spinel-ncp", 75 "../lib/spinel:libopenthread-spinel-rcp",
|
D | ftd.cmake | 52 openthread-spinel-ncp
|
D | mtd.cmake | 51 openthread-spinel-ncp
|
D | radio.cmake | 50 openthread-spinel-rcp
|
/openthread-2.7.6/src/posix/ |
D | Makefile.am | 114 $(top_builddir)/src/lib/spinel/libopenthread-spinel-rcp.a \ 143 $(top_builddir)/src/lib/spinel/libopenthread-spinel-rcp.a \
|
D | README.md | 13 | _ _ _ _ _ _ _ _ _ _ _ _ | spinel +------------------+ 45 ./build/posix/src/posix/ot-cli 'spinel+hdlc+forkpty://build/simulation/examples/apps/ncp/ot-rcp?for… 133 ./build/posix/src/posix/ot-cli 'spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=115200' 155 ./build/posix/src/posix/ot-cli 'spinel+hdlc+uart:///dev/ttyUSB0?uart-baudrate=115200' 166 ./build/posix/src/posix/ot-daemon 'spinel+hdlc+forkpty://build/simulation/examples/apps/ncp/ot-rcp?… 168 ./build/posix/src/posix/ot-daemon 'spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=115200'
|
D | cli.cmake | 53 openthread-spinel-rcp
|
D | daemon.cmake | 45 openthread-spinel-rcp
|
/openthread-2.7.6/src/lib/ |
D | Makefile.am | 34 spinel \ subdir
|
D | CMakeLists.txt | 31 add_subdirectory(spinel)
|
/openthread-2.7.6/tools/gerrit/ |
D | README.md | 47 1ca81fbb1 [ncp] add support for child supervision in spinel/NcpBase (#2939) 50 a9d32b7be [ncp] add support for Commissioner APIs in spinel and NCP (#2911) 54 90ee0a4d6 [ncp] add joiner spinel support (#2877)
|
/openthread-2.7.6/tests/unit/ |
D | Makefile.am | 147 ot-test-spinel-buffer \ 148 ot-test-spinel-decoder \ 149 ot-test-spinel-encoder \
|
/openthread-2.7.6/script/ |
D | check-ncp-rcp-migrate | 129 …RADIO_VERSION="$("$PWD/output/posix/bin/ot-cli" -n --radio-version "spinel+hdlc+forkpty://${RADIO_…
|
/openthread-2.7.6/tests/toranj/ |
D | README.md | 5 - It enables testing of combined behavior of OpenThread (in NCP mode), spinel interface, and `wpant… 104 "Config:NCP:DriverName" => "spinel" 117 "Config:NCP:DriverName" => "spinel" 342 …ot-ncp-ftd 1" -o Config:TUN:InterfaceName wpan1 -o Config:NCP:DriverName spinel -o Daemon:SyslogMa… 343 …ot-ncp-ftd 2" -o Config:TUN:InterfaceName wpan2 -o Config:NCP:DriverName spinel -o Daemon:SyslogMa…
|
/openthread-2.7.6/examples/ |
D | common-switches.mk | 366 configure_OPTIONS += --with-ncp-spinel-encrypter-libs=$(SPINEL_ENCRYPTER_LIBS)
|