Lines Matching refs:west

43 Modules vs west projects
46 Zephyr modules, described in this page, are not the same as :ref:`west projects
47 <west-workspace>`. In fact, modules :ref:`do not require west
48 <modules_without_west>` at all. However, when using modules :ref:`with west
49 <modules_using_west>`, then the build system uses west in order to find modules.
55 :ref:`West projects <west-manifests-projects>` are entries in the ``projects:``
56 section in the :file:`west.yml` manifest file.
57 West projects are often also modules, but not always. There are west projects
60 Modules are found by the Zephyr build system either via :ref:`west itself
64 The contents of this page only apply to modules, and not to west projects in
422 If you have :ref:`west <west>` installed, you don't need to worry about how
424 knows how to use west to set :makevar:`ZEPHYR_MODULES`. You can add additional
428 useful if you want to keep the list of modules found with west and also add
432 If the module ``FOO`` is provided by :ref:`west <west>` but also given with
436 use other Zephyr modules provided by :ref:`west <west>`.
440 using zephyr as your manifest repository, you can also add a west manifest file
444 See :ref:`west-basics` for more on west workspaces.
465 or ``west`` manifest files:
1002 Binary blobs are fetched using :ref:`west blobs <west-blobs>`. If ``west`` is
1030 A west extension command ``west packages <manager>`` is available to list
1033 Run ``west help packages`` for more details.
1038 Calling ``west packages pip`` lists `requirement files`_ for Zephyr and modules.
1061 If west is installed and :makevar:`ZEPHYR_MODULES` is not already set, the
1062 build system finds all the modules in your :term:`west installation` and uses
1063 those. It does this by running :ref:`west list <west-built-in-misc>` to get
1067 Each project in the ``west list`` output is tested like this:
1086 If you don't have west installed or don't want the build system to use it to
1124 If you don't have west installed and don't specify :makevar:`ZEPHYR_MODULES`
1174 :zephyr_file:`west.yml` with the following information:
1205 :zephyr_file:`west.yml` of the main Zephyr tree with the following