Skip to content

Commit 5528361

Browse files
mspangpull[bot]
authored andcommitted
Remove TI_SIMPLELINK_SDK_ROOT from persistent-storage docs (#17709)
This variable is not used since bbbf7ce ("Add CC13X2_26X2 to github C/I (#16638)"). Remove it from the readme.
1 parent 52be345 commit 5528361

File tree

1 file changed

+2
-4
lines changed
  • examples/persistent-storage/cc13x2x7_26x2x7

1 file changed

+2
-4
lines changed

examples/persistent-storage/cc13x2x7_26x2x7/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,14 @@ Ninja to build the executable.
141141
- Run the build to produce a default executable. By default on Linux both the
142142
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
143143
home directory, and you must provide the absolute path to them. For example
144-
`/home/username/ti/simplelink_cc13xx_cc26xx_sdk_5_30_03_01_eng` and
145-
`/home/username/ti/sysconfig_1.10.0`. On Windows the default directory is
144+
`/home/username/ti/sysconfig_1.11.0`. On Windows the default directory is
146145
`C:\ti`. Take note of this install path, as it will be used in the next
147146
step.
148147
149148
```
150149
$ cd ~/connectedhomeip/examples/lock-app/cc13x2x7_26x2x7
151-
$ export TI_SIMPLELINK_SDK_ROOT=$HOME/ti/simplelink_cc13xx_cc26xx_sdk_5_30_03_01_eng
152150
$ export TI_SYSCONFIG_ROOT=$HOME/ti/sysconfig_1.10.0
153-
$ gn gen out/debug --args="ti_simplelink_sdk_root=\"${TI_SIMPLELINK_SDK_ROOT}\" ti_sysconfig_root=\"${TI_SYSCONFIG_ROOT}\""
151+
$ gn gen out/debug --args="ti_sysconfig_root=\"${TI_SYSCONFIG_ROOT}\""
154152
$ ninja -C out/debug
155153
156154
```

0 commit comments

Comments
 (0)