Skip to content

Commit 285392c

Browse files
restyled-commitsabiradarti
authored andcommitted
Restyled by prettier-markdown
1 parent fb9b369 commit 285392c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

examples/lighting-app/cc13x4_26x4/README.md

+25-25
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.
6161
$ wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.18.1.3343/sysconfig-1.18.1_3343-setup.run
6262
$ chmod +x sysconfig-1.18.1_3343-setup.run
6363
$ ./sysconfig-1.18.1_3343-setup.run
64-
```
64+
```
6565

6666
- Run the bootstrap script to setup the build environment.
6767

68-
```
69-
$ cd ~/connectedhomeip
70-
$ source ./scripts/bootstrap.sh
68+
```
69+
$ cd ~/connectedhomeip
70+
$ source ./scripts/bootstrap.sh
7171
72-
```
72+
```
7373

7474
### Compilation
7575

@@ -78,33 +78,32 @@ Ninja to build the executable.
7878

7979
- Activate the build environment with the repository activate script.
8080

81-
```
82-
$ cd ~/connectedhomeip
83-
$ source ./scripts/activate.sh
81+
```
82+
$ cd ~/connectedhomeip
83+
$ source ./scripts/activate.sh
8484
85-
```
85+
```
8686

8787
- Run the build to produce a default executable. By default on Linux both the
88-
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
89-
home directory, and you must provide the absolute path to them. For example
90-
`/home/username/ti/sysconfig_1.18.1`. On Windows the default directory is
91-
`C:\ti`. Take note of this install path, as it will be used in the next
92-
step.
93-
94-
```
95-
$ cd ~/connectedhomeip/examples/lock-app/cc13x4_26x4
96-
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\""
97-
$ ninja -C out/debug
88+
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
89+
home directory, and you must provide the absolute path to them. For example
90+
`/home/username/ti/sysconfig_1.18.1`. On Windows the default directory is
91+
`C:\ti`. Take note of this install path, as it will be used in the next
92+
step.
9893

99-
```
94+
```
95+
$ cd ~/connectedhomeip/examples/lock-app/cc13x4_26x4
96+
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\""
97+
$ ninja -C out/debug
10098
101-
If you would like to define arguments on the command line you may add them
102-
to the GN call.
99+
```
103100

101+
If you would like to define arguments on the command line you may add them to
102+
the GN call.
104103

105-
```
106-
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
107-
```
104+
```
105+
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
106+
```
108107

109108
## Programming
110109

@@ -303,3 +302,4 @@ Additionally, we welcome any feedback.
303302
[ot_border_router_setup]: https://openthread.io/guides/border-router/build
304303
[uniflash]: https://www.ti.com/tool/download/UNIFLASH
305304
```
305+
````

0 commit comments

Comments
 (0)