Skip to content

Commit dfdc61a

Browse files
committed
[Telink] Fix code-lints & Spelling errors
1 parent 5f04114 commit dfdc61a

File tree

16 files changed

+51
-48
lines changed

16 files changed

+51
-48
lines changed

examples/air-quality-sensor-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ feature for another Telink example:
139139
After build application with enabled OTA feature, use next binary files:
140140
141141
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
142-
- metter.ota - binary for OTA Provider
142+
- matter.ota - binary for OTA Provider
143143
144-
All binaries has the same SW version. To test OTA “metter.ota” should have
144+
All binaries has the same SW version. To test OTA “matter.ota” should have
145145
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
146146
corresponding “prj.conf” configuration file.
147147
@@ -156,7 +156,7 @@ Usage of OTA:
156156
- Run the Linux OTA Provider with OTA image.
157157
158158
```
159-
./chip-ota-provider-app -f metter.ota
159+
./chip-ota-provider-app -f matter.ota
160160
```
161161
162162
- Provision the Linux OTA Provider using chip-tool

examples/all-clusters-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ feature for another Telink example:
141141
After build application with enabled OTA feature, use next binary files:
142142
143143
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
144-
- metter.ota - binary for OTA Provider
144+
- matter.ota - binary for OTA Provider
145145
146-
All binaries has the same SW version. To test OTA “metter.ota” should have
146+
All binaries has the same SW version. To test OTA “matter.ota” should have
147147
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
148148
corresponding “prj.conf” configuration file.
149149
@@ -158,7 +158,7 @@ Usage of OTA:
158158
- Run the Linux OTA Provider with OTA image.
159159
160160
```
161-
./chip-ota-provider-app -f metter.ota
161+
./chip-ota-provider-app -f matter.ota
162162
```
163163
164164
- Provision the Linux OTA Provider using chip-tool

examples/all-clusters-minimal-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ feature for another Telink example:
126126
After build application with enabled OTA feature, use next binary files:
127127

128128
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
129-
- metter.ota - binary for OTA Provider
129+
- matter.ota - binary for OTA Provider
130130

131-
All binaries has the same SW version. To test OTA “metter.ota” should have
131+
All binaries has the same SW version. To test OTA “matter.ota” should have
132132
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
133133
corresponding “prj.conf” configuration file.
134134

@@ -143,7 +143,7 @@ Usage of OTA:
143143
- Run the Linux OTA Provider with OTA image.
144144

145145
```
146-
./chip-ota-provider-app -f metter.ota
146+
./chip-ota-provider-app -f matter.ota
147147
```
148148

149149
- Provision the Linux OTA Provider using chip-tool

examples/bridge-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ feature for another Telink example:
286286
After build application with enabled OTA feature, use next binary files:
287287
288288
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
289-
- metter.ota - binary for OTA Provider
289+
- matter.ota - binary for OTA Provider
290290
291-
All binaries has the same SW version. To test OTA “metter.ota” should have
291+
All binaries has the same SW version. To test OTA “matter.ota” should have
292292
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
293293
corresponding “prj.conf” configuration file.
294294
@@ -303,7 +303,7 @@ Usage of OTA:
303303
- Run the Linux OTA Provider with OTA image.
304304
305305
```
306-
./chip-ota-provider-app -f metter.ota
306+
./chip-ota-provider-app -f matter.ota
307307
```
308308
309309
- Provision the Linux OTA Provider using chip-tool

examples/contact-sensor-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ feature for another Telink example:
143143
After build application with enabled OTA feature, use next binary files:
144144
145145
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
146-
- metter.ota - binary for OTA Provider
146+
- matter.ota - binary for OTA Provider
147147
148-
All binaries has the same SW version. To test OTA “metter.ota” should have
148+
All binaries has the same SW version. To test OTA “matter.ota” should have
149149
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
150150
corresponding “prj.conf” configuration file.
151151
@@ -160,7 +160,7 @@ Usage of OTA:
160160
- Run the Linux OTA Provider with OTA image.
161161
162162
```
163-
./chip-ota-provider-app -f metter.ota
163+
./chip-ota-provider-app -f matter.ota
164164
```
165165
166166
- Provision the Linux OTA Provider using chip-tool

examples/light-switch-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ feature for another Telink example:
264264
After build application with enabled OTA feature, use next binary files:
265265

266266
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
267-
- metter.ota - binary for OTA Provider
267+
- matter.ota - binary for OTA Provider
268268

269-
All binaries has the same SW version. To test OTA “metter.ota” should have
269+
All binaries has the same SW version. To test OTA “matter.ota” should have
270270
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
271271
corresponding “prj.conf” configuration file.
272272

@@ -281,7 +281,7 @@ Usage of OTA:
281281
- Run the Linux OTA Provider with OTA image.
282282

283283
```
284-
./chip-ota-provider-app -f metter.ota
284+
./chip-ota-provider-app -f matter.ota
285285
```
286286

287287
- Provision the Linux OTA Provider using chip-tool

examples/lighting-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ feature for another Telink example:
205205
After build application with enabled OTA feature, use next binary files:
206206
207207
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
208-
- metter.ota - binary for OTA Provider
208+
- matter.ota - binary for OTA Provider
209209
210-
All binaries has the same SW version. To test OTA “metter.ota” should have
210+
All binaries has the same SW version. To test OTA “matter.ota” should have
211211
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
212212
corresponding “prj.conf” configuration file.
213213
@@ -222,7 +222,7 @@ Usage of OTA:
222222
- Run the Linux OTA Provider with OTA image.
223223
224224
```
225-
./chip-ota-provider-app -f metter.ota
225+
./chip-ota-provider-app -f matter.ota
226226
```
227227
228228
- Provision the Linux OTA Provider using chip-tool

examples/lock-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ feature for another Telink example:
146146
After build application with enabled OTA feature, use next binary files:
147147
148148
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
149-
- metter.ota - binary for OTA Provider
149+
- matter.ota - binary for OTA Provider
150150
151-
All binaries has the same SW version. To test OTA “metter.ota” should have
151+
All binaries has the same SW version. To test OTA “matter.ota” should have
152152
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
153153
corresponding “prj.conf” configuration file.
154154
@@ -163,7 +163,7 @@ Usage of OTA:
163163
- Run the Linux OTA Provider with OTA image.
164164
165165
```
166-
./chip-ota-provider-app -f metter.ota
166+
./chip-ota-provider-app -f matter.ota
167167
```
168168
169169
- Provision the Linux OTA Provider using chip-tool

examples/ota-requestor-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ feature for another Telink example:
135135
After build application with enabled OTA feature, use next binary files:
136136
137137
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
138-
- metter.ota - binary for OTA Provider
138+
- matter.ota - binary for OTA Provider
139139
140-
All binaries has the same SW version. To test OTA “metter.ota” should have
140+
All binaries has the same SW version. To test OTA “matter.ota” should have
141141
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
142142
corresponding “prj.conf” configuration file.
143143
@@ -152,7 +152,7 @@ Usage of OTA:
152152
- Run the Linux OTA Provider with OTA image.
153153
154154
```
155-
./chip-ota-provider-app -f metter.ota
155+
./chip-ota-provider-app -f matter.ota
156156
```
157157
158158
- Provision the Linux OTA Provider using chip-tool

examples/pump-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ feature for another Telink example:
147147
After build application with enabled OTA feature, use next binary files:
148148
149149
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
150-
- metter.ota - binary for OTA Provider
150+
- matter.ota - binary for OTA Provider
151151
152-
All binaries has the same SW version. To test OTA “metter.ota” should have
152+
All binaries has the same SW version. To test OTA “matter.ota” should have
153153
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
154154
corresponding “prj.conf” configuration file.
155155
@@ -164,7 +164,7 @@ Usage of OTA:
164164
- Run the Linux OTA Provider with OTA image.
165165
166166
```
167-
./chip-ota-provider-app -f metter.ota
167+
./chip-ota-provider-app -f matter.ota
168168
```
169169
170170
- Provision the Linux OTA Provider using chip-tool

examples/pump-controller-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ feature for another Telink example:
148148
After build application with enabled OTA feature, use next binary files:
149149
150150
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
151-
- metter.ota - binary for OTA Provider
151+
- matter.ota - binary for OTA Provider
152152
153-
All binaries has the same SW version. To test OTA “metter.ota” should have
153+
All binaries has the same SW version. To test OTA “matter.ota” should have
154154
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
155155
corresponding “prj.conf” configuration file.
156156
@@ -165,7 +165,7 @@ Usage of OTA:
165165
- Run the Linux OTA Provider with OTA image.
166166
167167
```
168-
./chip-ota-provider-app -f metter.ota
168+
./chip-ota-provider-app -f matter.ota
169169
```
170170
171171
- Provision the Linux OTA Provider using chip-tool

examples/smoke-co-alarm-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ feature for another Telink example:
145145
After build application with enabled OTA feature, use next binary files:
146146
147147
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
148-
- metter.ota - binary for OTA Provider
148+
- matter.ota - binary for OTA Provider
149149
150-
All binaries has the same SW version. To test OTA “metter.ota” should have
150+
All binaries has the same SW version. To test OTA “matter.ota” should have
151151
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
152152
corresponding “prj.conf” configuration file.
153153
@@ -162,7 +162,7 @@ Usage of OTA:
162162
- Run the Linux OTA Provider with OTA image.
163163
164164
```
165-
./chip-ota-provider-app -f metter.ota
165+
./chip-ota-provider-app -f matter.ota
166166
```
167167
168168
- Provision the Linux OTA Provider using chip-tool

examples/temperature-measurement-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ feature for another Telink example:
128128
After build application with enabled OTA feature, use next binary files:
129129

130130
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
131-
- metter.ota - binary for OTA Provider
131+
- matter.ota - binary for OTA Provider
132132

133-
All binaries has the same SW version. To test OTA “metter.ota” should have
133+
All binaries has the same SW version. To test OTA “matter.ota” should have
134134
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
135135
corresponding “prj.conf” configuration file.
136136

@@ -145,7 +145,7 @@ Usage of OTA:
145145
- Run the Linux OTA Provider with OTA image.
146146

147147
```
148-
./chip-ota-provider-app -f metter.ota
148+
./chip-ota-provider-app -f matter.ota
149149
```
150150

151151
- Provision the Linux OTA Provider using chip-tool

examples/thermostat/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ feature for another Telink example:
139139
After build application with enabled OTA feature, use next binary files:
140140
141141
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
142-
- metter.ota - binary for OTA Provider
142+
- matter.ota - binary for OTA Provider
143143
144-
All binaries has the same SW version. To test OTA “metter.ota” should have
144+
All binaries has the same SW version. To test OTA “matter.ota” should have
145145
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
146146
corresponding “prj.conf” configuration file.
147147
@@ -156,7 +156,7 @@ Usage of OTA:
156156
- Run the Linux OTA Provider with OTA image.
157157
158158
```
159-
./chip-ota-provider-app -f metter.ota
159+
./chip-ota-provider-app -f matter.ota
160160
```
161161
162162
- Provision the Linux OTA Provider using chip-tool

examples/window-app/telink/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ feature for another Telink example:
210210
After build application with enabled OTA feature, use next binary files:
211211
212212
- merged.bin - main binary to flash PCB (Use at least 2MB PCB).
213-
- metter.ota - binary for OTA Provider
213+
- matter.ota - binary for OTA Provider
214214
215-
All binaries has the same SW version. To test OTA “metter.ota” should have
215+
All binaries has the same SW version. To test OTA “matter.ota” should have
216216
higher SW version than base SW. Set CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2 in
217217
corresponding “prj.conf” configuration file.
218218
@@ -227,7 +227,7 @@ Usage of OTA:
227227
- Run the Linux OTA Provider with OTA image.
228228
229229
```
230-
./chip-ota-provider-app -f metter.ota
230+
./chip-ota-provider-app -f matter.ota
231231
```
232232
233233
- Provision the Linux OTA Provider using chip-tool

scripts/tools/telink/process_binaries.py

+6-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@
2020
import subprocess
2121
import sys
2222

23+
try:
24+
from core import BuildConfiguration
25+
except ImportError:
26+
sys.path.append(os.path.abspath(os.path.join(ZEPHYR_BASE, 'scripts/west_commands/runners')))
27+
from core import BuildConfiguration
28+
2329
ZEPHYR_BASE = os.environ.get('ZEPHYR_BASE')
2430
if ZEPHYR_BASE is None:
2531
raise EnvironmentError("ZEPHYR_BASE environment variable is not set")
2632

27-
sys.path.append(os.path.abspath(os.path.join(ZEPHYR_BASE, 'scripts/west_commands/runners')))
28-
from core import BuildConfiguration
29-
3033
def merge_binaries(input_file1, input_file2, output_file, offset):
3134
with open(output_file, 'r+b' if os.path.exists(output_file) else 'wb') as outfile:
3235
# Merge input_file1 at offset 0

0 commit comments

Comments
 (0)