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
Copy file name to clipboardexpand all lines: docs/guides/ti/matter-users-guide/ti_openthread_library_usage.md
+17-8
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,19 @@
2
2
3
3
## Overview
4
4
5
-
TI Matter example applications provide configuration options for how Thread code is included in the build. Thread code can be included in as:
5
+
TI Matter example applications provide configuration options for how Thread code
6
+
is included in the build. Thread code can be included in as:
6
7
7
-
1. Thread certified library optimized for Matter (recommended for development and production)
8
-
2. Full Source (can be used for development)
9
-
3. Custom option where customers can update the Thread config file to change the included OpenThread feature set
8
+
1. Thread certified library optimized for Matter (recommended for development
9
+
and production)
10
+
2. Full Source (can be used for development)
11
+
3. Custom option where customers can update the Thread config file to change the
12
+
included OpenThread feature set
10
13
11
-
The library builds have been optimized for Matter to disable features such as Thread Joiner capability in order to save on Flash/RAM usage. Refer to the `ti_matter_production_certification.md` to get the cert ID for your Matter certification application when using the certified Thread libraries from TI.
14
+
The library builds have been optimized for Matter to disable features such as
15
+
Thread Joiner capability in order to save on Flash/RAM usage. Refer to the
16
+
`ti_matter_production_certification.md` to get the cert ID for your Matter
17
+
certification application when using the certified Thread libraries from TI.
12
18
13
19
Build arguments have been added to enable Matter applications to link against
14
20
certified OpenThread FTD/MTD libraries or custom user libraries.
@@ -26,8 +32,8 @@ chip_openthread_ftd = true
26
32
```
27
33
28
34
-**TI Certified OpenThread Library**:
29
-
30
-
* Typically this is used for development.
35
+
36
+
- Typically this is used for development.
31
37
32
38
1.`ot_ti_lib_dir` Is set to an empty string
33
39
@@ -66,7 +72,10 @@ chip_openthread_ftd = true
66
72
```
67
73
68
74
- **Custom OpenThread Library**:
69
-
* The custom OpenThread library is used to implement extra features, or when modifying the stack in anyway.
75
+
76
+
- The custom OpenThread library is used to implement extra features, or
77
+
when modifying the stack in anyway.
78
+
70
79
1. `ot_ti_lib_dir` Points to a library directory containing a custom
0 commit comments