doc/develop/manifest/index.rst
:orphan:
.. _west_projects_index:
West Projects index ###################
This page acts as an index of projects (modules) compatible with the
:ref:West <west> meta-tool.
It primarily lists the components declared in Zephyr's default
:zephyr_file:manifest file <west.yml>. See :ref:external-contributions for
more information about the contribution and review process for these imported
components.
It also maintains a registry of :ref:external projects <west_external_projects>, maintained outside of the Zephyr Project, that can
easily be integrated into a Zephyr workspace.
Active Projects/Modules +++++++++++++++++++++++
The projects below are enabled by default and will be downloaded when you
call :command:west update. Many of the projects or modules listed below are
essential for building generic Zephyr application and include among others
hardware support for many of the platforms available in Zephyr.
To disable any of the active modules, for example a specific HAL, use the following commands::
west config manifest.project-filter -- -hal_FOO
west update
.. manifest-projects-table:: :filter: active
Inactive and Optional Projects/Modules ++++++++++++++++++++++++++++++++++++++
The projects below are optional and will not be downloaded when you
call :command:west update. You can add any of the projects or modules listed below
and use them to write application code and extend your workspace with the added
functionality.
To enable any of the modules below, use the following commands::
west config manifest.project-filter -- +nanopb
west update
.. manifest-projects-table:: :filter: inactive
.. _west_external_projects:
External Projects/Modules ++++++++++++++++++++++++++
The projects listed below are external and are not directly imported into the
default manifest.
To use any of the projects below, you will need to define your own manifest
file which includes them. See :ref:west-manifest-import for information on
recommended ways to do this while still inheriting the mandatory modules from
Zephyr's :file:west.yml.
Use the :zephyr_file:dedicated template file <doc/develop/manifest/external/external.rst.tmpl>
to contribute new external modules to the list below:
.. toctree:: :titlesonly: :maxdepth: 1 :glob:
external/*