You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/known_issues.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -605,6 +605,18 @@ Matter
605
605
606
606
The issues in this section are related to the :ref:`ug_matter` protocol.
607
607
608
+
.. rst-class:: v3-1-1 v3-0-2 v3-0-1 v3-0-0
609
+
610
+
KRKNWK-20948: The Matter west :ref:`ug_matter_gs_tools_matter_west_commands_zap_tool_generate` command may not work properly on Windows
611
+
The matter west ``zap-generate`` command may return several errors when using it on Windows with the ``--full`` option.
612
+
You may encounter the following errors:
613
+
614
+
* Error regarding long paths.
615
+
* Error when the script clears the generated files and a file is removed while being used by the script.
616
+
* Error when generating the data model files from the :file:`.matter` file because of the :file:`python.exe` executable not being provided before calling the Python script.
617
+
618
+
**Workaround:** Manually cherry-pick and apply two commits with the fix to ``sdk-connectedhomeip`` (commit hash: ``c34b9e57f0cea9e010c140a02b6e63954ef91bbe`` and ``bba2e5b6997f4adaed64c86469f0726caffe6337``).
619
+
608
620
.. rst-class:: v3-1-1
609
621
610
622
KRKNWK-20774: Fatal error on the nRF54LM20 SoC after enabling the :kconfig:option:`CONFIG_PICOLIBC` Kconfig option or dynamic heap memory allocation
0 commit comments