Home
last modified time | relevance | path

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

12345678910>>...20

/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 \
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 …]
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.",
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 …]
Dsdk.py30 "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/
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/.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.yml35 - 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/
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/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/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`.
/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.rst71 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/
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
/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/privacy/legacy/src/
Dmain.c24 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/
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/gatt/sc_indicate/src/
Dmain.c25 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/
Dmain.c25 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/
Dmain.c25 static struct bst_test_list *install(struct bst_test_list *tests) in install() function
30 bst_test_install_t test_installers[] = {install, NULL};

12345678910>>...20