Skip to content

Commit

Permalink
doc: matter: add missing TFM storage to memory requirements
Browse files Browse the repository at this point in the history
TFM storage was missing in memory measurements

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski authored and rlubos committed Nov 7, 2024
1 parent aecef55 commit 540f139
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions doc/nrf/protocols/matter/getting_started/hw_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,23 +265,23 @@ Values are provided in kilobytes (KB).

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>`).

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

..
Expand Down

0 comments on commit 540f139

Please sign in to comment.