/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 \ 114 #. Install `Homebrew <https://brew.sh/>`_: 118 … /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 132 #. Use ``brew`` to install the required dependencies: 136 brew install cmake ninja gperf python3 python-tk ccache qemu dtc libmagic wget openocd 159 In modern version of Windows (10 and later) it is recommended to install the Windows Terminal [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.", 133 if args.install: 140 if args.install: 141 self.dbg(f"Nothing to install for {module_name}") 147 if args.install: [all …]
|
D | sdk.py | 28 "List and Install Zephyr SDK", 47 Run 'west sdk install' to install Zephyr SDK. 48 See 'west sdk install --help' for details. 73 "install", 74 help="install Zephyr SDK", 80 Run 'west sdk install' to install Zephyr SDK. 82 Set --version option to install a specific version of the SDK. 83 … If not specified, the install version is detected from "${ZEPHYR_BASE}/SDK_VERSION file. 86 You can specify the installation directory with --install-dir or --install-base. 89 --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/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/.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 | 73 - name: install-pkgs 76 sudo apt-get install -y wget python3-pip git ninja-build graphviz lcov 109 - name: install-pip 111 pip install -r doc/requirements.txt 112 pip install west==${WEST_VERSION} 113 pip install cmake==${CMAKE_VERSION} 114 pip install coverxygen 206 - name: install-pkgs 209 … apt-get install -y python3-pip python3-venv ninja-build doxygen graphviz librsvg2-bin imagemagick 223 - name: install-pip [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/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
|
/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 | 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-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
|
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-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/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/l2cap/reassembly/peer/src/ |
D | main.c | 32 static struct bst_test_list *install(struct bst_test_list *tests) in install() function 37 bst_test_install_t test_installers[] = {install, NULL};
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/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};
|