| /openthread-latest/script/ |
| D | bootstrap | 41 …sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 || echo 'WARNING: co… 44 …python3 -m pip install yapf==0.31.0 || echo 'WARNING: could not install yapf, which is useful if y… 47 …python3 -m pip install mdv || echo 'WARNING: could not install mdv, which is required to post mark… 50 …command -v shfmt || sudo apt-get install shfmt || echo 'WARNING: could not install shfmt, which is… 57 # apt-get update and install dependencies 59 sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck 67 …sudo apt-get --no-install-recommends install -y binutils-arm-none-eabi gcc-arm-none-eabi gdb-arm-n… 69 sudo apt-get --no-install-recommends install -y bzip2 ca-certificates wget 97 brew install cmake ninja shfmt shellcheck 103 brew install armmbed/formulae/arm-none-eabi-gcc [all …]
|
| /openthread-latest/.github/workflows/ |
| D | build.yml | 66 sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 shellcheck 67 python3 -m pip install yapf==0.31.0 68 sudo snap install shfmt 69 npm install prettier@2.0.4 107 python -m pip install --upgrade pip 108 pip install --force-reinstall codespell==2.2.4 126 …sudo apt-get --no-install-recommends install -y build-essential ninja-build libreadline-dev libncu… 133 sudo make install 167 sudo apt-get --no-install-recommends install -y ninja-build libreadline-dev libncurses-dev 186 sudo apt-get --no-install-recommends install -y clang-tools-14 ninja-build [all …]
|
| D | simulation-1.1.yml | 72 sudo apt-get --no-install-recommends install -y ninja-build lcov 73 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 125 sudo apt-get --no-install-recommends install -y lcov ninja-build g++-multilib 126 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 180 sudo apt-get --no-install-recommends install -y lcov ninja-build g++-multilib 181 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 228 sudo apt-get --no-install-recommends install -y g++-multilib lcov ninja-build 229 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 269 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat 270 pip install bleak 'cryptography==43.0.0' [all …]
|
| D | toranj.yml | 78 sudo apt-get --no-install-recommends install -y ninja-build lcov 79 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 113 sudo apt-get --no-install-recommends install -y ninja-build lcov 114 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 150 sudo apt-get --no-install-recommends install -y ninja-build 188 brew install ninja 210 sudo apt-get --no-install-recommends install -y clang-10 clang++-10 ninja-build llvm lcov 211 sudo apt-get --no-install-recommends install -y g++-multilib 232 sudo apt-get --no-install-recommends install -y lcov
|
| D | simulation-1.4.yml | 84 sudo apt-get --no-install-recommends install -y ninja-build llvm lcov 85 …sudo apt-get --no-install-recommends install -y g++-multilib libreadline-dev:i386 libncurses-dev:i… 86 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 149 sudo apt-get --no-install-recommends install -y ninja-build lcov 150 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 224 sudo apt-get --no-install-recommends install -y ninja-build lcov 225 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 276 sudo apt-get --no-install-recommends install -y g++-multilib lcov ninja-build 277 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 320 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat [all …]
|
| D | posix.yml | 66 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat 67 pip install bleak 'cryptography==43.0.0' 101 sudo apt-get install --no-install-recommends -y bind9-host ntp socat 159 sudo apt-get --no-install-recommends install -y lcov ninja-build 160 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 201 …sudo apt-get --no-install-recommends install -y socat expect lcov libreadline-dev net-tools ninja-… 209 sudo make install 261 brew install ninja socat 282 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat 283 sudo python3 -m pip install git+https://github.com/openthread/pyspinel [all …]
|
| D | otci.yml | 72 sudo apt-get --no-install-recommends install -y ninja-build 73 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 74 python3 -m pip install pytype adb-shell 82 - name: Install OTCI Python Library 84 (cd tools/otci && python3 -m pip install .)
|
| D | otns.yml | 76 sudo apt-get --no-install-recommends install -y lcov ninja-build 116 sudo apt-get --no-install-recommends install -y lcov ninja-build 178 sudo apt-get --no-install-recommends install -y lcov ninja-build 218 sudo apt-get --no-install-recommends install -y lcov
|
| D | otbr.yml | 76 …sudo apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat… 77 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 198 …sudo apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat… 199 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 246 sudo apt-get --no-install-recommends install -y lcov
|
| D | unit.yml | 80 sudo apt-get --no-install-recommends install -y ninja-build lcov 121 sudo apt-get --no-install-recommends install -y lcov
|
| /openthread-latest/third_party/mbedtls/repo/scripts/ |
| D | min_requirements.py | 2 """Install all the required Python packages, with the minimum Python version. 66 def install( member in Requirements 71 """Call pip to install the requirements.""" 88 ['install'] + pip_install_options + 99 parser.add_argument('--pip-install-option', 101 help="Pass this option to pip install") 108 help="Install to the Python user install directory" 109 " (short for --pip-install-option --user)") 123 reqs.install(pip_general_options=options.pip_general_options,
|
| /openthread-latest/etc/docker/environment/ |
| D | Dockerfile | 9 && apt-get install -y locales \ 11 && apt-get --no-install-recommends install -fy \ 24 && python3 -m pip install -U pip \ 25 && python3 -m pip install -U cmake \ 26 && python3 -m pip install wheel
|
| /openthread-latest/tests/toranj/ |
| D | start.sh | 81 sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev 82 sudo apt-get --no-install-recommends install -y autoconf-archive 83 sudo apt-get --no-install-recommends install -y libarchive-tools 84 sudo apt-get --no-install-recommends install -y libtool 85 sudo apt-get --no-install-recommends install -y libglib2.0-dev 86 sudo apt-get --no-install-recommends install -y lcov 90 sudo apt-get --no-install-recommends install -y libboost-all-dev python2 97 sudo make install || die "wpantund make install failed"
|
| /openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/ |
| D | Dockerfile | 23 && apt-get -y install software-properties-common \ 29 && apt-get -y install \ 56 RUN python3 -m pip install \ 98 && make install \ 108 && make install \ 119 && make install \ 131 && make install \ 142 && make install \ 154 && make install \
|
| /openthread-latest/tools/harness-automation/doc/ |
| D | quickstart.rst | 7 #. Install Thread-Test-Harness1.1-Alpha v1.0-Release_40.0 8 #. Install python 2.7 14 #. Install python libraries dependencies:: 16 pip install -r requirements.txt
|
| /openthread-latest/third_party/mbedtls/repo/include/ |
| D | CMakeLists.txt | 1 option(INSTALL_MBEDTLS_HEADERS "Install Mbed TLS headers." ON) 8 install(FILES ${headers} 12 install(FILES ${psa_headers}
|
| /openthread-latest/tools/tcat_ble_client/ |
| D | README.md | 9 If you don't have the poetry module installed (check with `poetry --version`), install it first usi… 12 python3 -m pip install poetry 16 poetry install 19 This will install all the required modules to a virtual environment, which can be used by calling `…
|
| /openthread-latest/third_party/mbedtls/repo/pkgconfig/ |
| D | CMakeLists.txt | 12 install(FILES 17 install(FILES 22 install(FILES
|
| /openthread-latest/tools/harness-simulation/posix/etc/ |
| D | Dockerfile | 83 && apt-get install --no-install-recommends -y $OTBR_DOCKER_REQS $OTBR_DOCKER_DEPS \ 86 && pip2 install -r /tmp/requirements.txt \ 87 && pip3 install $OTBR_PYTHON_REQS \ 97 && ninja install \
|
| /openthread-latest/tools/harness-sniffer/ |
| D | README.md | 10 1. install pyspinel (for python3 only) 14 python setup.py install
|
| /openthread-latest/src/posix/ |
| D | README.md | 68 3. Install the OpenThread dependencies: 103 # Install nRF Util: 104 python3 -m pip install -U nrfutil 114 # Install the RCP firmware package onto the dongle
|
| /openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package_install/ |
| D | CMakeLists.txt | 5 # install into a directory inside our own build directory. 25 --target install)
|
| /openthread-latest/third_party/mbedtls/repo/3rdparty/everest/ |
| D | CMakeLists.txt | 31 install(DIRECTORY include/everest 39 install(TARGETS ${everest_target}
|
| /openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/ |
| D | CMakeLists.txt | 29 install(DIRECTORY :${CMAKE_CURRENT_SOURCE_DIR} 37 install(TARGETS ${p256m_target}
|
| /openthread-latest/third_party/mbedtls/repo/programs/psa/ |
| D | CMakeLists.txt | 42 install(TARGETS ${executables} 46 install(PROGRAMS
|