Skip to content

Commit

Permalink
doc: west: specify how CMake uses west to set ZEPHYR_MODULES
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCroughan authored Jan 4, 2023
1 parent 8e4137f commit c76e68c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/develop/west/without-west.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ If you don't have west installed and your application *does* need one
of these repositories, you must set :makevar:`ZEPHYR_MODULES`
yourself as shown above.

The implementation CMake uses to set :makevar:`ZEPHYR_MODULES` can be
found in the Zephyr source code in :file:`cmake/modules/zephyr_module.cmake`.
It is primarily a regex which parses the result of ``west list``

See :ref:`modules` for more details.

Similarly, if your application requires binary blobs and you are not using
Expand Down

0 comments on commit c76e68c

Please sign in to comment.