Skip to content

Commit 75f9dd8

Browse files
kkasperczyk-norlubos
authored andcommitted
doc: Added known issues related to Matter
Added two new known issues and fix to the smoke co alarm readme. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent aabc00f commit 75f9dd8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,15 @@ Matter
504504

505505
The issues in this section are related to the :ref:`ug_matter` protocol.
506506

507+
.. rst-class:: v2-9-0 v2-8-0
508+
509+
NCSDK-28567: Swap time after DFU takes a very long time
510+
Due to the incorrect RRAM buffer configuration, the swap time after DFU can exceed three minutes.
511+
512+
**Affected platforms:** nRF54L15, nRF54L10
513+
514+
**Workaround:** Set the :kconfig:option:`CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE` Kconfig option to ``1`` in the :file:`sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.conf` file of the application.
515+
507516
.. rst-class:: v2-9-0
508517

509518
KRKNWK-19846: Wrong command for the internal configuration build in the :ref:`matter_template_sample` sample documentation
@@ -2805,6 +2814,14 @@ Matter samples
28052814

28062815
The issues in this section are related to :ref:`matter_samples`.
28072816

2817+
.. rst-class:: v2-9-0
2818+
2819+
KRKNWK-19861: ICD DSLS does not work with the :ref:`matter_smoke_co_alarm_sample` sample
2820+
According to the sample's documentation the ICD DSLS can be enabled by setting the :kconfig:option:`CONFIG_CHIP_ICD_DSLS_SUPPORT` Kconfig option to ``y``.
2821+
Additionally, the ICD Management cluster's feature map has to be set to ``0xf`` in the sample's ``.zap`` file.
2822+
This piece of information is missing from the documentation.
2823+
It will be added in the next version.
2824+
28082825
.. rst-class:: v2-8-0
28092826

28102827
KRKNWK-19691: Smoke CO Alarm sample does not have PM device enabled

samples/matter/smoke_co_alarm/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ The device uses the SIT mode, when the wired power source is active.
7474
Otherwise, it switches to the LIT mode, to indicate that it is possible to save the energy, when using a battery power source.
7575
Dynamic switching is possible only if the ICD device meets all criteria for operating in the LIT mode (it has at least one client registered).
7676
DSLS support is disabled by default.
77-
To enable it, set the :kconfig:option:`CONFIG_CHIP_ICD_DSLS_SUPPORT` Kconfig option to ``y``.
77+
To enable it, set the :kconfig:option:`CONFIG_CHIP_ICD_DSLS_SUPPORT` Kconfig option to ``y`` and enable the feature support in the ICD Management cluster's feature map, by setting it to ``0xf`` in the sample's ``.zap`` file.
78+
Regenerate the source files after modifying the ``.zap`` file.
7879

7980
In the LIT mode, the device responsiveness is much lower than in the SIT mode.
8081
However, you can request the device to become responsive to, for example, change its configuration.

0 commit comments

Comments
 (0)