Home
last modified time | relevance | path

Searched refs:submodule (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/doc/develop/west/
Dbuilt-in.rst205 git submodule sync --recursive
213 git submodule update --init --checkout --recursive
216 git submodule update --init --rebase --recursive
223 git submodule sync --recursive -- <submodule-path>
225 Then it updates each submodule in the list as follows, depending on whether you
231 git submodule update --init --checkout --recursive <submodule-path>
234 git submodule update --init --rebase --recursive <submodule-path>
236 The ``git submodule sync`` commands are skipped if the
Dwhy.rst59 delete or replace submodule definitions
Dmanifest.rst1148 each desired submodule. Each submodule listed is updated recursively.
1152 The ``path`` key must match exactly the path of one submodule relative
1153 to its parent west project, as shown in the output of ``git submodule
1155 it's not passed to ``git submodule`` commands either. The ``name`` key
Drelease-notes.rst161 - ``west update``: new ``--submodule-init-config`` option.
406 avoids issues if the URL changes in the manifest file from when the submodule
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/
Dindex.rst66 git submodule update --init --recursive
/Zephyr-latest/boards/intel/adsp/doc/
Dchromebooks_adsp.rst354 dev$ git submodule init
355 dev$ git submodule update
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst596 * :github:`7207` - cmake fails when zephyr is used as submodule
/Zephyr-latest/
DCMakeLists.txt570 # Likely a git-submodule. Let's ask git where the real database is located.