Commit 78d5a6d 1 parent 5512678 commit 78d5a6d Copy full SHA for 78d5a6d
File tree 3 files changed +9
-6
lines changed
ti/matter-migration-guide
3 files changed +9
-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
# Running Matter Examples on the TI SimpleLink CC2674P10 and CC2674R10
2
9
3
10
The existing Matter project examples are based on LP_EM_CC1354P10_6. If using
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/driverlib/cc13x4_cc26x4/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