/Zephyr-Core-3.4.0/samples/modules/nanopb/ |
D | README.rst | 23 Use ``apt`` to install dependency: 27 sudo apt install protobuf-compiler 31 Use ``brew`` to install dependency: 35 brew install protobuf 39 Use ``choco`` to install dependency: 43 choco install protoc
|
/Zephyr-Core-3.4.0/doc/develop/getting_started/ |
D | index.rst | 45 Click *Check for updates* and install any that are available. 51 Install dependencies 54 Next, you'll install some host dependencies using your package manager. 92 #. Use ``apt`` to install the required dependencies: 96 sudo apt install --no-install-recommends git cmake ninja-build gperf \ 115 #. Install `Homebrew <https://brew.sh/>`_: 119 … /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 121 #. Use ``brew`` to install the required dependencies: 125 brew install cmake ninja gperf python3 ccache qemu dtc wget libmagic 143 you can install dependencies from their respective websites and ensure [all …]
|
D | installation_linux.rst | 3 Install Linux Host Dependencies 59 Install Requirements and Dependencies 79 sudo apt-get install --no-install-recommends git cmake ninja-build gperf \ 88 sudo dnf group install "Development Tools" "C Development Tools and Libraries" 89 sudo dnf install git cmake ninja-build gperf ccache dfu-util dtc wget \ 128 A :ref:`recent CMake version <install-required-tools>` is required. Check what 136 * Download and install a packaged cmake from the CMake project site. 150 * Download and install from the pre-built binaries provided by the CMake 152 For example, to install version 3.21.1 in :file:`~/bin/cmake`: 165 pip3 install --user cmake [all …]
|
/Zephyr-Core-3.4.0/.github/workflows/ |
D | doc-build.yml | 48 - name: install-pkgs 51 sudo apt-get install -y ninja-build graphviz 62 - name: install-pip 64 sudo pip3 install -U setuptools wheel pip 65 pip3 install -r scripts/requirements-doc.txt 66 pip3 install west==${WEST_VERSION} 67 pip3 install cmake==${CMAKE_VERSION} 130 - name: install-pkgs 133 apt-get install -y python3-pip python3-venv ninja-build doxygen graphviz librsvg2-bin 147 - name: install-pip [all …]
|
D | coding_guidelines.yml | 22 - name: Install python dependencies 24 pip3 install unidiff 25 pip3 install wheel 26 pip3 install sh 28 - name: Install Packages 31 sudo apt-get install coccinelle
|
D | assigner.yml | 21 - name: Install Python dependencies 23 sudo pip3 install -U setuptools wheel pip 24 pip3 install -U PyGithub>=1.55
|
D | backport_issue_check.yml | 18 - name: Install Python dependencies 20 sudo pip3 install -U setuptools wheel pip 21 pip3 install -U pygithub
|
D | compliance.yml | 26 - name: Install python dependencies 28 pip3 install setuptools 29 pip3 install wheel 30 pip3 install python-magic lxml junitparser gitlint pylint pykwalify yamllint 31 pip3 install west
|
D | footprint-tracking.yml | 48 - name: Install packages 51 sudo apt-get install -y python3-venv 52 sudo pip3 install -U setuptools wheel pip gitpython 84 pip3 install awscli
|
D | bug_snapshot.yaml | 26 - name: Install Python dependencies 28 sudo pip3 install -U setuptools wheel pip 29 pip3 install -U pygithub
|
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/autopts/ |
D | autopts-win10.rst | 23 Install Python 3 26 Download and install `Python 3 <https://www.python.org/downloads/>`_. 40 Install Git 43 Download and install `Git <https://git-scm.com/downloads>`_. 52 Install PTS 8 55 Install latest PTS from https://www.bluetooth.org. Remember to install 74 Install nrftools 79 and run default install. 151 Install required python modules: 155 pip3 install --user wheel [all …]
|
D | autopts-linux.rst | 28 Install nrftools (only required in the actual hardware test mode) 45 and README.md. To install the tools, double click on each .deb file or follow 51 Choose and install your hypervisor like VMWare Workstation(preferred) or 128 Install Python 3 131 Download and install latest `Python 3 <https://www.python.org/downloads/>`_ on Windows. 145 Install Git 148 Download and install `Git <https://git-scm.com/downloads>`_. 157 Install PTS 8 160 On Windows virtual machine, install latest PTS from https://www.bluetooth.org. 161 Remember to install drivers from installation directory [all …]
|
/Zephyr-Core-3.4.0/doc/develop/west/ |
D | moving-to-west.rst | 10 #. Install west. 14 pip3 install --user -U west 18 pip3 install -U west 20 For details, see :ref:`west-install`.
|
D | install.rst | 1 .. _west-install: 7 Use :file:`pip3` to install or upgrade west: 11 pip3 install --user -U west 15 pip3 install -U west 85 * Install the ``bash-completion`` package with ``brew``:: 87 brew install bash-completion
|
/Zephyr-Core-3.4.0/samples/application_development/external_lib/ |
D | README.rst | 23 Install make using the following command: 27 choco install make 31 Manual Install Method
|
/Zephyr-Core-3.4.0/doc/services/tfm/ |
D | requirements.rst | 52 You can install them via: 56 $ pip3 install --user cryptography pyasn1 pyyaml cbor>=1.0.0 imgtool>=1.9.0 jinja2 click 69 $ sudo apt-get install srecord 75 $ brew install srecord
|
/Zephyr-Core-3.4.0/arch/arm/core/aarch32/ |
D | nmi.c | 50 * @brief Install default runtime NMI handler 52 * Meant to be called by platform code if they want to install a simple NMI 65 * @brief Install a custom runtime NMI handler 67 * Meant to be called by platform code if they want to install a custom NMI
|
/Zephyr-Core-3.4.0/boards/riscv/litex_vexriscv/doc/ |
D | index.rst | 73 In order to generate the bitstream for the SDI-MIPI Video Converter, install 77 #. Next, get all required packages and run the install script: 81 apt-get install build-essential bzip2 python3 python3-dev python3-pip 82 ./install.sh 96 export PATH="$F4PGA_INSTALL_DIR/$FPGA_FAM/install/bin:$PATH"; 123 1. Install Migen/LiteX and the LiteX's cores: 129 …./litex_setup.py --init --install --user (--user to install to user directory) --config=(minimal, … 131 #. Install the RISC-V toolchain: 135 pip3 install meson ninja
|
/Zephyr-Core-3.4.0/doc/contribute/documentation/ |
D | generation.rst | 85 In order to install the documentation tools, first install Zephyr as 86 described in :ref:`getting_started`. Then install additional tools 100 sudo apt-get install --no-install-recommends doxygen graphviz librsvg2-bin \ 107 sudo dnf install doxygen graphviz texlive-latex latexmk \ 125 Use ``brew`` and ``tlmgr`` to install the tools: 129 brew install doxygen graphviz mactex librsvg 130 tlmgr install latexmk 131 tlmgr install collection-fontsrecommended 139 choco install doxygen.install graphviz strawberryperl miktex rsvg-convert
|
/Zephyr-Core-3.4.0/doc/develop/toolchains/ |
D | other_x_compilers.rst | 19 #. Install a cross compiler suitable for your host and target systems. 21 For example, you might install the ``gcc-arm-none-eabi`` package on 28 sudo apt-get install gcc-arm-none-eabi 30 sudo dnf install arm-none-eabi-newlib
|
D | gnu_arm_embedded.rst | 6 #. Download and install a `GNU Arm Embedded`_ build for your operating system 11 On Windows, we'll assume for this guide that you install into the directory 49 Run ``brew install gcc-arm-embedded`` and configure the variables
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | main.c | 29 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 34 bst_test_install_t test_installers[] = {install, NULL};
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
D | main.c | 29 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 34 bst_test_install_t test_installers[] = {install, NULL};
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | main.c | 29 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 34 bst_test_install_t test_installers[] = {install, NULL};
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/privacy/central/src/ |
D | main.c | 29 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 34 bst_test_install_t test_installers[] = {install, NULL};
|