Skip to content

Commit

Permalink
Update nvocmp.c to fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adabreuti committed Jun 24, 2024
1 parent 5512678 commit 2993b0d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [Silicon Labs - Software Update](./silabs_efr32_software_update.md)
- [Silicon Labs - CLI Guide](./silabs_cli_guide.md)
- [STMicroelectronics (STM32)](./stm32_getting_started_guide.md)
- [TI - Platform Overview](./ti/matter-users-guide/ti_matter_overview.md)
- [TI - Platform Overview](./ti/ti_matter_overview.md)
- [Open IoT SDK - Platform Overview](./openiotsdk_platform_overview.md)
- [Open IoT SDK - Examples](./openiotsdk_examples.md)
- [Open IoT SDK - Unit Tests](./openiotsdk_unit_tests.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/darwin.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Example:
- [Silicon Labs](./silabs_getting_started.md)
- [Simulated Linux](./simulated_device_linux.md)
- [Telink](/examples/lighting-app/telink/README.md)
- [TI Platform](./ti/matter-users-guide/ti_matter_overview.md)
- [TI Platform](./ti/ti_matter_overview.md)
- [TI All Clusters](/examples/all-clusters-app/cc13x4_26x4/README.md)
- [Tizen](/examples/lighting-app/tizen/README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and features.
*
esp32/README
nxp/README
ti/ti_platform_overview
ti/ti_matter_overview
```

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

## Tool Guides

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
```{toctree}
:glob:
:maxdepth: 1
:hidden:
matter-migration-guide/matter_cc2674_migration.md
matter-syscfg/getting-started.md
matter-syscfg/sysconfig-board.md
matter-users-guide/ti_openthread_library_usage.md
matter-users-guide/ti_factory_data_user_guide.md
matter-users-guide/enabling_icd_on_ti_devices.md
```

# Texas Instruments platform overview

The Texas Instruments Matter platform is based on the TI SimpleLink™ SDK.
Expand All @@ -6,7 +19,7 @@ The following diagram is a simplified representation of a Matter application
which is built on the TI Platform.

<div style="text-align: center;">
<img src="./.././../images/matter_ti_overview_simplified.png" width=30%>
<img src="../images/matter_ti_overview_simplified.png" width=30%>
</div>

## Texas Instruments SimpleLink SDK
Expand Down Expand Up @@ -90,7 +103,7 @@ by the platform implementation files.
Below are several resources available for Matter development:

- [Matter Protocol Overview](https://handbook.buildwithmatter.com/howitworks/roles/)
- [Matter Build Guide](../../BUILDING.md)
- [Matter Build Guide](../BUILDING.md)
- [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)
- [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)
- [TI Matter Application Development](https://dev.ti.com/tirex/explore/node?node=A__AXNOPYikmtBCHJ-L6eRivA__com.ti.SIMPLELINK_ACADEMY_CC13XX_CC26XX_SDK__AfkT0vQ__LATEST)
Expand All @@ -103,10 +116,10 @@ Below are several resources available for Matter development:
Sample Matter applications are provided for the TI platform. These can be used
as reference for your own application.

- [lock-app](../../../../examples/lock-app/cc13x4_26x4/README.md)
- [pump-app](../../../../examples/pump-app/cc13x4_26x4/README.md)
- [pump-controller-app](../../../../examples/pump-controller-app/cc13x4_26x4/README.md)
- [lighting-app](../../../../examples/lighting-app/cc13x4_26x4/README.md)
- [lock-app](../../../examples/lock-app/cc13x4_26x4/README.md)
- [pump-app](../../../examples/pump-app/cc13x4_26x4/README.md)
- [pump-controller-app](../../../examples/pump-controller-app/cc13x4_26x4/README.md)
- [lighting-app](../../../examples/lighting-app/cc13x4_26x4/README.md)
<hr>

### Build system
Expand All @@ -122,7 +135,7 @@ SimpleLink SDK.
For instructions on how to migrate the CC1354P10-6 examples to either the
CC2674P10 or the CC2674R10, please refer to the guide linked below.

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

<hr>

Expand All @@ -131,7 +144,7 @@ CC2674P10 or the CC2674R10, please refer to the guide linked below.
For instructions on how to program custom factory data on TI devices, please
refer to the guide linked below.

- [TI Factory Data User Guide](./ti_factory_data_user_guide.md)
- [TI Factory Data User Guide](./matter-users-guide/ti_factory_data_user_guide.md)

<hr>

Expand All @@ -140,7 +153,7 @@ refer to the guide linked below.
For instructions on how to use the Matter ICD feature on TI devices, please
refer to the guide linked below.

- [Enabling ICD On TI Devices](./enabling_icd_on_ti_devices.md)
- [Enabling ICD On TI Devices](./matter-users-guide/enabling_icd_on_ti_devices.md)

<hr>

Expand All @@ -149,7 +162,7 @@ refer to the guide linked below.
For instructions on how to configure the OpenThread build configuration for a
Matter application, please refer to the guide linked below.

- [OpenThread Library Configuration](./ti_openthread_library_usage.md)
- [OpenThread Library Configuration](./matter-users-guide/ti_openthread_library_usage.md)

### TI Support

Expand Down
6 changes: 1 addition & 5 deletions src/platform/cc13xx_26xx/nvocmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,7 @@ Requires API's in a crc.h to implement CRC functionality.
#ifndef NV_LINUX

#include <ti/devices/DeviceFamily.h>
/* CC23X0 and CC27XX does not support GPRAM,
* so VIMS access is not needed */
#if !defined(DeviceFamily_CC23X0R5) && !defined(DeviceFamily_CC23X0R2) && !defined(DeviceFamily_CC27XX)
#include DeviceFamily_constructPath(driverlib / vims.h)
#endif
#include <ti/devices/cc13x4_cc26x4/driverlib/vims.h>

#ifdef NVOCMP_MIN_VDD_FLASH_MV
#include <driverlib/aon_batmon.h>
Expand Down

0 comments on commit 2993b0d

Please sign in to comment.