Home
last modified time | relevance | path

Searched refs:fetch (Results 26 – 50 of 131) sorted by relevance

123456

/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst27 …west.manifest: running 'git fetch ... https://github.com/your-username/your_project ...' in /some/…
29 The ``git fetch`` command example in the last line above is what needs to
33 ``git fetch`` command, then debug from there using the documentation for your
40 If you can get the ``git fetch`` command to run successfully without prompting
Dbuilt-in.rst119 To avoid unnecessary fetches, ``west update`` will not fetch project
121 locally. This is the behavior when the ``-f`` (``--fetch``) option has its
122 default value, ``smart``. To force this command to fetch from project remotes
124 or set the ``update.fetch`` :ref:`configuration option <west-config>` to
130 regardless of ``-f`` and ``update.fetch``.
271 West may fetch all refs from the Git server when given a SHA as a revision.
Drelease-notes.rst352 topdir, use the ``path:`` key. If you need to customize a project's fetch URL
359 instead of ``git init`` and ``git fetch``. See `issue #522`_ for details.
364 - ``west update --fetch=smart`` (``smart`` is the default) now correctly skips
374 ``pull/1234/head`` references which could previously be used to fetch a pull
375 request can no longer be passed to ``--manifest-rev``. Users must now fetch
399 - ``west update`` now supports a ``--fetch-opt`` option that will be passed to
400 the ``git fetch`` command used to fetch remote revisions when updating each
685 update --fetch=smart``, introduced in v0.6.1.
698 - The :ref:`west-update` command has a new ``--fetch``
699 command line flag and ``update.fetch`` :ref:`configuration option
[all …]
Dzephyr-cmds.rst157 The ``blobs`` command has three sub-commands, used to list, fetch or clean (i.e.
169 west blobs fetch
180 fetch or clean blobs for by typing the module names as a command-line
Dworkspaces.rst47 You can use west to fetch from private repositories. There is nothing
50 The ``west update`` command essentially runs ``git fetch YOUR_PROJECT_URL``
52 commit. It's up to your environment to make sure the fetch succeeds.
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/
Dindex.rst70 cyw920829m2evk_02 board requires fetch binary files (e.g Bluetooth controller firmware).
72 To fetch Binary Blobs:
76 west blobs fetch hal_infineon
/Zephyr-latest/boards/nxp/rd_rw612_bga/doc/
Dindex.rst146 west blobs fetch hal_nxp
212 BLE functionality requires to fetch binary blobs, so make sure to follow
222 Wi-Fi functionality requires to fetch binary blobs, so make sure to follow
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish359 …est -n "__zephyr_west_seen_subcommand_from update" -o f -l fetch -ra "always smart" -d "fetch stra…
360 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o o -l fetch-opt -d "fetch options"
361 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o n -l narrow -d "narrow fetch"
502 …blobs; and not __fish_seen_subcommand_from list fetch clean" -ra "list\t'list binary blobs' fetch\…
503 …hyr_west_seen_subcommand_from blobs; and __fish_seen_subcommand_from list fetch clean" -ra "(__zep…
504 …phyr_west_seen_subcommand_from blobs; and not __fish_seen_subcommand_from fetch clean" -o f -l for…
/Zephyr-latest/boards/kincony/kincony_kc868_a32/doc/
Dindex.rst34 west blobs fetch hal_espressif
/Zephyr-latest/arch/xtensa/core/
DREADME_MMU.txt51 On a TLB miss, the hardware immediately does a single fetch (at ring 0
59 memory fetch vs. e.g. the 2-5 fetches required to walk a page table on
62 This special "refill" fetch is otherwise identical to any other memory
73 Obviously, the page table memory being virtual means that the fetch
86 go through the same refill process above. This second TLB fetch in
124 requires doing a fetch via the instruction TLB. And that obviously
241 A final important note is that the hardware PTE refill fetch works
/Zephyr-latest/snippets/xen_dom0/
DREADME.rst37 * fetch and build Xen (e.g. RELEASE-4.17.0) for arm64 platform
/Zephyr-latest/boards/wemos/esp32s2_lolin_mini/doc/
Dindex.rst41 west blobs fetch hal_espressif
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/
DREADME.rst12 Application uses :ref:`rtio` with mempool API to fetch data from virtual sensor
/Zephyr-latest/boards/shields/nrf7002eb/doc/
Dindex.rst39 west blobs fetch hal_nordic
/Zephyr-latest/boards/shields/nrf7002ek/doc/
Dindex.rst39 west blobs fetch hal_nordic
/Zephyr-latest/boards/m5stack/m5stack_atoms3/doc/
Dindex.rst72 west blobs fetch hal_espressif
/Zephyr-latest/boards/m5stack/m5stack_atom_lite/doc/
Dindex.rst70 west blobs fetch hal_espressif
/Zephyr-latest/boards/m5stack/m5stack_atoms3_lite/doc/
Dindex.rst70 west blobs fetch hal_espressif
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/doc/
Dindex.rst88 To fetch Binary Blobs:
92 west blobs fetch hal_infineon
/Zephyr-latest/boards/nxp/frdm_mcxw71/doc/
Dindex.rst80 west blobs fetch hal_nxp
170 BLE functionality requires to fetch binary blobs, so make sure to follow
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm289 prompt "Path to MCUboot or DOWNLOAD to fetch automatically"
297 with TF-M do not fetch external trees.
309 fetch and check-out the MCUboot version to use in the build.
315 prompt "Path to QCBOR or DOWNLOAD to fetch automatically"
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/doc/
Dindex.rst100 west blobs fetch hal_espressif
/Zephyr-latest/boards/st/nucleo_wba55cg/doc/
Dnucleo_wba55cg.rst188 To fetch Binary Blobs:
192 west blobs fetch hal_stm32
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/doc/
Dindex.rst141 west blobs fetch silabs
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/doc/
Dindex.rst142 west blobs fetch hal_silabs

123456