From 540f139344b7ea46f82bd9c59ff740dc6cde556c Mon Sep 17 00:00:00 2001 From: Maciej Baczmanski Date: Thu, 7 Nov 2024 12:43:42 +0100 Subject: [PATCH] doc: matter: add missing TFM storage to memory requirements TFM storage was missing in memory measurements Signed-off-by: Maciej Baczmanski --- .../getting_started/hw_requirements.rst | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/nrf/protocols/matter/getting_started/hw_requirements.rst b/doc/nrf/protocols/matter/getting_started/hw_requirements.rst index 94b515348f82..e0d99cfad2ea 100644 --- a/doc/nrf/protocols/matter/getting_started/hw_requirements.rst +++ b/doc/nrf/protocols/matter/getting_started/hw_requirements.rst @@ -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 ` (:ref:`nrf54l15dk/nrf54l15/cpuapp/ns `). - +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+ - | Sample | MCUboot ROM | TF-M ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | - +================================================================+===============+============+===================+================+============+=============+=================================+ - | :ref:`Light Bulb ` (Debug) | 48 | 126 | 749 | 4 | 40 | 967 | 238 | - +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Debug) | 48 | 126 | 713 | 4 | 40 | 931 | 229 | - +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Debug) | 48 | 126 | 725 | 4 | 40 | 943 | 233 | - +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Debug) | 48 | 126 | 674 | 4 | 40 | 892 | 228 | - +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Release) | 48 | 126 | 580 | 4 | 40 | 798 | 221 | - +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Debug) | 48 | 126 | 717 | 4 | 40 | 935 | 228 | - +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (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 ` (Debug) | 48 | 126 | 749 | 4 | 40 | 32 | 999 | 238 | + +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ + | :ref:`Light Switch ` (Debug) | 48 | 126 | 713 | 4 | 40 | 32 | 963 | 229 | + +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ + | :ref:`Lock ` (Debug) | 48 | 126 | 725 | 4 | 40 | 32 | 975 | 233 | + +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ + | :ref:`Template ` (Debug) | 48 | 126 | 674 | 4 | 40 | 32 | 924 | 228 | + +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ + | :ref:`Template ` (Release) | 48 | 126 | 580 | 4 | 40 | 32 | 830 | 221 | + +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ + | :ref:`Thermostat ` (Debug) | 48 | 126 | 717 | 4 | 40 | 32 | 967 | 228 | + +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ + | :ref:`Window Covering ` (Debug) | 48 | 126 | 697 | 4 | 40 | 32 | 947 | 228 | + +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ ..