Home
last modified time | relevance | path

Searched refs:spinel (Results 1 – 20 of 20) sorted by relevance

/openthread-2.7.6/src/lib/spinel/
DCMakeLists.txt29 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 …]
DBUILD.gn31 # 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",
DMakefile.am34 noinst_LIBRARIES += libopenthread-spinel-ncp.a
38 noinst_LIBRARIES += libopenthread-spinel-ncp.a
42 noinst_LIBRARIES += libopenthread-spinel-rcp.a
/openthread-2.7.6/
DBUILD.gn93 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" ]
Dconfigure.ac727 [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/
DBUILD.gn55 "../lib/spinel:libopenthread-spinel-ncp",
65 "../lib/spinel:libopenthread-spinel-ncp",
75 "../lib/spinel:libopenthread-spinel-rcp",
Dftd.cmake52 openthread-spinel-ncp
Dmtd.cmake51 openthread-spinel-ncp
Dradio.cmake50 openthread-spinel-rcp
/openthread-2.7.6/src/posix/
DMakefile.am114 $(top_builddir)/src/lib/spinel/libopenthread-spinel-rcp.a \
143 $(top_builddir)/src/lib/spinel/libopenthread-spinel-rcp.a \
DREADME.md13 | _ _ _ _ _ _ _ _ _ _ _ _ | 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'
Dcli.cmake53 openthread-spinel-rcp
Ddaemon.cmake45 openthread-spinel-rcp
/openthread-2.7.6/src/lib/
DMakefile.am34 spinel \ subdir
DCMakeLists.txt31 add_subdirectory(spinel)
/openthread-2.7.6/tools/gerrit/
DREADME.md47 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/
DMakefile.am147 ot-test-spinel-buffer \
148 ot-test-spinel-decoder \
149 ot-test-spinel-encoder \
/openthread-2.7.6/script/
Dcheck-ncp-rcp-migrate129 …RADIO_VERSION="$("$PWD/output/posix/bin/ot-cli" -n --radio-version "spinel+hdlc+forkpty://${RADIO_…
/openthread-2.7.6/tests/toranj/
DREADME.md5 - 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/
Dcommon-switches.mk366 configure_OPTIONS += --with-ncp-spinel-encrypter-libs=$(SPINEL_ENCRYPTER_LIBS)