Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 114) sorted by relevance

12345

/openthread-3.4.0/script/
Dcheck-simulation-build-cmake44 "$(dirname "$0")"/cmake-build simulation -DOT_THREAD_VERSION=1.1
48 "$(dirname "$0")"/cmake-build simulation \
72 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON
76 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_BACKBONE_ROUTER_DUA_NDPROXYING=OFF
80 …"$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_BACKBONE_ROUTER_MULTICAST_ROUTING=OFF
84 "$(dirname "$0")"/cmake-build simulation \
90 "$(dirname "$0")"/cmake-build simulation -DOT_THREAD_VERSION=1.3
94 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON -DOT_ASSERT=OFF
98 "$(dirname "$0")"/cmake-build simulation -DOT_SETTINGS_RAM=ON
102 "$(dirname "$0")"/cmake-build simulation \
[all …]
Dcheck-posix-build-cmake40 build() function
48 "$(dirname "$0")"/cmake-build posix "${options[@]}"
62 "$(dirname "$0")"/cmake-build posix "${options[@]}"
68 build "$@"
72 build -DOT_POSIX_CONFIG_RCP_BUS=SPI "$@"
76 build -DOT_POSIX_CONFIG_RCP_BUS=VENDOR "$@"
Dcheck-posix-build-autotools34 rm -rf build output tmp
37 build() function
47 ./tests/toranj/build.sh posix
50 ./tests/toranj/build.sh posix-15.4+trel
53 ./tests/toranj/build.sh posix-trel
61 build
Dcheck-simulation-build-autotools37 rm -rf build output tmp
158 mkdir build && cd build
177 mkdir build && cd build
198 mkdir build && cd build
225 mkdir build && cd build
254 mkdir build && cd build
Dcheck-scan-build94 mkdir -p build
95 cd build
97 …scan-build-14 cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DOT_COMPILE_WARNING_AS_ERROR=ON -D…
98 scan-build-14 --status-bugs -analyze-headers -v ninja
Dcheck-posix-build34 "$(dirname "$0")"/check-posix-build-autotools
35 "$(dirname "$0")"/check-posix-build-cmake
36 "$(dirname "$0")"/check-posix-build-cmake -DOT_DAEMON=ON
Dpackage49 …OT_CMAKE_NINJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build simulation "…
53 …OT_CMAKE_NINJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build posix "${opt…
57 …OT_CMAKE_NINJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build posix "${opt…
Dcheck-ncp-rcp-migrate45 build() function
137 build)
138 build
144 build
Dtest138 …T_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
141 …T_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
148 …ILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
151 …ILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
183 …="${OT_BUILDDIR}/openthread-posix-${version}" "${OT_SRCDIR}"/script/cmake-build posix "${options[@…
189 …OT_BUILDDIR}/openthread-posix-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build posix "${options[@…
371 --exclude=build \
379 --exclude=build \
384 docker build -t "${otbr_docker_image}" -f etc/docker/Dockerfile . \
386 --build-arg OTBR_OPTIONS="${otbr_options[*]}"
[all …]
Dcheck-simulation-build34 "$(dirname "$0")"/check-simulation-build-autotools
35 "$(dirname "$0")"/check-simulation-build-cmake
Dgcda-tool87 sudo chown -R "$USER" build
88 cp -r "${OT_MERGED_PROFILES}"/build/* build
Dmake-pretty191 (mkdir -p ./build/cmake-tidy \
192 && cd ./build/cmake-tidy \
204 mkdir -p ./build/cmake-tidy \
205 && cd ./build/cmake-tidy \
/openthread-3.4.0/tests/unit/
DREADME.md3 This page describes how to build and run OpenThread unit tests. It will be helpful for developers t…
7 …thout building the whole project. So first build OpenThread on the simulation platform, which will…
11 $ script/cmake-build simulation
19 # Make sure you are at the simulation build directory (build/simulation)
28 # Make sure you are at the simulation build directory (build/simulation)
35 # Make sure you are at the simulation build directory (build/simulation)
44 # Make sure you are at the simulation build directory (build/simulation)
48 This will only build the test and take a short time.
53 # Make sure you are at the simulation build directory (build/simulation)
57 This will build the updated OpenThread code as well as the test cases.
/openthread-3.4.0/src/posix/
DREADME.md22 ./script/cmake-build posix
25 If built successfully, the binary should be found at: `build/posix/src/posix/ot-cli`.
36 # Only build RCP so that it goes faster
37 ./script/cmake-build simulation -DOT_APP_CLI=OFF -DOT_APP_NCP=OFF -DOT_FTD=OFF -DOT_MTD=OFF
42 **NOTE** Assuming the build system is 64bit Linux, you can use the normal OpenThread CLI as describ…
45 ./build/posix/src/posix/ot-cli 'spinel+hdlc+forkpty://build/simulation/examples/apps/ncp/ot-rcp?for…
54 To build and program the device with RCP application, complete the following steps:
79 rm -rf build
80 script/build nrf52840 USB_trans -DOT_BOOTLOADER=USB
86 rm -rf build
[all …]
DMakefile-posix167 BuildPath = build
200 # build-target <target>
202 # Build the OpenThread intermediate build products for the specified
205 # target - The target to build.
207 define build-target
211 endef # build-target
256 # Stage (install) the OpenThread final build products for the specified
271 # Define macros, targets and rules to configure, build, and stage
278 BUILD_TARGETS += do-build-$(1)
291 do-build-$(1): configure-$(1)
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/
Ddocker_env.sh70 ${DOCKER} image build \
73 --build-arg MAKEFLAGS_PARALLEL="-j ${NUM_PROC}" \
75 ${http_proxy+--build-arg http_proxy=${http_proxy}} \
76 ${https_proxy+--build-arg https_proxy=${https_proxy}} \
77 ${MBEDTLS_DOCKER_REGISTRY+--build-arg MY_REGISTRY="${MBEDTLS_DOCKER_REGISTRY}/"} \
/openthread-3.4.0/examples/platforms/simulation/
DREADME.md15 After a successful build, the `elf` files are found in:
23 $ mkdir build && cd build
28 After a successful build, the `elf` files are found in:
30 - `<path-to-openthread>/build/examples/apps/cli`
31 - `<path-to-openthread>/build/examples/apps/ncp`
/openthread-3.4.0/examples/
DMakefile-simulation155 BuildPath = build
188 # build-target <target>
190 # Build the OpenThread intermediate build products for the specified
193 # target - The target to build.
195 define build-target
199 endef # build-target
244 # Stage (install) the OpenThread final build products for the specified
259 # Define macros, targets and rules to configure, build, and stage
266 BUILD_TARGETS += do-build-$(1)
279 do-build-$(1): configure-$(1)
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/
D.gitignore4 # CMake build artifacts:
17 # Test coverage build artifacts:
26 # MSVC build artifacts:
32 # Python build artifacts:
38 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
39 /build/
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/post/rules/
Dbootstrap.mak24 # the GNU autotools-based build system used by this package.
59 $(NL_V_AT)echo " Generate all configured build artifacts for this project."
62 $(NL_V_AT)echo " (Re-)generate all build infrastructure for the project, "
63 $(NL_V_AT)echo " including both build configuration scripts and makefiles."
66 $(NL_V_AT)echo " (Re-)generate all build infrastructure for the project, "
67 $(NL_V_AT)echo " including both build configuration scripts and makefiles."
70 $(NL_V_AT)echo " (Re-)generate build configuration scripts for the project."
73 $(NL_V_AT)echo " (Re-)generate build makefiles for the project."
76 $(NL_V_AT)echo " Generate all configured build artifacts and run all unit "
80 $(NL_V_AT)echo " Generate all configured build artifacts, run all unit "
[all …]
/openthread-3.4.0/etc/docker/environment/
DDockerfile1 # Ubuntu image with tools required to build OpenThread
14 ninja-build \
34 && mkdir build \
35 && cd build \
43 && ./script/cmake-build posix -DOT_DAEMON=ON
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/pre/macros/
Dverbosity.mak21 # make macros for controlling build verbosity.
28 # The default build verbosity is 0 or none. Invoking 'make V=0' is
38 # on the build verbosity.
50 # build progress messages.
56 # build progress messages, conditioned on build verbosity.
63 # Common convenience progress message macros, conditioned on build
/openthread-3.4.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-integration-guide.md6 This document describes how to build Mbed TLS with additional cryptoprocessor drivers that follow t…
12 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im…
16 …driver description files** in JSON format and some code to include in the build. The driver code c…
18 ## How to build Mbed TLS with drivers
20 To build Mbed TLS with drivers:
/openthread-3.4.0/tests/fuzz/
Doss-fuzz-build33 mkdir build
34 cd build || exit
83 fuzzers=$(find build/tests/fuzz -name "*-fuzzer")
/openthread-3.4.0/tools/harness-simulation/posix/
Dinstall.sh75 script/cmake-build \
99 script/cmake-build \
120 docker build . \
124 --build-arg OTBR_OPTIONS="${otbr_options[*]}"

12345