From 71b935131f522a72af9ffebee6c2d05b258b844e Mon Sep 17 00:00:00 2001 From: Eduardo Montoya Date: Wed, 11 Dec 2024 13:39:52 +0100 Subject: [PATCH 1/2] manifest: nrfxlib update with ZBOSS libraries Update ZBOSS libraries. Signed-off-by: Eduardo Montoya --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 4404f8e5bade..60660e3c6960 100644 --- a/west.yml +++ b/west.yml @@ -147,7 +147,7 @@ manifest: - name: nrfxlib repo-path: sdk-nrfxlib path: nrfxlib - revision: 165428ab57754ef4bb8e09b7d623fc158e5a66a9 + revision: 49299379e19fb3b2d7bc8cc1b0bd2803c93a6878 - name: trusted-firmware-m repo-path: sdk-trusted-firmware-m path: modules/tee/tf-m/trusted-firmware-m From e8c99ba7d828640744a0bf3806c9cee678a454a8 Mon Sep 17 00:00:00 2001 From: Eduardo Montoya Date: Fri, 13 Dec 2024 09:28:54 +0100 Subject: [PATCH 2/2] 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 | +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+