Skip to content

Commit ec56d6e

Browse files
openthread: add libraries based on commit a57d927
Update OpenThread libraries with newest commit Align FPU configuration for Matter Signed-off-by: Nordic Builder <pylon@nordicsemi.no> Co-authored-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
1 parent 2fc4dae commit ec56d6e

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

doc/nrf/protocols/thread/overview/ot_memory.rst

+19-19
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ The following tables present memory requirements for samples running on the :ref
4848
+-----------------------------+-------+-------+
4949
| | FTD | MTD |
5050
+=============================+=======+=======+
51-
| ROM OT stack + App [kB] | 327 | 274 |
51+
| ROM OT stack + App [kB] | 330 | 275 |
5252
+-----------------------------+-------+-------+
5353
| ROM Bluetooth LE stack [kB] | 0 | 0 |
5454
+-----------------------------+-------+-------+
55-
| Persistent storage [kB] | 24 | 24 |
55+
| Persistent storage [kB] | 32 | 32 |
5656
+-----------------------------+-------+-------+
57-
| Free ROM [kB] | 673 | 726 |
57+
| Free ROM [kB] | 662 | 717 |
5858
+-----------------------------+-------+-------+
5959
| RAM OT stack + App [kB] | 100 | 90 |
6060
+-----------------------------+-------+-------+
@@ -67,19 +67,19 @@ The following tables present memory requirements for samples running on the :ref
6767
+-----------------------------+-------+-------+
6868
| | FTD | MTD |
6969
+=============================+=======+=======+
70-
| ROM OT stack + App [kB] | 327 | 274 |
70+
| ROM OT stack + App [kB] | 330 | 275 |
7171
+-----------------------------+-------+-------+
72-
| ROM Bluetooth LE stack [kB] | 29 | 30 |
72+
| ROM Bluetooth LE stack [kB] | 30 | 30 |
7373
+-----------------------------+-------+-------+
74-
| Persistent storage [kB] | 24 | 24 |
74+
| Persistent storage [kB] | 32 | 32 |
7575
+-----------------------------+-------+-------+
76-
| Free ROM [kB] | 644 | 696 |
76+
| Free ROM [kB] | 632 | 687 |
7777
+-----------------------------+-------+-------+
7878
| RAM OT stack + App [kB] | 100 | 90 |
7979
+-----------------------------+-------+-------+
80-
| RAM Bluetooth LE stack [kB] | 11 | 11 |
80+
| RAM Bluetooth LE stack [kB] | 15 | 15 |
8181
+-----------------------------+-------+-------+
82-
| Free RAM [kB] | 401 | 411 |
82+
| Free RAM [kB] | 397 | 407 |
8383
+-----------------------------+-------+-------+
8484

8585
.. _thread_ot_memory_52840:
@@ -94,36 +94,36 @@ The following tables present memory requirements for samples running on the :ref
9494
+-----------------------------+----------+-------+-------+
9595
| | master | FTD | MTD |
9696
+=============================+==========+=======+=======+
97-
| ROM OT stack + App [kB] | 453 | 357 | 305 |
97+
| ROM OT stack + App [kB] | 454 | 360 | 305 |
9898
+-----------------------------+----------+-------+-------+
9999
| ROM Bluetooth LE stack [kB] | 0 | 0 | 0 |
100100
+-----------------------------+----------+-------+-------+
101101
| Persistent storage [kB] | 32 | 32 | 32 |
102102
+-----------------------------+----------+-------+-------+
103-
| Free ROM [kB] | 539 | 635 | 687 |
103+
| Free ROM [kB] | 538 | 632 | 687 |
104104
+-----------------------------+----------+-------+-------+
105-
| RAM OT stack + App [kB] | 102 | 93 | 83 |
105+
| RAM OT stack + App [kB] | 101 | 93 | 83 |
106106
+-----------------------------+----------+-------+-------+
107107
| RAM Bluetooth LE stack [kB] | 0 | 0 | 0 |
108108
+-----------------------------+----------+-------+-------+
109-
| Free RAM [kB] | 154 | 163 | 173 |
109+
| Free RAM [kB] | 155 | 163 | 173 |
110110
+-----------------------------+----------+-------+-------+
111111
.. table:: nRF52840 multiprotocol Thread 1.3 memory requirements
112112

113113
+-----------------------------+----------+-------+-------+
114114
| | master | FTD | MTD |
115115
+=============================+==========+=======+=======+
116-
| ROM OT stack + App [kB] | 453 | 357 | 305 |
116+
| ROM OT stack + App [kB] | 454 | 360 | 305 |
117117
+-----------------------------+----------+-------+-------+
118-
| ROM Bluetooth LE stack [kB] | 77 | 77 | 76 |
118+
| ROM Bluetooth LE stack [kB] | 77 | 77 | 77 |
119119
+-----------------------------+----------+-------+-------+
120120
| Persistent storage [kB] | 32 | 32 | 32 |
121121
+-----------------------------+----------+-------+-------+
122-
| Free ROM [kB] | 462 | 558 | 611 |
122+
| Free ROM [kB] | 461 | 555 | 610 |
123123
+-----------------------------+----------+-------+-------+
124-
| RAM OT stack + App [kB] | 102 | 93 | 83 |
124+
| RAM OT stack + App [kB] | 101 | 93 | 83 |
125125
+-----------------------------+----------+-------+-------+
126-
| RAM Bluetooth LE stack [kB] | 16 | 16 | 15 |
126+
| RAM Bluetooth LE stack [kB] | 14 | 14 | 14 |
127127
+-----------------------------+----------+-------+-------+
128-
| Free RAM [kB] | 138 | 147 | 158 |
128+
| Free RAM [kB] | 141 | 149 | 159 |
129129
+-----------------------------+----------+-------+-------+

subsys/net/openthread/Kconfig.defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ config OPENTHREAD_LIBRARY_AVAILABLE
1919
# Switch:
2020
# - To `y` when libraries for the current OpenThread revision are provided
2121
# - To `n` on the next OpenThread upmerge
22-
default n
22+
default y
2323
depends on OPENTHREAD_THREAD_VERSION_1_3
2424
depends on (OPENTHREAD_NORDIC_LIBRARY_MASTER && SOC_NRF52840) || \
2525
OPENTHREAD_NORDIC_LIBRARY_FTD || OPENTHREAD_NORDIC_LIBRARY_MTD

west.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ manifest:
148148
- name: nrfxlib
149149
repo-path: sdk-nrfxlib
150150
path: nrfxlib
151-
revision: 050b3c9315782f2fef5385e9dcfdab34829e9841
151+
revision: 99a747cc9d8aae011c6628c42aecd617b24e638e
152152
- name: trusted-firmware-m
153153
repo-path: sdk-trusted-firmware-m
154154
path: modules/tee/tf-m/trusted-firmware-m
@@ -160,7 +160,7 @@ manifest:
160160
- name: matter
161161
repo-path: sdk-connectedhomeip
162162
path: modules/lib/matter
163-
revision: v2.7.0-rc2
163+
revision: bc49aa423928b442643c22326247bd52a6807db8
164164
west-commands: scripts/west/west-commands.yml
165165
submodules:
166166
- name: nlio

0 commit comments

Comments
 (0)