Skip to content

Commit a25a0d0

Browse files
wiba-nordicrlubos
authored andcommitted
doc: Matter: update matter version table
Adds some missing version rows to the table, and hides the table itself inside a toggle to make the protocol landing page less cluttered. Signed-off-by: Wille Backman <[email protected]>
1 parent c54047a commit a25a0d0

File tree

1 file changed

+44
-35
lines changed

1 file changed

+44
-35
lines changed

doc/nrf/protocols/matter/index.rst

Lines changed: 44 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,50 @@ It supports a wide range of existing technologies, including Wi-Fi, Thread, and
1515

1616
.. matter_intro_end
1717
18-
The |NCS| allows you to develop applications with different versions of Matter, as per the following table:
18+
|NCS| |release| allows you to develop applications with Matter specification version 1.3.0 and `Matter SDK version`_ 1.3.0.0.
19+
For a full list of |NCS| and Matter versions, view the following table:
1920

20-
+--------------------------+-----------------------------------------------------+------------------------+
21-
| nRF Connect SDK version | Matter specification version | `Matter SDK version`_ |
22-
+==========================+=====================================================+========================+
23-
| |release| | :ref:`1.3.0 <ug_matter_overview_dev_model_support>` | 1.3.0.0 |
24-
+--------------------------+-----------------------------------------------------+------------------------+
25-
| v2.6.1 | :ref:`1.2.0 <ug_matter_overview_dev_model_support>` | 1.2.0.1 |
26-
+--------------------------+ | |
27-
| v2.6.0 | | |
28-
+--------------------------+-----------------------------------------------------+------------------------+
29-
| v2.5.2 | :ref:`1.1.0 <ug_matter_overview_dev_model_support>` | 1.1.0.1 |
30-
+--------------------------+ | |
31-
| v2.5.1 | | |
32-
+--------------------------+ | |
33-
| v2.5.0 | | |
34-
+--------------------------+ | |
35-
| v2.4.3 | | |
36-
+--------------------------+ | |
37-
| v2.4.2 | | |
38-
+--------------------------+ | |
39-
| v2.4.1 | | |
40-
+--------------------------+ | |
41-
| v2.4.0 | | |
42-
+--------------------------+-----------------------------------------------------+------------------------+
43-
| v2.3.0 | :ref:`1.0.0 <ug_matter_overview_dev_model_support>` | 1.0.0.2 |
44-
+--------------------------+ +------------------------+
45-
| v2.2.0 | | 1.0.0.0 |
46-
+--------------------------+ +------------------------+
47-
| v2.1.4 | | 1.0.0.0 |
48-
+--------------------------+ +------------------------+
49-
| v2.1.3 | | 1.0.0.0 |
50-
+--------------------------+ +------------------------+
51-
| v2.1.2 | | 1.0.0.0 |
52-
+--------------------------+-----------------------------------------------------+------------------------+
21+
.. toggle:: nRF Connect SDK, Matter specification, and Matter SDK versions
22+
23+
+--------------------------+-----------------------------------------------------+------------------------+
24+
| nRF Connect SDK version | Matter specification version | Matter SDK version |
25+
+==========================+=====================================================+========================+
26+
| |release| | :ref:`1.3.0 <ug_matter_overview_dev_model_support>` | 1.3.0.0 |
27+
+--------------------------+-----------------------------------------------------+------------------------+
28+
| v2.6.2 | :ref:`1.2.0 <ug_matter_overview_dev_model_support>` | 1.2.0.1 |
29+
+--------------------------+ | |
30+
| v2.6.1 | | |
31+
+--------------------------+ | |
32+
| v2.6.0 | | |
33+
+--------------------------+-----------------------------------------------------+------------------------+
34+
| v2.5.3 | :ref:`1.1.0 <ug_matter_overview_dev_model_support>` | 1.1.0.1 |
35+
+--------------------------+ | |
36+
| v2.5.2 | | |
37+
+--------------------------+ | |
38+
| v2.5.1 | | |
39+
+--------------------------+ | |
40+
| v2.5.0 | | |
41+
+--------------------------+ | |
42+
| v2.4.4 | | |
43+
+--------------------------+ | |
44+
| v2.4.3 | | |
45+
+--------------------------+ | |
46+
| v2.4.2 | | |
47+
+--------------------------+ | |
48+
| v2.4.1 | | |
49+
+--------------------------+ | |
50+
| v2.4.0 | | |
51+
+--------------------------+-----------------------------------------------------+------------------------+
52+
| v2.3.0 | :ref:`1.0.0 <ug_matter_overview_dev_model_support>` | 1.0.0.2 |
53+
+--------------------------+ +------------------------+
54+
| v2.2.0 | | 1.0.0.0 |
55+
+--------------------------+ +------------------------+
56+
| v2.1.4 | | 1.0.0.0 |
57+
+--------------------------+ +------------------------+
58+
| v2.1.3 | | 1.0.0.0 |
59+
+--------------------------+ +------------------------+
60+
| v2.1.2 | | 1.0.0.0 |
61+
+--------------------------+-----------------------------------------------------+------------------------+
5362

5463
.. note::
5564
The Matter SDK version is taken as the base for the `dedicated Matter fork`_, which can then include additional changes for each |NCS| release.
@@ -62,7 +71,7 @@ The |NCS| allows you to develop applications with different versions of Matter,
6271

6372
For more information about Matter compatibility, see :ref:`ug_matter_overview_dev_model_support` and :ref:`supported Matter features per SoC <software_maturity_protocol_matter>`.
6473

65-
See :ref:`matter_samples` for the list of available samples, :ref:`Matter Weather Station <matter_weather_station_app>` or :ref:`Matter bridge <matter_bridge_app>` for specific Matter application.
74+
See :ref:`matter_samples` for the list of available samples, or :ref:`Matter Weather Station <matter_weather_station_app>` or :ref:`Matter bridge <matter_bridge_app>` for specific Matter applications.
6675
If you are new to Matter, you can follow along with the video tutorials on Nordic Semiconductor's YouTube channel, for example `Developing Matter 1.0 products with nRF Connect SDK`_.
6776

6877
.. note::

0 commit comments

Comments
 (0)