From 1fb168f02b01a85c2a7df6f71ff0d569eb89749d Mon Sep 17 00:00:00 2001 From: Eduardo Montoya Date: Fri, 13 Dec 2024 09:28:54 +0100 Subject: [PATCH] doc: zigbee: update memory requirement tables Update Zigbee samples memory requirements and stack usage. Signed-off-by: Eduardo Montoya --- doc/nrf/protocols/zigbee/memory.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nrf/protocols/zigbee/memory.rst b/doc/nrf/protocols/zigbee/memory.rst index cb8299fdedcf..db1c79ce4326 100644 --- a/doc/nrf/protocols/zigbee/memory.rst +++ b/doc/nrf/protocols/zigbee/memory.rst @@ -112,9 +112,9 @@ Values are provided in kilobytes (KB). +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+ | :ref:`Light switch ` with :ref:`zigbee_light_switch_sample_nus` and :ref:`lib_zigbee_fota` | 338 | 64 | 32 | 4 | 438 | 88 | 88 | +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+ - | :ref:`NCP ` | 332 | 0 | 32 | 4 | 368 | 90 | 90 | + | :ref:`NCP ` | 333 | 0 | 32 | 4 | 369 | 90 | 90 | +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+ - | :ref:`NCP with USB transport ` | 350 | 64 | 32 | 4 | 450 | 98 | 98 | + | :ref:`NCP with USB transport ` | 351 | 64 | 32 | 4 | 451 | 98 | 98 | +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+ | :ref:`Zigbee application template ` | 313 | 0 | 32 | 4 | 349 | 72 | 72 | +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+