/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 44 Click *Check for updates* and install any that are available. 48 Install dependencies 51 Next, you'll install some host dependencies using your package manager. 89 #. Use ``apt`` to install the required dependencies: 93 sudo apt install --no-install-recommends git cmake ninja-build gperf \ 101 (ARM64) systems, you may need to remove them from the list of packages to install. 119 #. Install `Homebrew <https://brew.sh/>`_: 123 … /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 137 #. Use ``brew`` to install the required dependencies: 141 brew install cmake ninja gperf python3 python-tk ccache qemu dtc libmagic wget openocd [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 cmake ninja-build gperf dfu-util dtc wget which \ 127 A :ref:`recent CMake version <install-required-tools>` is required. Check what 135 * Download and install a packaged cmake from the CMake project site. 149 * Download and install from the pre-built binaries provided by the CMake 151 For example, to install version 3.21.1 in :file:`~/bin/cmake`: 164 pip3 install --user cmake [all …]
|
/Zephyr-latest/scripts/west_commands/ |
D | packages.py | 29 "List and Install packages for Zephyr and modules", 89 "--install", 91 help="Install pip requirements instead of listing them. " 92 "A single 'pip install' command is built and executed. " 94 "from the original 'west packages pip --install' command. For example pass " 95 "'--dry-run' to pip not to actually install anything, but print what would be.", 102 "This is useful when running 'west packages pip --install' " 141 if args.install: 148 if args.install: 149 self.dbg(f"Nothing to install for {module_name}") [all …]
|
D | sdk.py | 30 "List and Install Zephyr SDK", 49 Run 'west sdk install' to install Zephyr SDK. 50 See 'west sdk install --help' for details. 75 "install", 76 help="install Zephyr SDK", 82 Run 'west sdk install' to install Zephyr SDK. 84 Set --version option to install a specific version of the SDK. 85 … If not specified, the install version is detected from "${ZEPHYR_BASE}/SDK_VERSION file. 88 You can specify the installation directory with --install-dir or --install-base. 91 --install-dir and --install-base. [all …]
|
/Zephyr-latest/doc/services/serialization/ |
D | nanopb.rst | 19 Use ``apt`` to install dependency: 23 sudo apt install protobuf-compiler 27 Use ``brew`` to install dependency: 31 brew install protobuf 35 Use ``choco`` to install dependency: 39 choco install protoc 48 west packages pip --install
|
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf9120/ |
D | CMakeLists.txt | 13 install(FILES ${CMAKE_CURRENT_LIST_DIR}/ns/cpuarch_ns.cmake 17 install(FILES ${Trusted\ Firmware\ M_SOURCE_DIR}/platform/ext/target/nordic_nrf/common/nrf912… 20 install(FILES config.cmake 23 install(DIRECTORY ${Trusted\ Firmware\ M_SOURCE_DIR}/platform/ext/target/nordic_nrf/nrf9161dk_nrf…
|
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf9160/ |
D | CMakeLists.txt | 13 install(FILES ${CMAKE_CURRENT_LIST_DIR}/ns/cpuarch_ns.cmake 17 install(FILES ${Trusted\ Firmware\ M_SOURCE_DIR}/platform/ext/target/nordic_nrf/common/nrf916… 20 install(FILES config.cmake 23 install(DIRECTORY ${Trusted\ Firmware\ M_SOURCE_DIR}/platform/ext/target/nordic_nrf/nrf9160dk_nrf…
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-win10.rst | 24 Install Python 3 27 Download and install `Python 3 <https://www.python.org/downloads/>`_. 41 Install Git 44 Download and install `Git <https://git-scm.com/downloads>`_. 53 Install PTS 8 56 Install latest PTS from https://www.bluetooth.org. Remember to install 75 Install nrftools 80 and run default install. 152 Install required python modules: 156 pip3 install --user wheel [all …]
|
D | autopts-linux.rst | 29 Install nrftools (only required in the actual hardware test mode) 46 and README.md. To install the tools, double click on each .deb file or follow 52 Choose and install your hypervisor like VMWare Workstation(preferred) or 160 Install Python 3 163 Download and install latest `Python 3 <https://www.python.org/downloads/>`_ on Windows. 177 Install Git 180 Download and install `Git <https://git-scm.com/downloads>`_. 189 Install PTS 8 192 On Windows virtual machine, install latest PTS from https://www.bluetooth.org. 193 Remember to install drivers from installation directory [all …]
|
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf5340_cpuapp/ |
D | CMakeLists.txt | 13 install(FILES ${CMAKE_CURRENT_LIST_DIR}/ns/cpuarch_ns.cmake 17 install(FILES config.cmake 20 install(DIRECTORY ${Trusted\ Firmware\ M_SOURCE_DIR}/platform/ext/target/nordic_nrf/nrf5340dk_nrf…
|
/Zephyr-latest/.github/workflows/ |
D | coding_guidelines.yml | 22 - name: Install python dependencies 24 pip install unidiff 25 pip install sh 27 - name: Install Packages 30 sudo apt-get install coccinelle
|
D | doc-build.yml | 35 - name: install-pkgs 38 sudo apt-get install -y wget python3-pip git ninja-build graphviz lcov 73 - name: install-pip 76 pip install -r doc/requirements.txt 77 pip install coverxygen 166 - name: install-pkgs 169 … apt-get install -y python3-pip python3-venv ninja-build doxygen graphviz librsvg2-bin imagemagick 183 - name: install-pip 185 pip install -r doc/requirements.txt 186 pip install west==${WEST_VERSION} [all …]
|
/Zephyr-latest/include/zephyr/drivers/dma/ |
D | dma_mcux_smartdma.h | 11 * @brief install SMARTDMA firmware 13 * Install a custom firmware for the smartDMA. This function allows the user 14 * to install a custom firmware into the smartDMA, which implements
|
/Zephyr-latest/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 96 Common to all Linux installations, install the Python dependencies 101 pip install -U -r ~/zephyrproject/zephyr/doc/requirements.txt 107 sudo apt-get install --no-install-recommends doxygen graphviz librsvg2-bin \ 114 sudo dnf install doxygen graphviz texlive-latex latexmk \ 132 Install the Python dependencies required to build the documentation: 136 pip install -U -r ~/zephyrproject/zephyr/doc/requirements.txt 138 Use ``brew`` and ``tlmgr`` to install the tools: 142 brew install doxygen graphviz mactex librsvg imagemagick [all …]
|
/Zephyr-latest/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`.
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | README.rst | 23 Install make using the following command: 27 choco install make 31 Manual Install Method
|
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/ |
D | index.rst | 71 In order to generate the bitstream for the SDI-MIPI Video Converter, install 75 #. Next, get all required packages and run the install script: 79 apt-get install build-essential bzip2 python3 python3-dev python3-pip 80 ./install.sh 94 export PATH="$F4PGA_INSTALL_DIR/$FPGA_FAM/install/bin:$PATH"; 121 1. Install Migen/LiteX and the LiteX's cores: 127 …./litex_setup.py --init --install --user (--user to install to user directory) --config=(minimal, … 129 #. Install the RISC-V toolchain: 133 pip3 install meson ninja
|
/Zephyr-latest/doc/services/tfm/ |
D | requirements.rst | 51 You can install them via: 55 $ pip3 install --user cryptography pyasn1 pyyaml cbor>=1.0.0 imgtool>=1.9.0 jinja2 click 68 $ sudo apt-get install srecord 74 $ brew install srecord
|
/Zephyr-latest/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
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/ |
D | bs_main.c | 19 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 24 bst_test_install_t test_installers[] = {install, NULL};
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | main.c | 24 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 29 bst_test_install_t test_installers[] = {install, NULL};
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/ |
D | bs_main.c | 19 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 24 bst_test_install_t test_installers[] = {install, NULL};
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | main.c | 25 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 30 bst_test_install_t test_installers[] = {install, NULL};
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | main.c | 25 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 30 bst_test_install_t test_installers[] = {install, NULL};
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | main.c | 25 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 30 bst_test_install_t test_installers[] = {install, NULL};
|