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:
41 └── [ ... other projects ...]
83 The manifest file is a YAML file that defines *projects*, which are the
89 workspace's projects based on the contents of the manifest file.
91 projects
92 Projects are Git repositories managed by west. Projects are defined in the
94 example workspace, ``zcbor`` and ``net-tools`` are projects.
97 the locations of all the projects in the workspace, so any code they contain
98 can be used as :ref:`modules`. Note however that modules and projects
99 :ref:`are conceptually different <modules-vs-projects>`.
114 workspace except :file:`.west`, the manifest repository, and the projects
153 to clone the rest of the projects into the workspace to finish.
163 projects in the manifest file.
180 It then uses the manifest file to decide where missing projects should be