You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ No differences in the used Thread library in comparison to the NCS v2.8.0 release.
192
192
################### END ###################
193
193
194
194
The generated build artefact will also include the list of the :ref:`nrfxlib:nrfxlib` repository changes between the current revision and the latest |NCS| release.
@@ -200,16 +200,16 @@ Depending on if you build the application using the :ref:`nrfxlib:ot_libs` or if
The information shows that the Thread library has been build from sources, so it cannot be used for :ref:`ug_thread_cert_inheritance_without_modifications`.
Copy file name to clipboardExpand all lines: doc/nrf/protocols/thread/prebuilt_libs.rst
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ The following table lists the supported features for each of these sets.
40
40
No tick indicates that there is no support for the given feature in the related configuration, while the tick signifies that the feature is selected (``=1`` value).
41
41
Features introduced with the Thread 1.2 Specification are at the bottom of the table and have "Thread 1.2" in parenthesis after the feature name.
42
42
For more information about Thread 1.2 features, see the `Thread 1.2 Base Features`_ document.
43
+
Features introduced with the Thread 1.4 Specification are at the bottom of the table and have "Thread 1.4" in parenthesis after the feature name.
44
+
For more information about Thread 1.4 features, see the `Thread 1.4 Features White Paper`_ document.
43
45
44
46
.. list-table::
45
47
:widths: auto
@@ -117,6 +119,12 @@ For more information about Thread 1.2 features, see the `Thread 1.2 Base Feature
117
119
- ✔
118
120
-
119
121
-
122
+
* - EXTERNAL_HEAP
123
+
- ✔
124
+
- ✔
125
+
- ✔
126
+
-
127
+
-
120
128
* - IP6_FRAGM
121
129
- ✔
122
130
- ✔
@@ -153,6 +161,12 @@ For more information about Thread 1.2 features, see the `Thread 1.2 Base Feature
153
161
-
154
162
-
155
163
-
164
+
* - NETDIAG_CLIENT
165
+
- ✔
166
+
- ✔
167
+
- ✔
168
+
-
169
+
-
156
170
* - SERVICE
157
171
- ✔
158
172
-
@@ -219,6 +233,30 @@ For more information about Thread 1.2 features, see the `Thread 1.2 Base Feature
219
233
- ✔
220
234
-
221
235
-
236
+
* - DNS_CLIENT_OVER_TCP (Thread 1.4)
237
+
- ✔
238
+
-
239
+
-
240
+
-
241
+
-
242
+
* - NETDIAG_VENDOR_INFO (Thread 1.4)
243
+
- ✔
244
+
- ✔
245
+
- ✔
246
+
-
247
+
-
248
+
* - TCP (Thread 1.4)
249
+
- ✔
250
+
-
251
+
-
252
+
-
253
+
-
254
+
* - UPTIME (Thread 1.4)
255
+
- ✔
256
+
- ✔
257
+
- ✔
258
+
-
259
+
-
222
260
223
261
For the full list of configuration options that were used during compilation, including their default values, see the :file:`openthread_lib_configuration.txt` file within each library folder in the nrfxlib repository.
224
262
The library folders are inside :file:`openthread/lib`.
0 commit comments