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: update OpenThread libraries to commit "a57d927" #16054

Merged
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
38 changes: 19 additions & 19 deletions doc/nrf/protocols/thread/overview/ot_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ The following tables present memory requirements for samples running on the :ref
+-----------------------------+-------+-------+
| | FTD | MTD |
+=============================+=======+=======+
| ROM OT stack + App [kB] | 327 | 274 |
| ROM OT stack + App [kB] | 330 | 275 |
+-----------------------------+-------+-------+
| ROM Bluetooth LE stack [kB] | 0 | 0 |
+-----------------------------+-------+-------+
| Persistent storage [kB] | 24 | 24 |
| Persistent storage [kB] | 32 | 32 |
+-----------------------------+-------+-------+
| Free ROM [kB] | 673 | 726 |
| Free ROM [kB] | 662 | 717 |
+-----------------------------+-------+-------+
| RAM OT stack + App [kB] | 100 | 90 |
+-----------------------------+-------+-------+
Expand All @@ -67,19 +67,19 @@ The following tables present memory requirements for samples running on the :ref
+-----------------------------+-------+-------+
| | FTD | MTD |
+=============================+=======+=======+
| ROM OT stack + App [kB] | 327 | 274 |
| ROM OT stack + App [kB] | 330 | 275 |
+-----------------------------+-------+-------+
| ROM Bluetooth LE stack [kB] | 29 | 30 |
| ROM Bluetooth LE stack [kB] | 30 | 30 |
+-----------------------------+-------+-------+
| Persistent storage [kB] | 24 | 24 |
| Persistent storage [kB] | 32 | 32 |
+-----------------------------+-------+-------+
| Free ROM [kB] | 644 | 696 |
| Free ROM [kB] | 632 | 687 |
+-----------------------------+-------+-------+
| RAM OT stack + App [kB] | 100 | 90 |
+-----------------------------+-------+-------+
| RAM Bluetooth LE stack [kB] | 11 | 11 |
| RAM Bluetooth LE stack [kB] | 15 | 15 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, why BLE stack size grows for nRF5340 and decreases for nRF52840?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticed that as well, but verified the values and script works properly, so seems like so. I'll ask BLE team about that

+-----------------------------+-------+-------+
| Free RAM [kB] | 401 | 411 |
| Free RAM [kB] | 397 | 407 |
+-----------------------------+-------+-------+

.. _thread_ot_memory_52840:
Expand All @@ -94,36 +94,36 @@ The following tables present memory requirements for samples running on the :ref
+-----------------------------+----------+-------+-------+
| | master | FTD | MTD |
+=============================+==========+=======+=======+
| ROM OT stack + App [kB] | 453 | 357 | 305 |
| ROM OT stack + App [kB] | 454 | 360 | 305 |
+-----------------------------+----------+-------+-------+
| ROM Bluetooth LE stack [kB] | 0 | 0 | 0 |
+-----------------------------+----------+-------+-------+
| Persistent storage [kB] | 32 | 32 | 32 |
+-----------------------------+----------+-------+-------+
| Free ROM [kB] | 539 | 635 | 687 |
| Free ROM [kB] | 538 | 632 | 687 |
+-----------------------------+----------+-------+-------+
| RAM OT stack + App [kB] | 102 | 93 | 83 |
| RAM OT stack + App [kB] | 101 | 93 | 83 |
+-----------------------------+----------+-------+-------+
| RAM Bluetooth LE stack [kB] | 0 | 0 | 0 |
+-----------------------------+----------+-------+-------+
| Free RAM [kB] | 154 | 163 | 173 |
| Free RAM [kB] | 155 | 163 | 173 |
+-----------------------------+----------+-------+-------+
.. table:: nRF52840 multiprotocol Thread 1.3 memory requirements

+-----------------------------+----------+-------+-------+
| | master | FTD | MTD |
+=============================+==========+=======+=======+
| ROM OT stack + App [kB] | 453 | 357 | 305 |
| ROM OT stack + App [kB] | 454 | 360 | 305 |
+-----------------------------+----------+-------+-------+
| ROM Bluetooth LE stack [kB] | 77 | 77 | 76 |
| ROM Bluetooth LE stack [kB] | 77 | 77 | 77 |
+-----------------------------+----------+-------+-------+
| Persistent storage [kB] | 32 | 32 | 32 |
+-----------------------------+----------+-------+-------+
| Free ROM [kB] | 462 | 558 | 611 |
| Free ROM [kB] | 461 | 555 | 610 |
+-----------------------------+----------+-------+-------+
| RAM OT stack + App [kB] | 102 | 93 | 83 |
| RAM OT stack + App [kB] | 101 | 93 | 83 |
+-----------------------------+----------+-------+-------+
| RAM Bluetooth LE stack [kB] | 16 | 16 | 15 |
| RAM Bluetooth LE stack [kB] | 14 | 14 | 14 |
+-----------------------------+----------+-------+-------+
| Free RAM [kB] | 138 | 147 | 158 |
| Free RAM [kB] | 141 | 149 | 159 |
+-----------------------------+----------+-------+-------+
2 changes: 1 addition & 1 deletion subsys/net/openthread/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config OPENTHREAD_LIBRARY_AVAILABLE
# Switch:
# - To `y` when libraries for the current OpenThread revision are provided
# - To `n` on the next OpenThread upmerge
default n
default y
depends on OPENTHREAD_THREAD_VERSION_1_3
depends on (OPENTHREAD_NORDIC_LIBRARY_MASTER && SOC_NRF52840) || \
OPENTHREAD_NORDIC_LIBRARY_FTD || OPENTHREAD_NORDIC_LIBRARY_MTD
Expand Down
4 changes: 2 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ manifest:
- name: nrfxlib
repo-path: sdk-nrfxlib
path: nrfxlib
revision: 050b3c9315782f2fef5385e9dcfdab34829e9841
revision: 99a747cc9d8aae011c6628c42aecd617b24e638e
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
Expand All @@ -160,7 +160,7 @@ manifest:
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: v2.7.0-rc2
revision: bc49aa423928b442643c22326247bd52a6807db8
west-commands: scripts/west/west-commands.yml
submodules:
- name: nlio
Expand Down
Loading