Skip to content

Commit

Permalink
Remove TI_SIMPLELINK_SDK_ROOT from persistent-storage docs (#17709)
Browse files Browse the repository at this point in the history
This variable is not used since bbbf7ce ("Add CC13X2_26X2 to github
C/I (#16638)"). Remove it from the readme.
  • Loading branch information
mspang authored and pull[bot] committed Jan 27, 2024
1 parent 52be345 commit 5528361
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/persistent-storage/cc13x2x7_26x2x7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,14 @@ 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/simplelink_cc13xx_cc26xx_sdk_5_30_03_01_eng` and
`/home/username/ti/sysconfig_1.10.0`. On Windows the default directory is
`/home/username/ti/sysconfig_1.11.0`. 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_SIMPLELINK_SDK_ROOT=$HOME/ti/simplelink_cc13xx_cc26xx_sdk_5_30_03_01_eng
$ export TI_SYSCONFIG_ROOT=$HOME/ti/sysconfig_1.10.0
$ gn gen out/debug --args="ti_simplelink_sdk_root=\"${TI_SIMPLELINK_SDK_ROOT}\" ti_sysconfig_root=\"${TI_SYSCONFIG_ROOT}\""
$ gn gen out/debug --args="ti_sysconfig_root=\"${TI_SYSCONFIG_ROOT}\""
$ ninja -C out/debug
```
Expand Down

0 comments on commit 5528361

Please sign in to comment.