Home
last modified time | relevance | path

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

1234

/openthread-latest/script/
Dcheck-simulation-build-cmake101 "$(dirname "$0")"/cmake-build simulation \
107 "$(dirname "$0")"/cmake-build simulation \
114 "$(dirname "$0")"/cmake-build simulation \
120 "$(dirname "$0")"/cmake-build simulation \
132 "$(dirname "$0")"/cmake-build simulation \
140 "$(dirname "$0")"/cmake-build simulation \
161 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON
167 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON
172 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON -DOT_LOG_OUTPUT=NONE
177 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON -DOT_FULL_LOGS=ON
[all …]
Dcheck-posix-build-cmake40 build() function
48 "$(dirname "$0")"/cmake-build posix "${options[@]}"
62 "$(dirname "$0")"/cmake-build posix "${options[@]}"
68 build "$@"
71 build -DOT_RCP_RESTORATION_MAX_COUNT=2
75 build -DOT_RCP_RESTORATION_MAX_COUNT=2 -DOT_POSIX_RCP_SPI_BUS=ON "$@"
79 build -DOT_POSIX_RCP_VENDOR_BUS=ON "$@"
Dcheck-size66 sudo apt-get --no-install-recommends install -y ninja-build
148 OT_CMAKE_BUILD_DIR=build script/build nrf52840 UART_trans \
155 mv ./build/bin/ot-cli-ftd ./build/bin/ot-cli-ftd-br
156 mv ./build/lib/libopenthread-ftd.a ./build/lib/libopenthread-ftd-br.a
157 mv ./build/lib/libopenthread-cli-ftd.a ./build/lib/libopenthread-cli-ftd-br.a
274 old_file="${OT_TMP_DIR}"/${type}_old/build/lib/"${file}"
275 new_file="${OT_TMP_DIR}"/${type}_new/build/lib/"${file}"
278 old_file="${OT_TMP_DIR}"/${type}_old/build/bin/"${file}"
279 new_file="${OT_TMP_DIR}"/${type}_new/build/bin/"${file}"
Dcheck-scan-build100 mkdir -p build
101 cd build
103 …scan-build-14 cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DOT_COMPILE_WARNING_AS_ERROR=ON -D…
104 scan-build-14 --status-bugs -analyze-headers -v ninja
Dtest155 …T_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
158 …T_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
165 …ILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
168 …ILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simulation "${opti…
209 …="${OT_BUILDDIR}/openthread-posix-${version}" "${OT_SRCDIR}"/script/cmake-build posix "${options[@…
215 …OT_BUILDDIR}/openthread-posix-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build posix "${options[@…
398 --exclude=build \
406 --exclude=build \
413 docker build -t "${otbr_docker_image}" -f etc/docker/Dockerfile . \
415 --build-arg OTBR_OPTIONS="${otbr_options[*]}"
[all …]
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…
Dmake-pretty175 (mkdir -p ./build/cmake-tidy \
176 && cd ./build/cmake-tidy \
187 (mkdir -p ./build/cmake-tidy \
188 && cd ./build/cmake-tidy \
Dgcda-tool87 sudo chown -R "$USER" build
88 cp -r "${OT_MERGED_PROFILES}"/build/* build
Dcheck-posix-build34 "$(dirname "$0")"/check-posix-build-cmake
35 "$(dirname "$0")"/check-posix-build-cmake -DOT_DAEMON=ON
Dcheck-arm-build32 OT_TMP_DIR=/tmp/ot-arm-build-cmake
89 script/build nrf52840 UART_trans "${options[@]}"
/openthread-latest/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-latest/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 …]
/openthread-latest/third_party/mbedtls/repo/framework/
D.gitignore1 # CMake build artifacts:
14 # Test coverage build artifacts:
25 # Unix-like build artifacts:
28 # MSVC build artifacts:
34 # Python build artifacts:
40 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
41 /build/
DREADME.md3 This repository contains a version-independent build and test framework for [TF-PSA-Crypto](https:/…
7 * You want to build, test or contribute to Mbed TLS 3.6.0 or above, and you are working from a snap…
8 * You want to build, test or contribute to TF-PSA-Crypto, and you are working from a snapshot of a …
13 * You want to build or test a release of Mbed TLS.
/openthread-latest/third_party/mbedtls/repo/
D.gitignore6 # CMake build artifacts:
19 # Test coverage build artifacts:
33 # Unix-like build artifacts:
36 # MSVC build artifacts:
42 # Python build artifacts:
48 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
49 /build/
DREADME.md11 Mbed TLS should build out of the box on most systems. Some platform specific options are available …
13 …ronment variables such as `CC` and `CFLAGS` when using the Make and CMake build system (see below).
35 There are currently three active build systems used within Mbed TLS releases:
41 …date. The others should reflect all changes present in the CMake and Make build system, although f…
43 The Make and CMake build systems create three libraries: libmbedcrypto, libmbedx509, and libmbedtls…
47 You need the following tools to build the library with the provided makefiles:
49 * GNU Make 3.82 or a build tool that CMake supports.
51 * Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build
67 * Perl, for some library source files and for Visual Studio build files.
87 …uire GNU Make. To build the library and the sample programs, GNU Make and a C compiler are suffici…
[all …]
/openthread-latest/examples/platforms/simulation/
DREADME.md9 $ mkdir build && cd build
14 After a successful build, the `elf` files are found in:
16 - `<path-to-openthread>/build/examples/apps/cli`
17 - `<path-to-openthread>/build/examples/apps/ncp`
24 $ cd <path-to-openthread>/build/simulation/examples/apps/cli
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Ddocker_env.sh62 ${DOCKER} image build \
65 --build-arg MAKEFLAGS_PARALLEL="-j ${NUM_PROC}" \
67 ${http_proxy+--build-arg http_proxy=${http_proxy}} \
68 ${https_proxy+--build-arg https_proxy=${https_proxy}} \
69 ${MBEDTLS_DOCKER_REGISTRY+--build-arg MY_REGISTRY="${MBEDTLS_DOCKER_REGISTRY}/"} \
/openthread-latest/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-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-integration-guide.md7 This document describes how to build Mbed TLS with additional cryptoprocessor drivers that follow t…
13 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im…
17 …driver description files** in JSON format and some code to include in the build. The driver code c…
19 ## How to build Mbed TLS with drivers
21 To build Mbed TLS with drivers:
/openthread-latest/tools/harness-simulation/posix/
Dinstall.sh75 script/cmake-build \
99 script/cmake-build \
120 docker build . \
124 --build-arg OTBR_OPTIONS="${otbr_options[*]}"
/openthread-latest/tools/harness-simulation/posix/etc/
DDockerfile65 # Required during build or run
68 # Required during build, could be removed
74 # Required and installed during build (script/bootstrap), could be removed
75 ENV OTBR_BUILD_DEPS apt-utils build-essential psmisc ninja-build cmake ca-certificates \
93 && mkdir -p build \
94 && cd build \
/openthread-latest/tests/fuzz/
Doss-fuzz-build33 mkdir build
34 cd build || exit
88 fuzzers=$(find build/tests/fuzz -name "*-fuzzer")
/openthread-latest/tools/tcat_ble_client/
Dpyproject.toml1 [build-system]
3 build-backend = "poetry.core.masonry.api"
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile5 # Defines a Docker container suitable to build and run all tests (all.sh),
30 # mbedtls build/test dependencies
31 build-essential \
49 # libnettle build dependencies
60 # Based on https://gist.github.com/bmaupin/8caca3a1e8c3c5686141 (build-openssl.sh)
61 # Note: openssl-1.0.2 and earlier has known build issues with parallel make.
82 # Based on https://gist.github.com/bmaupin/8caca3a1e8c3c5686141 (build-openssl.sh)

1234