Skip to content

Commit e261326

Browse files
committed
Update nvocmp.c to fix formatting issue
1 parent 5512678 commit e261326

File tree

5 files changed

+22
-19
lines changed

5 files changed

+22
-19
lines changed

docs/guides/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- [Silicon Labs - Software Update](./silabs_efr32_software_update.md)
2525
- [Silicon Labs - CLI Guide](./silabs_cli_guide.md)
2626
- [STMicroelectronics (STM32)](./stm32_getting_started_guide.md)
27-
- [TI - Platform Overview](./ti/matter-users-guide/ti_matter_overview.md)
27+
- [TI - Platform Overview](./ti/ti_matter_overview.md)
2828
- [Open IoT SDK - Platform Overview](./openiotsdk_platform_overview.md)
2929
- [Open IoT SDK - Examples](./openiotsdk_examples.md)
3030
- [Open IoT SDK - Unit Tests](./openiotsdk_unit_tests.md)

docs/guides/darwin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Example:
267267
- [Silicon Labs](./silabs_getting_started.md)
268268
- [Simulated Linux](./simulated_device_linux.md)
269269
- [Telink](/examples/lighting-app/telink/README.md)
270-
- [TI Platform](./ti/matter-users-guide/ti_matter_overview.md)
270+
- [TI Platform](./ti/ti_matter_overview.md)
271271
- [TI All Clusters](/examples/all-clusters-app/cc13x4_26x4/README.md)
272272
- [Tizen](/examples/lighting-app/tizen/README.md)
273273

docs/guides/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and features.
1111
*
1212
esp32/README
1313
nxp/README
14-
ti/ti_platform_overview
14+
ti/ti_matter_overview
1515
```
1616

1717
## Build Guides
@@ -40,7 +40,7 @@ ti/ti_platform_overview
4040
- [Silicon Labs - Getting Started](./silabs_getting_started.md)
4141
- [Silicon Labs - Software Update](./silabs_efr32_software_update.md)
4242
- [Silicon Labs - CLI Guide](./silabs_cli_guide.md)
43-
- [TI - Platform Overview](./ti/matter-users-guide/ti_matter_overview.md)
43+
- [TI - Platform Overview](./ti/ti_matter_overview.md)
4444

4545
## Tool Guides
4646

docs/guides/ti/matter-users-guide/ti_matter_overview.md docs/guides/ti/ti_matter_overview.md

+17-10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
```{toctree}
2+
:glob:
3+
:maxdepth: 2
4+
5+
*
6+
```
7+
18
# Texas Instruments platform overview
29

310
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
613
which is built on the TI Platform.
714

815
<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%>
1017
</div>
1118

1219
## Texas Instruments SimpleLink SDK
@@ -90,7 +97,7 @@ by the platform implementation files.
9097
Below are several resources available for Matter development:
9198

9299
- [Matter Protocol Overview](https://handbook.buildwithmatter.com/howitworks/roles/)
93-
- [Matter Build Guide](../../BUILDING.md)
100+
- [Matter Build Guide](../BUILDING.md)
94101
- [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)
95102
- [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)
96103
- [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:
103110
Sample Matter applications are provided for the TI platform. These can be used
104111
as reference for your own application.
105112

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)
110117
<hr>
111118

112119
### Build system
@@ -122,7 +129,7 @@ SimpleLink SDK.
122129
For instructions on how to migrate the CC1354P10-6 examples to either the
123130
CC2674P10 or the CC2674R10, please refer to the guide linked below.
124131

125-
- [TI CC2674 Migration Guide](../matter-migration-guide/matter_cc2674_migration.md)
132+
- [TI CC2674 Migration Guide](./matter-migration-guide/matter_cc2674_migration.md)
126133

127134
<hr>
128135

@@ -131,7 +138,7 @@ CC2674P10 or the CC2674R10, please refer to the guide linked below.
131138
For instructions on how to program custom factory data on TI devices, please
132139
refer to the guide linked below.
133140

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)
135142

136143
<hr>
137144

@@ -140,7 +147,7 @@ refer to the guide linked below.
140147
For instructions on how to use the Matter ICD feature on TI devices, please
141148
refer to the guide linked below.
142149

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)
144151

145152
<hr>
146153

@@ -149,7 +156,7 @@ refer to the guide linked below.
149156
For instructions on how to configure the OpenThread build configuration for a
150157
Matter application, please refer to the guide linked below.
151158

152-
- [OpenThread Library Configuration](./ti_openthread_library_usage.md)
159+
- [OpenThread Library Configuration](./matter-users-guide/ti_openthread_library_usage.md)
153160

154161
### TI Support
155162

src/platform/cc13xx_26xx/nvocmp.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,7 @@ Requires API's in a crc.h to implement CRC functionality.
196196
#ifndef NV_LINUX
197197

198198
#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>
204200

205201
#ifdef NVOCMP_MIN_VDD_FLASH_MV
206202
#include <driverlib/aon_batmon.h>

0 commit comments

Comments
 (0)