| /openthread-latest/script/ |
| D | check-simulation-build-cmake | 35 OT_BUILDDIR="$(pwd)/build" 98 # Build Thread 1.1 with full features 101 "$(dirname "$0")"/cmake-build simulation \ 104 # Build Thread 1.1 with full features and no log 107 "$(dirname "$0")"/cmake-build simulation \ 111 # Build Thread 1.1 with full features and full logs 114 "$(dirname "$0")"/cmake-build simulation \ 118 # Build Thread 1.1 cli-radio 120 "$(dirname "$0")"/cmake-build simulation \ 129 # Build Thread 1.1 with ASSERT disabled [all …]
|
| D | cmake-build | 33 # Compile with default build options: 35 # script/cmake-build ${platform} 37 # Compile with the specified build option enabled: 39 # script/cmake-build ${platform} -D${option}=ON 41 # Compile with the specified build option disabled that already enabled by default: 43 # script/cmake-build ${platform} -D${option}=OFF 45 # Compile with the specified ninja build target: 47 # OT_CMAKE_NINJA_TARGET="ot-cli-ftd" script/cmake-build ${platform} 48 # OT_CMAKE_NINJA_TARGET="ot-cli-ftd ot-cli-mtd" script/cmake-build ${platform} 50 # Compile with the specified build directory: [all …]
|
| D | check-posix-build-cmake | 32 OT_BUILDDIR="$(pwd)/build" 40 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 "$@"
|
| D | test | 35 OT_BUILDDIR="${OT_BUILDDIR:-${PWD}/build}" 157 …T_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-build simulation "${opti… 160 …T_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-build simulation "${opti… 167 …ILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simulation "${opti… 170 …ILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simulation "${opti… 211 …="${OT_BUILDDIR}/openthread-posix-${version}" "${OT_SRCDIR}"/script/cmake-build posix "${options[@… 217 …OT_BUILDDIR}/openthread-posix-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build posix "${options[@… 253 echo "Cannot find build directory: ${builddir}" 388 docker_build_args+=("--build-arg" "$arg") 401 --exclude=build \ [all …]
|
| D | gcda-tool | 64 local profile_current="${node_gcda}/$PWD/build/${build_name}" 65 local profile_merged="${OT_MERGED_PROFILES}/build/${build_name}" 73 done < <(ls "${node_gcda}/$PWD/build") 82 local profile_current="build/${build_name}" 83 local profile_merged="${OT_MERGED_PROFILES}/build/${build_name}" 85 done < <(ls "build") 87 sudo chown -R "$USER" build 88 cp -r "${OT_MERGED_PROFILES}"/build/* build
|
| /openthread-latest/src/posix/ |
| D | README.md | 19 ## Build POSIX CLI 22 ./script/cmake-build posix 25 If built successfully, the binary should be found at: `build/posix/src/posix/ot-cli`. 33 #### Build subsubsection 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… 52 #### Build subsubsection 54 To build and program the device with RCP application, complete the following steps: [all …]
|
| /openthread-latest/tests/unit/ |
| D | README.md | 3 This page describes how to build and run OpenThread unit tests. It will be helpful for developers t… 5 ## Build Simulation 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) [all …]
|
| /openthread-latest/third_party/mbedtls/repo/visualc/VS2017/ |
| D | mbedTLS.sln | 307 {46CF2D25-6A36-4189-B59C-E4815388E554}.Debug|Win32.Build.0 = Debug|Win32 309 {46CF2D25-6A36-4189-B59C-E4815388E554}.Debug|x64.Build.0 = Debug|x64 311 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|Win32.Build.0 = Release|Win32 313 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|x64.Build.0 = Release|x64 315 {5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}.Debug|Win32.Build.0 = Debug|Win32 317 {5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}.Debug|x64.Build.0 = Debug|x64 319 {5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}.Release|Win32.Build.0 = Release|Win32 321 {5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}.Release|x64.Build.0 = Release|x64 323 {1E959679-AB4C-F434-E078-BAA4DC2159E9}.Debug|Win32.Build.0 = Debug|Win32 325 {1E959679-AB4C-F434-E078-BAA4DC2159E9}.Debug|x64.Build.0 = Debug|x64 [all …]
|
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | all.sh | 22 # Warning: the test is destructive. It includes various build modes and 75 # * component_build_XXX: build things but don't run them. 76 # * component_test_XXX: build and test. 161 # See also RELEASE_SEED in basic-build-test.sh. Debugging is easier if 164 # basic-build-test.sh as well. 193 # if CC is not set, use clang by default (if present) to improve build times 276 --restore First clean up the build tree, restoring backed up 289 --out-of-source-dir=<path> Directory used for CMake out-of-source build tests. 330 rm -rf programs/test/cmake_subproject/build 335 rm -rf programs/test/cmake_package/build [all …]
|
| D | docker_env.sh | 60 # Build the Docker image 62 ${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/.github/workflows/ |
| D | build.yml | 29 name: Build 126 …sudo apt-get --no-install-recommends install -y build-essential ninja-build libreadline-dev libncu… 135 - name: Build 137 OT_NODE_TYPE=rcp ./script/test build 167 sudo apt-get --no-install-recommends install -y ninja-build libreadline-dev libncurses-dev 172 scan-build: 186 sudo apt-get --no-install-recommends install -y clang-tools-14 ninja-build 189 script/check-scan-build 191 mbedtls2-build: 204 sudo apt-get --no-install-recommends install -y ninja-build libreadline-dev libncurses-dev [all …]
|
| D | toranj.yml | 78 sudo apt-get --no-install-recommends install -y ninja-build lcov 80 - name: Build & Run 82 top_builddir=$(pwd)/build/toranj ./tests/toranj/start.sh 113 sudo apt-get --no-install-recommends install -y ninja-build lcov 115 - name: Build & Run 117 top_builddir=$(pwd)/build/toranj ./tests/toranj/start.sh 150 sudo apt-get --no-install-recommends install -y ninja-build 151 - name: Build & Run 153 ./tests/toranj/build.sh all 157 ./tests/toranj/build.sh ncp-15.4 [all …]
|
| D | unit.yml | 59 - name: Build 80 sudo apt-get --no-install-recommends install -y ninja-build lcov 81 - name: Build Simulation 82 …run: ./script/cmake-build simulation -DOT_BUILD_GTEST=ON -DOT_BORDER_ROUTING=ON -DOT_BORDER_ROUTIN… 84 run: cd build/simulation && ninja test 85 - name: Build Multipan Simulation 86 run: ./script/cmake-build simulation -DOT_BUILD_GTEST=ON -DOT_MULTIPAN_TEST=ON 88 run: cd build/simulation && ninja test 89 - name: Build NCP Simulation 90 …run: ./script/cmake-build simulation -DOT_BUILD_GTEST=OFF -DOT_MTD=OFF -DOT_RCP=OFF -DOT_APP_CLI=O… [all …]
|
| D | simulation-1.1.yml | 72 sudo apt-get --no-install-recommends install -y ninja-build lcov 74 - name: Build 76 ./script/test build 125 sudo apt-get --no-install-recommends install -y lcov ninja-build g++-multilib 127 - name: Build 129 ./script/test build 180 sudo apt-get --no-install-recommends install -y lcov ninja-build g++-multilib 182 - name: Build 184 ./script/test build 228 sudo apt-get --no-install-recommends install -y g++-multilib lcov ninja-build [all …]
|
| D | posix.yml | 66 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat 72 …OGS=ON -DOT_LOG_OUTPUT=PLATFORM_DEFINED' VIRTUAL_TIME=0 OT_NODE_TYPE=rcp ./script/test build expect 75 OT_CMAKE_NINJA_TARGET="ot-fct" script/cmake-build posix 109 …T=PLATFORM_DEFINED' OT_NATIVE_IP=1 VIRTUAL_TIME=0 OT_NODE_TYPE=rcp ./script/test clean build expect 159 sudo apt-get --no-install-recommends install -y lcov ninja-build 161 - name: Build 163 OT_NODE_TYPE=rcp ./script/test build 201 … apt-get --no-install-recommends install -y socat expect lcov libreadline-dev net-tools ninja-build 210 - name: Build 212 script/check-posix-pty build [all …]
|
| D | simulation-1.4.yml | 84 sudo apt-get --no-install-recommends install -y ninja-build llvm lcov 87 - name: Build 89 ./script/test build 149 sudo apt-get --no-install-recommends install -y ninja-build lcov 151 - name: Build 153 ./script/test build 154 - name: Build with OT_CSL_RECEIVER_LOCAL_TIME_SYNC 156 …csl_receiver_local_time_sync" OT_OPTIONS="-DOT_CSL_RECEIVER_LOCAL_TIME_SYNC=ON" ./script/test build 224 sudo apt-get --no-install-recommends install -y ninja-build lcov 226 - name: Build [all …]
|
| D | docker.yml | 82 --build-arg OT_GIT_REF=${{ github.sha }} \ 83 --build-arg VERSION=${VERSION} \ 84 --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \ 85 --build-arg VCS_REF=${GITHUB_SHA::8} \ 91 - name: Docker Buildx (build) 93 … docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }} 105 docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}
|
| /openthread-latest/examples/platforms/simulation/ |
| D | README.md | 5 ## Build Examples 9 $ 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/framework/ |
| D | .gitignore | 1 # 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/
|
| /openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/ |
| D | Dockerfile | 5 # 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 59 # Build a static, legacy openssl from sources with sslv3 enabled 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. 71 # Build OPENSSL as 1.0.2g 81 # Build a new openssl binary for ARIA/CHACHA20 support 82 # Based on https://gist.github.com/bmaupin/8caca3a1e8c3c5686141 (build-openssl.sh) [all …]
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | .gitignore | 6 # 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/
|
| D | README.md | 11 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/etc/docker/environment/ |
| D | Dockerfile | 1 # 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/tools/harness-simulation/posix/ |
| D | config.yml | 8 subpath: build/ot11/simulation 18 subpath: build/ot12/simulation 33 subpath: build/ot13/simulation 62 rcp_subpath: build/ot12/simulation 81 rcp_subpath: build/ot13/simulation
|
| /openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
| D | psa-driver-integration-guide.md | 7 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:
|