Commit 87d7ad7 1 parent 5512678 commit 87d7ad7 Copy full SHA for 87d7ad7
File tree 2 files changed +2
-6
lines changed
2 files changed +2
-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 @@ -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