Lines Matching full:projects
9 West's built-in commands allow you to work with :term:`projects <west project>`
15 :term:`projects <west project>` listed in the manifest in the workspace.
35 │ # Projects managed by west:
40 └── [ ... other projects ...]
82 The manifest file is a YAML file that defines *projects*, which are the
88 workspace's projects based on the contents of the manifest file.
90 projects
91 Projects are Git repositories managed by west. Projects are defined in the
93 example workspace, ``zcbor`` and ``net-tools`` are projects.
96 the locations of all the projects in the workspace, so any code they contain
97 can be used as :ref:`modules`. Note however that modules and projects
98 :ref:`are conceptually different <modules-vs-projects>`.
113 workspace except :file:`.west`, the manifest repository, and the projects
152 to clone the rest of the projects into the workspace to finish.
162 projects in the manifest file.
179 It then uses the manifest file to decide where missing projects should be