Skip to content

Commit e63465b

Browse files
restyled-commitsabiradarti
authored andcommitted
Restyled by prettier-markdown
1 parent e2344fb commit e63465b

File tree

3 files changed

+62
-62
lines changed

3 files changed

+62
-62
lines changed

examples/lighting-app/cc13x4_26x4/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,3 @@ Additionally, we welcome any feedback.
301301
https://www.ti.com/wireless-connectivity/thread/design-development.html
302302
[ot_border_router_setup]: https://openthread.io/guides/border-router/build
303303
[uniflash]: https://www.ti.com/tool/download/UNIFLASH
304-

examples/lock-app/cc13x4_26x4/README.md

+29-27
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.
6262
$ 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
6363
$ chmod +x sysconfig-1.18.1_3343-setup.run
6464
$ ./sysconfig-1.18.1_3343-setup.run
65-
```
65+
```
6666

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

69-
```
70-
$ cd ~/connectedhomeip
71-
$ source ./scripts/bootstrap.sh
69+
```
70+
$ cd ~/connectedhomeip
71+
$ source ./scripts/bootstrap.sh
7272
73-
```
73+
```
7474

7575
### Compilation
7676

@@ -79,35 +79,34 @@ Ninja to build the executable.
7979

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

82-
```
83-
$ cd ~/connectedhomeip
84-
$ source ./scripts/activate.sh
82+
```
83+
$ cd ~/connectedhomeip
84+
$ source ./scripts/activate.sh
8585
86-
```
86+
```
8787

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

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

104+
If you would like to define arguments on the command line you may add them to
105+
the GN call.
107106

108-
```
109-
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
110-
```
107+
```
108+
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
109+
```
111110

112111
## Programming
113112

@@ -336,4 +335,7 @@ Additionally, we welcome any feedback.
336335
https://www.ti.com/wireless-connectivity/thread/design-development.html
337336
[ot_border_router_setup]: https://openthread.io/guides/border-router/build
338337
[uniflash]: https://www.ti.com/tool/download/UNIFLASH
338+
339+
```
340+
339341
```

examples/shell/cc13x2x7_26x2x7/README.md

+33-34
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.
1919
$ 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
2020
$ chmod +x sysconfig-1.18.1_3343-setup.run
2121
$ ./sysconfig-1.18.1_3343-setup.run
22-
```
22+
```
2323

2424
- Run the bootstrap script to setup the build environment.
2525

26-
```
27-
$ cd ~/connectedhomeip
28-
$ source ./scripts/bootstrap.sh
26+
```
27+
$ cd ~/connectedhomeip
28+
$ source ./scripts/bootstrap.sh
2929
30-
```
30+
```
3131

3232
### Compilation
3333

@@ -36,35 +36,35 @@ Ninja to build the executable.
3636

3737
- Activate the build environment with the repository activate script.
3838

39-
```
40-
$ cd ~/connectedhomeip
41-
$ source ./scripts/activate.sh
39+
```
40+
$ cd ~/connectedhomeip
41+
$ source ./scripts/activate.sh
4242
43-
```
43+
```
4444

4545
- Run the build to produce a default executable. By default on Linux both the
46-
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
47-
home directory, and you must provide the absolute path to them. For example
48-
`/home/username/ti/sysconfig_1.18.1`. On Windows the default directory is
49-
`C:\ti`. Take note of this install path, as it will be used in the next
50-
step.
46+
TI SimpleLink SDK and Sysconfig are located in a `ti` folder in the user's
47+
home directory, and you must provide the absolute path to them. For example
48+
`/home/username/ti/sysconfig_1.18.1`. On Windows the default directory is
49+
`C:\ti`. Take note of this install path, as it will be used in the next
50+
step.
5151

52-
```
53-
$ cd ~/connectedhomeip/examples/shell/cc13x2x7_26x2x7
54-
OR
55-
$ cd ~/connectedhomeip/examples/shell/cc13x4_26x4
52+
```
53+
$ cd ~/connectedhomeip/examples/shell/cc13x2x7_26x2x7
54+
OR
55+
$ cd ~/connectedhomeip/examples/shell/cc13x4_26x4
5656
57-
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\""
58-
$ ninja -C out/debug
57+
$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\""
58+
$ ninja -C out/debug
5959
60-
```
60+
```
6161

62-
If you would like to define arguments on the command line you may add them
63-
to the GN call.
62+
If you would like to define arguments on the command line you may add them to
63+
the GN call.
6464

65-
```
66-
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
67-
```
65+
```
66+
gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\" target_defines=[\"CC13X4_26X4_ATTESTATION_CREDENTIALS=1\"]"
67+
```
6868

6969
## Programming
7070

@@ -164,20 +164,19 @@ Additionally, we welcome any feedback.
164164
[matter]: https://csa-iot.org/all-solutions/matter/
165165
[ccs]: https://www.ti.com/tool/CCSTUDIO
166166
[ccs_after_launch]:
167-
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#after-launch
167+
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#after-launch
168168
[ccs_debug_view]:
169-
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#debug-view
169+
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#debug-view
170170
[ccs_manual_launch]:
171-
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#manual-launch
171+
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#manual-launch
172172
[ccs_manual_method]:
173-
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#manual-method
173+
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html?configuration#manual-method
174174
[e2e]:
175-
https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum
175+
https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum
176176
[matter-e2e-faq]:
177-
https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1082428/faq-cc2652r7-matter----getting-started-guide
177+
https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1082428/faq-cc2652r7-matter----getting-started-guide
178178
[sysconfig]: https://www.ti.com/tool/SYSCONFIG
179179
[ti_thread_dnd]:
180-
https://www.ti.com/wireless-connectivity/thread/design-development.html
180+
https://www.ti.com/wireless-connectivity/thread/design-development.html
181181
[ot_border_router_setup]: https://openthread.io/guides/border-router/build
182182
[uniflash]: https://www.ti.com/tool/download/UNIFLASH
183-

0 commit comments

Comments
 (0)