Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TI] Update Simplelink SDK Reference #29498

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/examples-cc13x2x7_26x2x7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
BUILD_TYPE: gn_cc26x2x7

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
if: github.actor != 'restyled-io[bot]' && false

container:
image: ghcr.io/project-chip/chip-build-ti:1
Expand Down
4 changes: 0 additions & 4 deletions docs/guides/ti/matter_cc2674_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ CC2674P10 device
defines for the CC2674
- `ti_simplelink_board = CC2674`
- `ti_simplelink_device = CC2674P10RGZ`
- `third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx`, replace this folder
contents with the 7.10.01.24 version from
[TI's downloads page](https://www.ti.com/tool/download/SIMPLELINK-LOWPOWER-F2-SDK/7.10.01.24)
which is required to add support SDK for the CC2674P10 device.

## Configuring `chip.syscfg` in the SysConfig GUI

Expand Down
10 changes: 5 additions & 5 deletions examples/all-clusters-app/cc13x2x7_26x2x7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.

```
$ cd ~
$ wget https://software-dl.ti.com/ccs/esd/sysconfig/sysconfig-1.11.0_2225-setup.run
$ chmod +x sysconfig-1.11.0_2225-setup.run
$ ./sysconfig-1.11.0_2225-setup.run
$ wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.16.2.3028/sysconfig-1.16.2_3028-setup.run
$ chmod +x sysconfig-1.16.2_3028-setup.run
$ ./sysconfig-1.16.2_3028-setup.run
```

- Run the bootstrap script to setup the build environment.
Expand All @@ -97,13 +97,13 @@ Ninja to build the executable.
- Run the build to produce a default executable. By default on Linux both the
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
home directory, and you must provide the absolute path to them. For example
`/home/username/ti/sysconfig_1.11.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.16.2`. On Windows the default directory is
`C:\ti`. Take note of this install path, as it will be used in the next
step.

```
$ cd ~/connectedhomeip/examples/all-clusters-app/cc13x2x7_26x2x7
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.11.0\""
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
$ ninja -C out/debug

```
Expand Down
12 changes: 6 additions & 6 deletions examples/all-clusters-app/cc13x4_26x4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.

```
$ cd ~
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.15.0.2826/sysconfig-1.15.0_2826-setup.run`
$ chmod +x sysconfig-1.15.0_2826-setup.run
$ ./sysconfig-1.15.0_2826-setup.run
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.16.2.3028/sysconfig-1.16.2_3028-setup.run`
$ chmod +x sysconfig-1.16.2_3028-setup.run
$ ./sysconfig-1.16.2_3028-setup.run
```

- Run the bootstrap script to setup the build environment.
Expand All @@ -88,15 +88,15 @@ Ninja to build the executable.
- Run the build to produce a default executable. By default on Linux both the
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
home directory, and you must provide the absolute path to them. For example
`/home/username/ti/sysconfig_1.15.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.16.2`. On Windows the default directory is
`C:\ti`. Take note of this install path, as it will be used in the next
step.

```
$ cd ~/connectedhomeip/examples/all-clusters-app/cc13x2x7_26x2x7
OR
$ cd ~/connectedhomeip/examples/all-clusters-minimal-app/cc13x4_26x4
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\""
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
$ ninja -C out/debug

```
Expand All @@ -105,7 +105,7 @@ Ninja to build the executable.
to the GN call.

```
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
```

## Programming
Expand Down
12 changes: 6 additions & 6 deletions examples/lighting-app/cc13x2x7_26x2x7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.

```
$ cd ~
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.15.0.2826/sysconfig-1.15.0_2826-setup.run`
$ chmod +x sysconfig-1.15.0_2826-setup.run
$ ./sysconfig-1.15.0_2826-setup.run
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.16.2.3028/sysconfig-1.16.2_3028-setup.run`
$ chmod +x sysconfig-1.16.2_3028-setup.run
$ ./sysconfig-1.16.2_3028-setup.run
```

- Run the bootstrap script to setup the build environment.
Expand All @@ -87,13 +87,13 @@ Ninja to build the executable.
- Run the build to produce a default executable. By default on Linux both the
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
home directory, and you must provide the absolute path to them. For example
`/home/username/ti/sysconfig_1.15.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.16.2`. On Windows the default directory is
`C:\ti`. Take note of this install path, as it will be used in the next
step.

```
$ cd ~/connectedhomeip/examples/lock-app/cc13x2x7_26x2x7
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\""
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
$ ninja -C out/debug

```
Expand All @@ -103,7 +103,7 @@ Ninja to build the executable.


```
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\""
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
```

## Programming
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/cc13x2x7_26x2x7/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ openthread_external_platform = "${chip_root}/third_party/openthread/platforms/cc
# Disable CHIP Logging
chip_progress_logging = false

#chip_detail_logging = false
chip_detail_logging = false
chip_automation_logging = false

# BLE options
Expand Down
12 changes: 6 additions & 6 deletions examples/lighting-app/cc13x4_26x4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.

```
$ cd ~
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.15.0.2826/sysconfig-1.15.0_2826-setup.run`
$ chmod +x sysconfig-1.15.0_2826-setup.run
$ ./sysconfig-1.15.0_2826-setup.run
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.16.2.3028/sysconfig-1.16.2_3028-setup.run`
$ chmod +x sysconfig-1.16.2_3028-setup.run
$ ./sysconfig-1.16.2_3028-setup.run
```

- Run the bootstrap script to setup the build environment.
Expand All @@ -87,13 +87,13 @@ Ninja to build the executable.
- Run the build to produce a default executable. By default on Linux both the
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
home directory, and you must provide the absolute path to them. For example
`/home/username/ti/sysconfig_1.15.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.16.2`. On Windows the default directory is
`C:\ti`. Take note of this install path, as it will be used in the next
step.

```
$ cd ~/connectedhomeip/examples/lock-app/cc13x4_26x4
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\""
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
$ ninja -C out/debug

```
Expand All @@ -103,7 +103,7 @@ Ninja to build the executable.


```
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\""
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
```

## Programming
Expand Down
12 changes: 6 additions & 6 deletions examples/lock-app/cc13x2x7_26x2x7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.

```
$ cd ~
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.15.0.2826/sysconfig-1.15.0_2826-setup.run`
$ chmod +x sysconfig-1.15.0_2826-setup.run
$ ./sysconfig-1.15.0_2826-setup.run
$ `https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.16.2.3028/sysconfig-1.16.2_3028-setup.run`
$ chmod +x sysconfig-1.16.2_3028-setup.run
$ ./sysconfig-1.16.2_3028-setup.run
```

- Run the bootstrap script to setup the build environment.
Expand All @@ -88,15 +88,15 @@ Ninja to build the executable.
- Run the build to produce a default executable. By default on Linux both the
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
home directory, and you must provide the absolute path to them. For example
`/home/username/ti/sysconfig_1.15.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.16.2`. On Windows the default directory is
`C:\ti`. Take note of this install path, as it will be used in the next
step.

```
$ cd ~/connectedhomeip/examples/lock-app/cc13x2x7_26x2x7
OR
$ cd ~/connectedhomeip/examples/lock-app/cc13x4_26x4
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\""
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
$ ninja -C out/debug

```
Expand All @@ -106,7 +106,7 @@ Ninja to build the executable.


```
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\" target_defines=[\"CC13X2_26X2_ATTESTATION_CREDENTIALS=1\"]"
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\" target_defines=[\"CC13X2_26X2_ATTESTATION_CREDENTIALS=1\"]"
```

## Programming
Expand Down
12 changes: 6 additions & 6 deletions examples/lock-app/cc13x4_26x4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.

```
$ cd ~
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.15.0.2826/sysconfig-1.15.0_2826-setup.run`
$ chmod +x sysconfig-1.15.0_2826-setup.run
$ ./sysconfig-1.15.0_2826-setup.run
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.16.2.3028/sysconfig-1.16.2_3028-setup.run`
$ chmod +x sysconfig-1.16.2_3028-setup.run
$ ./sysconfig-1.16.2_3028-setup.run
```

- Run the bootstrap script to setup the build environment.
Expand All @@ -88,15 +88,15 @@ Ninja to build the executable.
- Run the build to produce a default executable. By default on Linux both the
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
home directory, and you must provide the absolute path to them. For example
`/home/username/ti/sysconfig_1.15.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.16.2`. On Windows the default directory is
`C:\ti`. Take note of this install path, as it will be used in the next
step.

```
$ cd ~/connectedhomeip/examples/lock-app/cc13x2x7_26x2x7
OR
$ cd ~/connectedhomeip/examples/lock-app/cc13x4_26x4
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\""
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
$ ninja -C out/debug

```
Expand All @@ -106,7 +106,7 @@ Ninja to build the executable.


```
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
```

## Programming
Expand Down
4 changes: 2 additions & 2 deletions examples/persistent-storage/cc13x2x7_26x2x7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ Ninja to build the executable.
- Run the build to produce a default executable. By default on Linux both the
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
home directory, and you must provide the absolute path to them. For example
`/home/username/ti/sysconfig_1.11.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.16.2`. On Windows the default directory is
`C:\ti`. Take note of this install path, as it will be used in the next
step.

```
$ cd ~/connectedhomeip/examples/lock-app/cc13x2x7_26x2x7
$ export TI_SYSCONFIG_ROOT=$HOME/ti/sysconfig_1.10.0
$ export TI_SYSCONFIG_ROOT=$HOME/ti/sysconfig_1.16.2
$ gn gen out/debug --args="ti_sysconfig_root=\"${TI_SYSCONFIG_ROOT}\""
$ ninja -C out/debug

Expand Down
12 changes: 6 additions & 6 deletions examples/pump-app/cc13x2x7_26x2x7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.

```
$ cd ~
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.15.0.2826/sysconfig-1.15.0_2826-setup.run`
$ chmod +x sysconfig-1.15.0_2826-setup.run
$ ./sysconfig-1.15.0_2826-setup.run
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.16.2.3028/sysconfig-1.16.2_3028-setup.run`
$ chmod +x sysconfig-1.16.2_3028-setup.run
$ ./sysconfig-1.16.2_3028-setup.run
```

- Run the bootstrap script to setup the build environment.
Expand All @@ -87,15 +87,15 @@ Ninja to build the executable.
- Run the build to produce a default executable. By default on Linux both the
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
home directory, and you must provide the absolute path to them. For example
`/home/username/ti/sysconfig_1.15.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.16.2`. On Windows the default directory is
`C:\ti`. Take note of this install path, as it will be used in the next
step.

```
$ cd ~/connectedhomeip/examples/pump-app/cc13x2x7_26x2x7
OR
$ cd ~/connectedhomeip/examples/pump-app/cc13x4_26x4
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\""
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
$ ninja -C out/debug

```
Expand All @@ -104,7 +104,7 @@ Ninja to build the executable.
to the GN call.

```
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\" target_defines=[\"CC13X2_26X2_ATTESTATION_CREDENTIALS=1\"]"
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\" target_defines=[\"CC13X2_26X2_ATTESTATION_CREDENTIALS=1\"]"
```

## Programming
Expand Down
12 changes: 6 additions & 6 deletions examples/pump-app/cc13x4_26x4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.

```
$ cd ~
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.15.0.2826/sysconfig-1.15.0_2826-setup.run`
$ chmod +x sysconfig-1.15.0_2826-setup.run
$ ./sysconfig-1.15.0_2826-setup.run
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.16.2.3028/sysconfig-1.16.2_3028-setup.run`
$ chmod +x sysconfig-1.16.2_3028-setup.run
$ ./sysconfig-1.16.2_3028-setup.run
```

- Run the bootstrap script to setup the build environment.
Expand All @@ -87,15 +87,15 @@ Ninja to build the executable.
- Run the build to produce a default executable. By default on Linux both the
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
home directory, and you must provide the absolute path to them. For example
`/home/username/ti/sysconfig_1.15.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.16.2`. On Windows the default directory is
`C:\ti`. Take note of this install path, as it will be used in the next
step.

```
$ cd ~/connectedhomeip/examples/pump-app/cc13x2x7_26x2x7
OR
$ cd ~/connectedhomeip/examples/pump-app/cc13x4_26x4
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\""
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
$ ninja -C out/debug

```
Expand All @@ -104,7 +104,7 @@ Ninja to build the executable.
to the GN call.

```
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
```

## Programming
Expand Down
12 changes: 6 additions & 6 deletions examples/pump-controller-app/cc13x2x7_26x2x7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.

```
$ cd ~
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.15.0.2826/sysconfig-1.15.0_2826-setup.run`
$ chmod +x sysconfig-1.15.0_2826-setup.run
$ ./sysconfig-1.15.0_2826-setup.run
$ `wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.16.2.3028/sysconfig-1.16.2_3028-setup.run`
$ chmod +x sysconfig-1.16.2_3028-setup.run
$ ./sysconfig-1.16.2_3028-setup.run
```

- Run the bootstrap script to setup the build environment.
Expand All @@ -88,15 +88,15 @@ Ninja to build the executable.
- Run the build to produce a default executable. By default on Linux both the
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
home directory, and you must provide the absolute path to them. For example
`/home/username/ti/sysconfig_1.15.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.16.2`. On Windows the default directory is
`C:\ti`. Take note of this install path, as it will be used in the next
step.

```
$ cd ~/connectedhomeip/examples/pump-controller-app/cc13x2x7_26x2x7
OR
$ cd ~/connectedhomeip/examples/pump-controller-app/cc13x4_26x4
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\""
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\""
$ ninja -C out/debug

```
Expand All @@ -105,7 +105,7 @@ Ninja to build the executable.
to the GN call.

```
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.15.0\" target_defines=[\"CC13X2_26X2_ATTESTATION_CREDENTIALS=1\"]"
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.16.2\" target_defines=[\"CC13X2_26X2_ATTESTATION_CREDENTIALS=1\"]"
```

## Programming
Expand Down
Loading
Loading