Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.5 KB

migration_guide_2.9.rst

File metadata and controls

52 lines (34 loc) · 1.5 KB
orphan:

Migration guide for |NCS| v2.9.0

This document describes the changes required or recommended when migrating your application from |NCS| v2.8.0 to |NCS| v2.9.0.

The following changes are mandatory to make your application work in the same way as in previous releases.

The following changes are recommended for your application to work optimally after the migration.

This section describes the changes related to samples and applications.

.. toggle::

   * For the Matter samples and applications:

      * The :ref:`ug_matter_device_watchdog` mode has been changed.
        Previously, the :ref:`ug_matter_device_watchdog_pause_mode` was enabled by default for all Matter samples.
        Now, this mode is disabled and all Matter watchdog sources must be fed within the specified time window.

        To re-enable the pause mode, set the :ref:`CONFIG_NCS_SAMPLE_MATTER_WATCHDOG_PAUSE_IN_SLEEP<CONFIG_NCS_SAMPLE_MATTER_WATCHDOG_PAUSE_IN_SLEEP>` Kconfig option to ``y``.