Skip to content

Commit

Permalink
docs: migration-guide-3.5: add a note about optional modules
Browse files Browse the repository at this point in the history
Add a note about modules moved to optional and how to enable them again.

Signed-off-by: Fabio Baltieri <[email protected]>
(cherry picked from commit 125e0e8)
  • Loading branch information
fabiobaltieri committed Nov 6, 2023
1 parent b872bca commit a14c841
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/releases/migration-guide-3.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,25 @@ C Library
to a smaller, but inexact conversion algorithm. This requires building
Picolibc as a module.

Optional Modules
================

The following modules have been made optional and are not downloaded with `west update` by default anymore:

* ``chre``
* ``lz4``
* ``nanopb``
* ``psa-arch-tests``
* ``sof``
* ``tf-m-tests``
* ``tflite-micro``
* ``thrift``
* ``zscilib``

To enable them again use the ``west config manifest.project-filter -- +<module
name>`` command, or ``west config manifest.group-filter -- +optional`` to
enable all optional modules, and then run ``west update`` again.

Device Drivers and Device Tree
==============================

Expand Down

0 comments on commit a14c841

Please sign in to comment.