Home
last modified time | relevance | path

Searched full:topdir (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/doc/develop/west/
Dbasics.rst26 zephyrproject/ # west topdir
27 ├── .west/ # marks the location of the topdir
51 topdir
53 directory, or *topdir*. (The name :file:`zephyrproject` is just an example
56 You'll typically create the topdir and a few other files and directories
60 The topdir contains the :file:`.west` directory. When west needs to find
61 the topdir, it searches for :file:`.west`, and uses its parent directory.
143 #. Create the topdir, :file:`zephyrproject`, along with
173 #. Finding the topdir. In the ``west init`` example above, that
175 #. Loading :file:`.west/config` in the topdir to read the ``manifest.path``
Dwest-apis.rst122 The *topdir* parameter can now be any ``os.PathLike``.
133 The *topdir* argument was added.
376 removed (use *topdir* instead). The function no longer raises
391 The *source_file*, *manifest_path*, and *topdir* arguments
394 The *manifest_path* and *topdir* arguments were removed.
400 The *manifest_path* and *topdir* arguments were removed.
457 The *path* and *topdir* parameters can now be any ``os.PathLike``.
Drelease-notes.rst352 topdir, use the ``path:`` key. If you need to customize a project's fetch URL
362 overrides the default location, :file:`<workspace topdir>/.west/config`.
600 - ``west topdir`` always prints a POSIX style path
620 - There is a new :ref:`west topdir <west-built-in-misc>` command, which
663 - Project: the constructor now takes a topdir argument
Dbuilt-in.rst263 - ``west topdir``: print the top level directory of the west workspace
Dworkspaces.rst143 the manifest repository or as immediate subdirectories of the topdir. However,
Dmanifest.rst406 into, relative to the west workspace topdir.
/Zephyr-latest/cmake/modules/
Dwest.cmake84 COMMAND ${WEST} topdir
93 # west topdir is undefined.
/Zephyr-latest/scripts/west_commands/
Dpatch.py178 topdir = Path(self.topdir)
179 manifest_dir = topdir / manifest_path
186 args.west_workspace = topdir / args.west_workspace.relative_to(_WEST_TOPDIR)
Dbuild.py262 'topdir': str(west_workspace),
/Zephyr-latest/scripts/schemas/
Dbuild-schema.yml105 topdir:
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish7 west topdir &>/dev/null
168 "topdir" "print the top level directory of the workspace" \
227 west-topdir "$ZEPHYR_BASE" 0
406 # topdir
407 complete -c west -n __zephyr_west_use_subcommand -a topdir -d "print the top level directory of the…
Dwest-completion.zsh21 'topdir[print the top level directory of the workspace]'
43 west topdir &>/dev/null
Dwest-completion.bash1214 topdir
/Zephyr-latest/doc/develop/sca/
Dcodechecker.rst73 The value from ``west topdir`` is added by default.
/Zephyr-latest/modules/
DKconfig.mcuboot57 may be absolute or relative to the west workspace topdir. (The MCUboot
87 the west workspace topdir.
/Zephyr-latest/cmake/
Dmcuboot.cmake43 # Relative paths are relative to 'west topdir'.
48 …file ${${file}} (Note: Relative paths are relative to the west workspace topdir \"${WEST_TOPDIR}\"…
/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst129 The root of a Zephyr workspace is identical to ``west topdir`` if the workspace was
/Zephyr-latest/scripts/west_commands/zspdx/
Dwalker.py230 # relativeBaseDir is Zephyr sources topdir