Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifest: nrfxlib update with ZBOSS libraries #19431

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading