docs: migration-guide-3.6: add a note about optional modules

Add a note about modules moved to optional and how to enable them again.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2023-11-02 11:50:35 +01:00 committed by Carles Cufí
parent 0bc239f23d
commit ec75b7704f

View file

@ -20,6 +20,18 @@ Kernel
C Library
=========
Optional Modules
================
The following modules have been made optional and are not downloaded with `west update` by default
anymore:
* ``canopennode``
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
==============================