Commit 3858f4a 1 parent 5512678 commit 3858f4a Copy full SHA for 3858f4a
File tree 4 files changed +16
-6
lines changed
4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ and features.
11
11
*
12
12
esp32/README
13
13
nxp/README
14
- ti/ti_platform_overview
14
+ ti/matter-users-guide/ti_matter_overview
15
15
```
16
16
17
17
## Build Guides
Original file line number Diff line number Diff line change
1
+ ``` {toctree}
2
+ :glob:
3
+ :maxdepth: 1
4
+
5
+ *
6
+ ```
7
+
1
8
# Get started with SysConfig
2
9
3
10
System Configuration Tool (SysConfig) is a graphical interface for configuring
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -196,11 +196,7 @@ Requires API's in a crc.h to implement CRC functionality.
196
196
#ifndef NV_LINUX
197
197
198
198
#include <ti/devices/DeviceFamily.h>
199
- /* CC23X0 and CC27XX does not support GPRAM,
200
- * so VIMS access is not needed */
201
- #if !defined(DeviceFamily_CC23X0R5 ) && !defined(DeviceFamily_CC23X0R2 ) && !defined(DeviceFamily_CC27XX )
202
- #include DeviceFamily_constructPath (driverlib / vims .h )
203
- #endif
199
+ #include <ti/devices/cc13x4_cc26x4/driverlib/vims.h>
204
200
205
201
#ifdef NVOCMP_MIN_VDD_FLASH_MV
206
202
#include <driverlib/aon_batmon.h>
You can’t perform that action at this time.
0 commit comments