Skip to content

Commit

Permalink
doc: zigbee: update memory requirement tables
Browse files Browse the repository at this point in the history
Update Zigbee samples memory requirements and stack usage.

Signed-off-by: Eduardo Montoya <[email protected]>
  • Loading branch information
edmont committed Dec 13, 2024
1 parent 71b9351 commit e8c99ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/nrf/protocols/zigbee/memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ Values are provided in kilobytes (KB).
+------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
| :ref:`Light switch <zigbee_light_switch_sample>` with :ref:`zigbee_light_switch_sample_nus` and :ref:`lib_zigbee_fota` | 338 | 64 | 32 | 4 | 438 | 88 | 88 |
+------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
| :ref:`NCP <zigbee_ncp_sample>` | 332 | 0 | 32 | 4 | 368 | 90 | 90 |
| :ref:`NCP <zigbee_ncp_sample>` | 333 | 0 | 32 | 4 | 369 | 90 | 90 |
+------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
| :ref:`NCP with USB transport <zigbee_ncp_sample>` | 350 | 64 | 32 | 4 | 450 | 98 | 98 |
| :ref:`NCP with USB transport <zigbee_ncp_sample>` | 351 | 64 | 32 | 4 | 451 | 98 | 98 |
+------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
| :ref:`Zigbee application template <zigbee_template_sample>` | 313 | 0 | 32 | 4 | 349 | 72 | 72 |
+------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
Expand Down

0 comments on commit e8c99ba

Please sign in to comment.