1
+ ``` {toctree}
2
+ :glob:
3
+ :maxdepth: 1
4
+ :hidden:
5
+
6
+ matter-migration-guide/matter_cc2674_migration.md
7
+ matter-syscfg/getting-started.md
8
+ matter-syscfg/sysconfig-board.md
9
+ matter-users-guide/ti_openthread_library_usage.md
10
+ matter-users-guide/ti_factory_data_user_guide.md
11
+ matter-users-guide/enabling_icd_on_ti_devices.md
12
+ ```
13
+
1
14
# Texas Instruments platform overview
2
15
3
16
The Texas Instruments Matter platform is based on the TI SimpleLink™ SDK.
@@ -6,7 +19,7 @@ The following diagram is a simplified representation of a Matter application
6
19
which is built on the TI Platform.
7
20
8
21
<div style =" text-align : center ;" >
9
- <img src =" ./.././. ./images/matter_ti_overview_simplified.png " width =30% >
22
+ <img src =" ../images/matter_ti_overview_simplified.png " width =30% >
10
23
</div >
11
24
12
25
## Texas Instruments SimpleLink SDK
@@ -90,7 +103,7 @@ by the platform implementation files.
90
103
Below are several resources available for Matter development:
91
104
92
105
- [ Matter Protocol Overview] ( https://handbook.buildwithmatter.com/howitworks/roles/ )
93
- - [ Matter Build Guide] ( ../../ BUILDING.md )
106
+ - [ Matter Build Guide] ( ../BUILDING.md )
94
107
- [ 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
108
- [ 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
109
- [ 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 +116,10 @@ Below are several resources available for Matter development:
103
116
Sample Matter applications are provided for the TI platform. These can be used
104
117
as reference for your own application.
105
118
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 )
119
+ - [ lock-app] ( ../../../examples/lock-app/cc13x4_26x4/README.md )
120
+ - [ pump-app] ( ../../../examples/pump-app/cc13x4_26x4/README.md )
121
+ - [ pump-controller-app] ( ../../../examples/pump-controller-app/cc13x4_26x4/README.md )
122
+ - [ lighting-app] ( ../../../examples/lighting-app/cc13x4_26x4/README.md )
110
123
<hr >
111
124
112
125
### Build system
@@ -122,7 +135,7 @@ SimpleLink SDK.
122
135
For instructions on how to migrate the CC1354P10-6 examples to either the
123
136
CC2674P10 or the CC2674R10, please refer to the guide linked below.
124
137
125
- - [ TI CC2674 Migration Guide] ( .. /matter-migration-guide/matter_cc2674_migration.md )
138
+ - [ TI CC2674 Migration Guide] ( ./matter-migration-guide/matter_cc2674_migration.md )
126
139
127
140
<hr >
128
141
@@ -131,7 +144,7 @@ CC2674P10 or the CC2674R10, please refer to the guide linked below.
131
144
For instructions on how to program custom factory data on TI devices, please
132
145
refer to the guide linked below.
133
146
134
- - [ TI Factory Data User Guide] ( ./ti_factory_data_user_guide.md )
147
+ - [ TI Factory Data User Guide] ( ./matter-users-guide/ ti_factory_data_user_guide.md )
135
148
136
149
<hr >
137
150
@@ -140,7 +153,7 @@ refer to the guide linked below.
140
153
For instructions on how to use the Matter ICD feature on TI devices, please
141
154
refer to the guide linked below.
142
155
143
- - [ Enabling ICD On TI Devices] ( ./enabling_icd_on_ti_devices.md )
156
+ - [ Enabling ICD On TI Devices] ( ./matter-users-guide/ enabling_icd_on_ti_devices.md )
144
157
145
158
<hr >
146
159
@@ -149,7 +162,7 @@ refer to the guide linked below.
149
162
For instructions on how to configure the OpenThread build configuration for a
150
163
Matter application, please refer to the guide linked below.
151
164
152
- - [ OpenThread Library Configuration] ( ./ti_openthread_library_usage.md )
165
+ - [ OpenThread Library Configuration] ( ./matter-users-guide/ ti_openthread_library_usage.md )
153
166
154
167
### TI Support
155
168
0 commit comments