Skip to content

Commit dac23f7

Browse files
maciejbaczmanskirlubos
authored andcommitted
doc: matter: add missing TFM storage to memory requirements
TFM storage was missing in memory measurements Signed-off-by: Maciej Baczmanski <[email protected]> (cherry picked from commit 540f139)
1 parent 6914645 commit dac23f7

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -265,23 +265,23 @@ Values are provided in kilobytes (KB).
265265

266266
The following table lists memory requirements for samples running on the :ref:`nRF54L15 DK with CMSE enabled <app_boards_spe_nspe_cpuapp_ns>` (:ref:`nrf54l15dk/nrf54l15/cpuapp/ns <zephyr:nrf54l15dk_nrf54l15>`).
267267

268-
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
269-
| Sample | MCUboot ROM | TF-M ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) |
270-
+================================================================+===============+============+===================+================+============+=============+=================================+
271-
| :ref:`Light Bulb <matter_light_bulb_sample>` (Debug) | 48 | 126 | 749 | 4 | 40 | 967 | 238 |
272-
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
273-
| :ref:`Light Switch <matter_light_switch_sample>` (Debug) | 48 | 126 | 713 | 4 | 40 | 931 | 229 |
274-
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
275-
| :ref:`Lock <matter_lock_sample>` (Debug) | 48 | 126 | 725 | 4 | 40 | 943 | 233 |
276-
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
277-
| :ref:`Template <matter_template_sample>` (Debug) | 48 | 126 | 674 | 4 | 40 | 892 | 228 |
278-
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
279-
| :ref:`Template <matter_template_sample>` (Release) | 48 | 126 | 580 | 4 | 40 | 798 | 221 |
280-
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
281-
| :ref:`Thermostat <matter_thermostat_sample>` (Debug) | 48 | 126 | 717 | 4 | 40 | 935 | 228 |
282-
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
283-
| :ref:`Window Covering <matter_window_covering_sample>` (Debug) | 48 | 126 | 697 | 4 | 40 | 915 | 228 |
284-
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
268+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+
269+
| Sample | MCUboot ROM | TF-M ROM | Application ROM | Factory data | Settings | TF-M Storage | Total ROM | Total RAM (incl. static HEAP) |
270+
+================================================================+===============+============+===================+================+============+================+=============+=================================+
271+
| :ref:`Light Bulb <matter_light_bulb_sample>` (Debug) | 48 | 126 | 749 | 4 | 40 | 32 | 999 | 238 |
272+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+
273+
| :ref:`Light Switch <matter_light_switch_sample>` (Debug) | 48 | 126 | 713 | 4 | 40 | 32 | 963 | 229 |
274+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+
275+
| :ref:`Lock <matter_lock_sample>` (Debug) | 48 | 126 | 725 | 4 | 40 | 32 | 975 | 233 |
276+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+
277+
| :ref:`Template <matter_template_sample>` (Debug) | 48 | 126 | 674 | 4 | 40 | 32 | 924 | 228 |
278+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+
279+
| :ref:`Template <matter_template_sample>` (Release) | 48 | 126 | 580 | 4 | 40 | 32 | 830 | 221 |
280+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+
281+
| :ref:`Thermostat <matter_thermostat_sample>` (Debug) | 48 | 126 | 717 | 4 | 40 | 32 | 967 | 228 |
282+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+
283+
| :ref:`Window Covering <matter_window_covering_sample>` (Debug) | 48 | 126 | 697 | 4 | 40 | 32 | 947 | 228 |
284+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+
285285

286286
..
287287

0 commit comments

Comments
 (0)