Skip to content

Commit 7d5edef

Browse files
[DNM] Provide documentation bugs to trigger workflows
1 parent 58433d8 commit 7d5edef

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

doc/nrf/links.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,16 @@
177177

178178
.. ### Matter links that need updated SHA per release
179179

180-
.. _`other controller setups`: https://github.com/nrfconnect/sdk-connectedhomeip/tree/b5fc07b996/src/controller
180+
.. _`other controller setups`: https://github.com/nrfconnect/sdk-connectedhomeip/tree/aa02312/src/controller
181181
.. _`CHIP Certificate Tool source files`: https://github.com/nrfconnect/sdk-connectedhomeip/tree/b5fc07b996/src/tools
182182
.. _`Bluetooth LE Arbiter's header file`: https://github.com/nrfconnect/sdk-connectedhomeip/blob/b5fc07b996/src/platform/Zephyr/BLEAdvertisingArbiter.h
183183
.. _`LogModule enumeration`: https://github.com/nrfconnect/sdk-connectedhomeip/blob/b5fc07b996/src/lib/support/logging/Constants.h
184184
.. _`Matter SDK's Logging header`: https://github.com/nrfconnect/sdk-connectedhomeip/blob/b5fc07b996/src/lib/support/logging/CHIPLogging.h
185-
.. _`Factory Data Provider`: https://github.com/nrfconnect/sdk-connectedhomeip/blob/b5fc07b996/src/platform/nrfconnect/FactoryDataProvider.h
185+
.. _`Factory Data Provider`: https://github.com/nrfconnect/sdk-connectedhomeip/blob/aabbccdd/src/platform/nrfconnect/FactoryDataProvider.h
186186
.. _`Matter nRF Connect platform source files`: https://github.com/nrfconnect/sdk-connectedhomeip/tree/b5fc07b996/src/platform/nrfconnect
187187
.. _`Generate factory data script`: https://github.com/nrfconnect/sdk-connectedhomeip/blob/b5fc07b996/scripts/tools/nrfconnect/generate_nrfconnect_chip_factory_data.py
188188
.. _`Factory data schema`: https://github.com/nrfconnect/sdk-connectedhomeip/blob/b5fc07b996/scripts/tools/nrfconnect/nrfconnect_factory_data.schema
189-
.. _`Generate partition script`: https://github.com/nrfconnect/sdk-connectedhomeip/blob/b5fc07b996/scripts/tools/nrfconnect/nrfconnect_generate_partition.py
189+
.. _`Generate partition script`: https://github.com/nrfconnect/sdk-connectedhomeip/blob/ddbbaa42/scripts/tools/nrfconnect/nrfconnect_generate_partition.py
190190
.. _`Matter nRF Connect scripts`: https://github.com/nrfconnect/sdk-connectedhomeip/tree/b5fc07b996/scripts/tools/nrfconnect
191191
.. _`Matter nRF Connect Kconfig`: https://github.com/nrfconnect/sdk-connectedhomeip/blob/b5fc07b996/config/nrfconnect/chip-module/Kconfig
192192

doc/nrf/protocols/matter/getting_started/hw_requirements.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,13 @@ For more information about configuration of memory layouts in Matter, see :ref:`
326326
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
327327
| Partition | Offset | Size | Partition elements | Element offset | Element size |
328328
+=========================================+=====================+===================+=====================+=================+===================+
329-
| Bootloader (mcuboot) | 0 kB (0x0) | 28 kB (0x7000) |- |- |- |
329+
| Bootloader (mcuboot) | 2 kB (0x2) | 28 kB (0x7000) |- |- |- |
330330
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
331-
| Application (mcuboot_primary/app) | 28 kB (0x7000) | 960 kB (0xf0000) | mcuboot_pad | 28 kB (0x7000) | 512 B (0x200) |
331+
| Application (mcuboot_primary/app) | 28 kB (0x7000) | 962 kB (0xf0000) | mcuboot_pad | 28 kB (0x7000) | 512 B (0x200) |
332332
| | | +---------------------+-----------------+-------------------+
333333
| | | | mcuboot_primary_app | 28.5 kB (0x7200)| 959.5 kB (0xefe00)|
334334
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
335-
| Factory data (factory_data) | 988 kB (0xf7000) | 4 kB (0x1000) |- |- |- |
335+
| Factory data (factory_data) | 988 kB (0xf7000) | 5 kB (0x1000) |- |- |- |
336336
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
337337
| Non-volatile storage (settings_storage) | 992 kB (0xf8000) | 32 kB (0x8000) |- |- |- |
338338
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
@@ -352,7 +352,7 @@ For more information about configuration of memory layouts in Matter, see :ref:`
352352
+=========================================+=================+===================+=====================+=================+=================+
353353
| Application DFU (mcuboot_secondary) | 0 kB (0x0) | 960 kB (0xf0000) |- |- |- |
354354
+-----------------------------------------+-----------------+-------------------+---------------------+-----------------+-----------------+
355-
| Free space (external_flash) | 960 kB (0xf0000)| 7232 kB (0x710000)|- |- |- |
355+
| Free space (external_flash) | 962 kB (0xf0000)| 7232 kB (0x710000)|- |- |- |
356356
+-----------------------------------------+-----------------+-------------------+---------------------+-----------------+-----------------+
357357

358358
.. tab:: nRF5340 DK
@@ -371,7 +371,7 @@ For more information about configuration of memory layouts in Matter, see :ref:`
371371
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
372372
| Factory data (factory_data) | 988 kB (0xf7000) | 4 kB (0x1000) |- |- |- |
373373
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
374-
| Non-volatile storage (settings_storage) | 992 kB (0xf8000) | 32 kB (0x8000) |- |- |- |
374+
| Non-volatile storage (settings_storage) | 994 kB (0xf8000) | 32 kB (0x8000) |- |- |- |
375375
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
376376

377377
Application core SRAM primary (size: 0x80000 = 512 kB)
@@ -587,7 +587,7 @@ For more information about configuration of memory layouts in Matter, see :ref:`
587587
+=========================================+=====================+===================+=====================+=================+===================+
588588
| MCUboot bootloader (mcuboot) | 0 kB (0x0) | 32 kB (0x8000) |- |- |- |
589589
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
590-
| Application (mcuboot_primary/app) | 32 kB (0x8000) | 956 kB (0xef000) | mcuboot_pad | 32 kB (0x8000) | 512 B (0x200) |
590+
| Application (mcuboot_primary/app) | 32 kB (0x8000) | 956 kB (0xef000) | mcuboot_pad | 32 kB (0x8000) | 512 B (0x400) |
591591
| | | +---------------------+-----------------+-------------------+
592592
| | | | mcuboot_primary_app | 32.5 kB (0x8200)| 955.5 kB (0xeee00)|
593593
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
@@ -617,9 +617,9 @@ For more information about configuration of memory layouts in Matter, see :ref:`
617617
+---------------------------------------------------+-------------------+-------------------+--------------------------+---------------------+-------------------+
618618
| Network core DFU (mcuboot_secondary_1) | 956 kB (0xef000) | 256 kB (0x40000) | - | - | - |
619619
+---------------------------------------------------+-------------------+-------------------+--------------------------+---------------------+-------------------+
620-
| nRF 70 firmware patch (mcuboot_primary_2) | 1212 kB (0x12f000)| 132 kB (0x21000) | nrf70_wifi_fw_mcuboot_pad| 1212 kB (0x12F000) | 512 B (0x200) |
620+
| nRF 70 firmware patch (mcuboot_primary_2) | 1215 kB (0x12f000)| 132 kB (0x21000) | nrf70_wifi_fw_mcuboot_pad| 1212 kB (0x12F000) | 512 B (0x200) |
621621
| | | +--------------------------+---------------------+-------------------+
622-
| | | | nrf70_wifi_fw | 1212.5 kB (0x12F200)| 128 kB (0x20000) |
622+
| | | | nrf70_wifi_fw | 1216.5 kB (0x12F200)| 128 kB (0x20000) |
623623
+---------------------------------------------------+-------------------+-------------------+-------------------------+----------------------+-------------------+
624624
| nRF 70 firmware patch update (mcuboot_secondary_2)| 1344 kB (0x150000)| 132 kB (0x21000) | - | - | - |
625625
+---------------------------------------------------+-------------------+-------------------+--------------------------+---------------------+-------------------+
@@ -818,7 +818,7 @@ For more information about configuration of memory layouts in Matter, see :ref:`
818818
+=========================================+=====================+===================+=====================+=================+===================+
819819
| Bootloader (mcuboot) | 0 kB (0x0) | 52 kB (0xD000) |- |- |- |
820820
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
821-
| Application (mcuboot_primary/app) | 52 kB (0xD000) | 1932 kB (0x1E3000)| mcuboot_pad | 52 kB (0xD000) | 2048 B (0x800) |
821+
| Application (mcuboot_primary/app) | 52 kB (0xD000) | 1932 kB (0x1E3000)| mcuboot_pad | 52 kB (0xD000) | 2048 B (0x700) |
822822
| | | +---------------------+-----------------+-------------------+
823823
| | | | mcuboot_primary_app | 54 kB (0xD800) | 1930 kB (0x1E2800)|
824824
+-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+
@@ -976,7 +976,7 @@ The following tabs show the RAM memory layout defined for the default configurat
976976
+-------------------------------+----------------------+----------------------+
977977
| Crash retention | 503,8125 kB (0x7DF40)| 192 B (0xC0) |
978978
+-------------------------------+----------------------+----------------------+
979-
| Network logs retention | 504 kB (0x7E000) | 6 kB (0x1800) |
979+
| Network logs retention | 504 kB (0x7E000) | 6 kB (0x2800) |
980980
+-------------------------------+----------------------+----------------------+
981981
| User data logs retention | 510 kB (0x7F800) | 2 kB (0x800) |
982982
+-------------------------------+----------------------+----------------------+
@@ -997,7 +997,7 @@ The following tabs show the RAM memory layout defined for the default configurat
997997
+-------------------------------+----------------------+----------------------+
998998
| Network logs retention | 248 kB (0x3E000) | 6 kB (0x1800) |
999999
+-------------------------------+----------------------+----------------------+
1000-
| User data logs retention | 254 kB (0x3F800) | 2 kB (0x800) |
1000+
| User data logs retention | 254 kB (0x3F800) | 2 kB (0x400) |
10011001
+-------------------------------+----------------------+----------------------+
10021002

10031003
.. tab:: nRF54L10 emulation on nRF54L15 DK
@@ -1012,7 +1012,7 @@ The following tabs show the RAM memory layout defined for the default configurat
10121012
+===============================+======================+======================+
10131013
| Application core SRAM primary | 0 (0x0) | 187,8125 kB (0x2EF40)|
10141014
+-------------------------------+----------------------+----------------------+
1015-
| Crash retention | 187.8125 kB (0x2EF40)| 192 B (0xC0) |
1015+
| Crash retention | 183.8125 kB (0x2EF40)| 192 B (0xC0) |
10161016
+-------------------------------+----------------------+----------------------+
10171017
| Network logs retention | 188 kB (0x2F000) | 2 kB (0x800) |
10181018
+-------------------------------+----------------------+----------------------+
@@ -1035,6 +1035,6 @@ The following tabs show the RAM memory layout defined for the default configurat
10351035
+-------------------------------+----------------------+----------------------+
10361036
| Network logs retention | 504 kB (0x7E000) | 6 kB (0x1800) |
10371037
+-------------------------------+----------------------+----------------------+
1038-
| User data logs retention | 510 kB (0x7F800) | 2 kB (0x800) |
1038+
| User data logs retention | 511 kB (0x7F800) | 2 kB (0x800) |
10391039
+-------------------------------+----------------------+----------------------+
10401040
..

doc/nrf/protocols/matter/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ For a full list of |NCS| and Matter versions, view the following table:
2323
+--------------------------+-----------------------------------------------------+------------------------+
2424
| nRF Connect SDK version | Matter specification version | Matter SDK version |
2525
+==========================+=====================================================+========================+
26-
| v3.1.99 (latest) | :ref:`1.4.2 <ug_matter_overview_dev_model_support>` | |
26+
| v3.1.99 (latest) | :ref:`1.5.2 <ug_matter_overview_dev_model_support>` | |
2727
+--------------------------+ | |
2828
| v3.1.1 | | |
2929
+--------------------------+ | |
30-
| |release| | | 1.4.2.0 |
30+
| |release| | | 1.3.2.0 |
3131
+--------------------------+-----------------------------------------------------+------------------------+
3232
| v3.0.2 | :ref:`1.4.1 <ug_matter_overview_dev_model_support>` | 1.4.1.0 |
3333
+--------------------------+ | |

0 commit comments

Comments
 (0)