1
+ ``` {toctree}
2
+ :glob:
3
+ :maxdepth: 2
4
+
5
+ *
6
+ ```
7
+
1
8
# Texas Instruments platform overview
2
9
3
10
The Texas Instruments Matter platform is based on the TI SimpleLink™ SDK.
@@ -6,7 +13,7 @@ The following diagram is a simplified representation of a Matter application
6
13
which is built on the TI Platform.
7
14
8
15
<div style =" text-align : center ;" >
9
- <img src =" ./.././. ./images/matter_ti_overview_simplified.png " width =30% >
16
+ <img src =" ../images/matter_ti_overview_simplified.png " width =30% >
10
17
</div >
11
18
12
19
## Texas Instruments SimpleLink SDK
@@ -90,7 +97,7 @@ by the platform implementation files.
90
97
Below are several resources available for Matter development:
91
98
92
99
- [ Matter Protocol Overview] ( https://handbook.buildwithmatter.com/howitworks/roles/ )
93
- - [ Matter Build Guide] ( ../../ BUILDING.md )
100
+ - [ Matter Build Guide] ( ../BUILDING.md )
94
101
- [ Matter over Thread Getting Started] ( https://dev.ti.com/tirex/explore/node?node=A__AciOYyNq9gli.nsvJzBtQg__com.ti.SIMPLELINK_ACADEMY_CC13XX_CC26XX_SDK__AfkT0vQ__LATEST )
95
102
- [ TI Matter over Wi-Fi Getting Started] ( https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1122413/faq-cc3235sf-matter----getting-started-guide )
96
103
- [ TI Matter Application Development] ( https://dev.ti.com/tirex/explore/node?node=A__AXNOPYikmtBCHJ-L6eRivA__com.ti.SIMPLELINK_ACADEMY_CC13XX_CC26XX_SDK__AfkT0vQ__LATEST )
@@ -103,10 +110,10 @@ Below are several resources available for Matter development:
103
110
Sample Matter applications are provided for the TI platform. These can be used
104
111
as reference for your own application.
105
112
106
- - [ lock-app] ( ../../../../ examples/lock-app/cc13x4_26x4/README.md )
107
- - [ pump-app] ( ../../../../ examples/pump-app/cc13x4_26x4/README.md )
108
- - [ pump-controller-app] ( ../../../../ examples/pump-controller-app/cc13x4_26x4/README.md )
109
- - [ lighting-app] ( ../../../../ examples/lighting-app/cc13x4_26x4/README.md )
113
+ - [ lock-app] ( ../../../examples/lock-app/cc13x4_26x4/README.md )
114
+ - [ pump-app] ( ../../../examples/pump-app/cc13x4_26x4/README.md )
115
+ - [ pump-controller-app] ( ../../../examples/pump-controller-app/cc13x4_26x4/README.md )
116
+ - [ lighting-app] ( ../../../examples/lighting-app/cc13x4_26x4/README.md )
110
117
<hr >
111
118
112
119
### Build system
@@ -122,7 +129,7 @@ SimpleLink SDK.
122
129
For instructions on how to migrate the CC1354P10-6 examples to either the
123
130
CC2674P10 or the CC2674R10, please refer to the guide linked below.
124
131
125
- - [ TI CC2674 Migration Guide] ( .. /matter-migration-guide/matter_cc2674_migration.md )
132
+ - [ TI CC2674 Migration Guide] ( ./matter-migration-guide/matter_cc2674_migration.md )
126
133
127
134
<hr >
128
135
@@ -131,7 +138,7 @@ CC2674P10 or the CC2674R10, please refer to the guide linked below.
131
138
For instructions on how to program custom factory data on TI devices, please
132
139
refer to the guide linked below.
133
140
134
- - [ TI Factory Data User Guide] ( ./ti_factory_data_user_guide.md )
141
+ - [ TI Factory Data User Guide] ( ./matter-users-guide/ ti_factory_data_user_guide.md )
135
142
136
143
<hr >
137
144
@@ -140,7 +147,7 @@ refer to the guide linked below.
140
147
For instructions on how to use the Matter ICD feature on TI devices, please
141
148
refer to the guide linked below.
142
149
143
- - [ Enabling ICD On TI Devices] ( ./enabling_icd_on_ti_devices.md )
150
+ - [ Enabling ICD On TI Devices] ( ./matter-users-guide/ enabling_icd_on_ti_devices.md )
144
151
145
152
<hr >
146
153
@@ -149,7 +156,7 @@ refer to the guide linked below.
149
156
For instructions on how to configure the OpenThread build configuration for a
150
157
Matter application, please refer to the guide linked below.
151
158
152
- - [ OpenThread Library Configuration] ( ./ti_openthread_library_usage.md )
159
+ - [ OpenThread Library Configuration] ( ./matter-users-guide/ ti_openthread_library_usage.md )
153
160
154
161
### TI Support
155
162
0 commit comments