Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 64) sorted by relevance

123

/openthread-3.4.0/src/posix/
DMakefile-posix183 # configure-arch <target>
185 # Configure OpenThread for the specified target.
187 # target - The target to configure.
189 define configure-target
197 endef # configure-target
200 # build-target <target>
203 # target.
205 # target - The target to build.
207 define build-target
211 endef # build-target
[all …]
/openthread-3.4.0/examples/
DMakefile-simulation171 # configure-arch <target>
173 # Configure OpenThread for the specified target.
175 # target - The target to configure.
177 define configure-target
185 endef # configure-target
188 # build-target <target>
191 # target.
193 # target - The target to build.
195 define build-target
199 endef # build-target
[all …]
/openthread-3.4.0/third_party/nlbuild-autotools/repo/examples/
DMakefile-bootstrap61 # If repos have been defined, create them as the default target goal;
72 # 'help-hook' target.
75 # target commands.
81 # 'help-bootstrap-hook' target.
84 # 'help-bootstrap' target commands.
90 # 'help-repos-hook' target.
93 # 'help-repos' target commands.
99 # 'repos-hook' target.
102 # target commands.
108 # 'clean-repos-hook' target.
[all …]
DMakefile-tests.am51 # Test applications that should be run when the 'check' target is run.
59 # 'check' target is run.
/openthread-3.4.0/third_party/nlbuild-autotools/repo/automake/pre/macros/
Dsubdirs.am21 # of subdirectories with a list of target goals.
27 # This iteratively invokes make with the provided target goals in each
31 # invoke make with the provided target goals.
33 # goals A space-delimited list of target goals to
47 # This iteratively invokes make with the target goals defined in
51 # invoke make with the provided target goals.
60 # This iteratively invokes make with the provided target goals in the
63 # goals A space-delimited list of target goals to
73 # This iteratively invokes make with the target goals defined in
/openthread-3.4.0/tools/harness-simulation/posix/
Dinstall.sh59 local target build_dir cflags version options
60 target="ot-cli-ftd"
71 OT_CMAKE_NINJA_TARGET="$target" \
86 local target build_dir version rcp_options
87 target="ot-rcp"
97 OT_CMAKE_NINJA_TARGET="$target" \
/openthread-3.4.0/third_party/nlbuild-autotools/repo/automake/post/rules/
Dcoverage.am26 # that it executes successfully with no intervening make target
36 # This target is intended to be user-visibile and -invoked.
41 # This target is intended to be user-visibile and -invoked.
44 # Recursively execute the 'coverage' target across the
47 # This target is NOT intended to be user-visibile and -invoked.
50 # Alias for the 'check-am' target. Execute local check
55 # This target is intended to be user-visibile and -invoked.
Dpretty.am22 # The recursive target 'pretty', invoked against '$(PRETTY_SUBDIRS)',
27 # The recursive target 'pretty-check' (and its alias 'lint'),
37 # with no intervening make target invocations. '$(BUILT_SOURCES)'
Dheaders.am22 # Packages that wish to avail themselves of this target may wish
37 # target invocations.
/openthread-3.4.0/third_party/jlink/
DREADME.md17 With RTT it is possible to output information from the target microcontroller as
19 the target's real time behavior. SEGGER RTT can be used with any J-Link model and
20 any supported target processor which allows background memory access, which are
/openthread-3.4.0/src/core/thread/
Daddress_resolver.cpp643 Ip6::Address target; in HandleTmf() local
653 SuccessOrExit(Tlv::Find<ThreadTargetTlv>(aMessage, target)); in HandleTmf()
669 … aMessageInfo.GetPeerAddr().GetIid().GetLocator(), target.ToString().AsCString(), rloc16); in HandleTmf()
671 entry = FindCacheEntry(target, list, prev); in HandleTmf()
683 …VerifyOrExit(entry->GetMeshLocalIid() == meshLocalIid, SendAddressError(target, meshLocalIid, null… in HandleTmf()
703 Get<MeshForwarder>().HandleResolved(target, kErrorNone); in HandleTmf()
754 Ip6::Address target; in HandleTmf() local
773 SuccessOrExit(error = Tlv::Find<ThreadTargetTlv>(aMessage, target)); in HandleTmf()
778 …if (address.GetAddress() == target && Get<Mle::MleRouter>().GetMeshLocal64().GetIid() != meshLocal… in HandleTmf()
811 if (child.RemoveIp6Address(target) == kErrorNone) in HandleTmf()
[all …]
Ddua_manager.cpp622 Ip6::Address target; in ProcessDuaResponse() local
628 target = mRegisteringDua; in ProcessDuaResponse()
633 SuccessOrExit(error = Tlv::Find<ThreadTargetTlv>(aMessage, target)); in ProcessDuaResponse()
636 VerifyOrExit(Get<BackboneRouter::Leader>().IsDomainUnicast(target), error = kErrorDrop); in ProcessDuaResponse()
639 if (Get<ThreadNetif>().HasUnicastAddress(target)) in ProcessDuaResponse()
677 if (iter.HasIp6Address(target)) in ProcessDuaResponse()
704 IgnoreError(child->RemoveIp6Address(target)); in ProcessDuaResponse()
717 … SendAddressNotification(target, static_cast<ThreadStatusTlv::DuaStatus>(status), *child); in ProcessDuaResponse()
/openthread-3.4.0/third_party/build_gn/toolchain/
DBUILD.gn41 # Use this for {{output_extension}} expansions unless a target manually
42 # overrides it (in which case {{output_extension}} will be what the target
45 # Use this for {{output_dir}} expansions unless a target manually overrides
46 # it (in which case {{output_dir}} will be what the target specifies).
/openthread-3.4.0/third_party/mbedtls/repo/
DCMakeLists.txt6 # command but rather at the target level using the
10 # directories. That way, a target linking to a library (using the
18 # CMake in order to avoid target name clashes, via the use of
145 string(REPLACE "/" "\\" target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}")
148 set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}") variable
153 set(command ln -s ${target} ${link})
155 if (IS_DIRECTORY ${target})
156 set(command cmd.exe /c mklink /j ${link} ${target})
158 set(command cmd.exe /c mklink /h ${link} ${target})
167 message(FATAL_ERROR "Could not create symbolic link for: ${target} --> ${output}")
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/library/
DCMakeLists.txt218 foreach(target IN LISTS target_libraries)
224 target_include_directories(${target}
229 target_compile_definitions(${target}
231 install(TARGETS ${target}
234 endforeach(target)
/openthread-3.4.0/third_party/mbedtls/repo/scripts/
Dassemble_changelog.py316 def list_merges(some_hash, target, *options): argument
323 b'..'.join([some_hash, target])])
332 target = b'HEAD'
336 ancestry = frozenset(cls.list_merges(some_hash, target,
340 first_parents = cls.list_merges(some_hash, target,
Dwindows_msbuild.bat4 @rem https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-…
/openthread-3.4.0/third_party/nlbuild-autotools/repo/autoconf/m4/
Dnl_filtered_canonical.m421 # the autoconf canonical build, host, or target.
144 # This filters such versioning cruft from the variable 'target'
152 _NL_FILTERED_CANONICAL(target)
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/pre/macros/
Dverbosity.mak49 # Macro for emitting "<ACTION> <target | output>" oneline, succinct
55 # Macro for emitting "<ACTION> <target | output>" oneline, succinct
/openthread-3.4.0/third_party/mbedtls/repo/programs/test/cmake_subproject/
DCMakeLists.txt3 # Test the target renaming support by adding a prefix to the targets built
/openthread-3.4.0/etc/docker/android-trusty/
DDockerfile83 && mkdir -p out/target/product/generic/obj/ \
84 …&& cp -r "$ANDROID_NDK_PATH"/platforms/android-27/arch-arm/usr/lib out/target/product/generic/obj/…
88 …urces/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so out/target/product/generic/ob…
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/post/rules/
Drepos.mak101 # Allow a repo to be made with a path target (e.g., third_party/foo/repo) or
102 # with its actual git target (e.g., third_party/foo/repo/.git).
128 $(NL_V_AT)echo "The 'repos' target requires external network connectivity to"
199 $(NL_V_AT)echo " This is the opposite of the 'repos' target. This removes, in their"
/openthread-3.4.0/tests/scripts/thread-cert/pktverify/
Dpacket_filter.py412 target: str,
421 target=target)
427 …def filter_backbone_query(self, target: str, *, eth_src: EthAddr, port: int = None) -> 'PacketFilt…
429 'thread_bl.tlv.target_eid == {target}', target=target)
/openthread-3.4.0/third_party/nlbuild-autotools/repo/
DCHANGES22 * install-headers target now depends on BUILT_SOURCES to
74 target order-only caused dependent repo paths to be repeatedly
166 * Addressed an issue with the 'make coverage' target where certain
226 * Added support for a recursive 'install-headers' target to allow
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/host/
Dtools.mak20 # common host-specific (i.e., non-target and -toolchain-specific)

123