Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/Zephyr-latest/doc/develop/getting_started/
Dindex.rst44 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 …]
Dinstallation_linux.rst3 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/
Dpackages.py29 "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 …]
Dsdk.py28 "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/
Dnanopb.rst19 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/
DCMakeLists.txt13 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/
DCMakeLists.txt13 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/
Dautopts-win10.rst24 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 …]
Dautopts-linux.rst29 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/
DCMakeLists.txt13 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/
Dgeneration.rst85 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/
Dcoding_guidelines.yml22 - name: Install python dependencies
24 pip install unidiff
25 pip install sh
27 - name: Install Packages
30 sudo apt-get install coccinelle
Ddoc-build.yml73 - 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/
Ddma_mcux_smartdma.h11 * @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/
Dmoving-to-west.rst10 #. Install west.
14 pip3 install --user -U west
18 pip3 install -U west
20 For details, see :ref:`west-install`.
Dinstall.rst1 .. _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/
DREADME.rst23 Install make using the following command:
27 choco install make
31 Manual Install Method
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/
Dindex.rst73 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/
Drequirements.rst51 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/
Dother_x_compilers.rst19 #. 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
Dgnu_arm_embedded.rst6 #. 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/
Dbs_main.c19 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/
Dbs_main.c19 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/
Dmain.c32 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/
Dmain.c29 static struct bst_test_list *install(struct bst_test_list *tests) in install() function
34 bst_test_install_t test_installers[] = {install, NULL};

12345678910>>...19