Skip to content

Commit 1545564

Browse files
s07641069serhiiSalamakha
authored andcommitted
[Telink] Improve the Identify Implementation & Update every image to 0.6.35 (#24690)
* [Telink] Improve the Identify Implementation * [Telink] Update every image to 0.6.36 * [Telink] Update every image to 0.6.35 --------- Co-authored-by: Serhii <[email protected]>
1 parent ac38958 commit 1545564

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1176
-396
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": {
1818
"dockerfile": "Dockerfile",
1919
"args": {
20-
"BUILD_VERSION": "0.6.30"
20+
"BUILD_VERSION": "0.6.35"
2121
}
2222
},
2323
"remoteUser": "vscode",

.github/workflows/bloat_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434

3535
container:
36-
image: connectedhomeip/chip-build:0.6.34
36+
image: connectedhomeip/chip-build:0.6.35
3737

3838
steps:
3939
- uses: Wandalen/[email protected]

.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.actor != 'restyled-io[bot]'
3737

3838
container:
39-
image: connectedhomeip/chip-build:0.6.34
39+
image: connectedhomeip/chip-build:0.6.35
4040
volumes:
4141
- "/tmp/log_output:/tmp/test_logs"
4242
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -138,7 +138,7 @@ jobs:
138138
if: github.actor != 'restyled-io[bot]'
139139

140140
container:
141-
image: connectedhomeip/chip-build:0.6.34
141+
image: connectedhomeip/chip-build:0.6.35
142142
volumes:
143143
- "/tmp/log_output:/tmp/test_logs"
144144
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -298,7 +298,7 @@ jobs:
298298
if: github.actor != 'restyled-io[bot]'
299299

300300
container:
301-
image: connectedhomeip/chip-build:0.6.34
301+
image: connectedhomeip/chip-build:0.6.35
302302
volumes:
303303
- "/tmp/log_output:/tmp/test_logs"
304304
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -471,7 +471,7 @@ jobs:
471471
if: github.actor != 'restyled-io[bot]'
472472

473473
container:
474-
image: connectedhomeip/chip-build:0.6.34
474+
image: connectedhomeip/chip-build:0.6.35
475475
volumes:
476476
- "/tmp/log_output:/tmp/test_logs"
477477
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0

.github/workflows/chef.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: github.actor != 'restyled-io[bot]'
3030

3131
container:
32-
image: connectedhomeip/chip-build:0.6.34
32+
image: connectedhomeip/chip-build:0.6.35
3333
options: --user root
3434

3535
steps:
@@ -57,7 +57,7 @@ jobs:
5757
if: github.actor != 'restyled-io[bot]'
5858

5959
container:
60-
image: connectedhomeip/chip-build-esp32:0.6.34
60+
image: connectedhomeip/chip-build-esp32:0.6.35
6161
options: --user root
6262

6363
steps:
@@ -85,7 +85,7 @@ jobs:
8585
if: github.actor != 'restyled-io[bot]'
8686

8787
container:
88-
image: connectedhomeip/chip-build-nrf-platform:0.6.34
88+
image: connectedhomeip/chip-build-nrf-platform:0.6.35
8989
options: --user root
9090

9191
steps:

.github/workflows/cirque.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 90
3030

3131
env:
32-
DOCKER_RUN_VERSION: 0.6.34
32+
DOCKER_RUN_VERSION: 0.6.35
3333
GITHUB_CACHE_PATH: /tmp/cirque-cache/
3434

3535
runs-on: ubuntu-latest
@@ -38,7 +38,7 @@ jobs:
3838
# need to run with privilege, which isn't supported by job.XXX.contaner
3939
# https://github.com/actions/container-action/issues/2
4040
# container:
41-
# image: connectedhomeip/chip-build-cirque:0.6.34
41+
# image: connectedhomeip/chip-build-cirque:0.6.35
4242
# volumes:
4343
# - "/tmp:/tmp"
4444
# - "/dev/pts:/dev/pts"

.github/workflows/doxygen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
runs-on: ubuntu-20.04
8484
container:
85-
image: connectedhomeip/chip-build-doxygen:0.6.34
85+
image: connectedhomeip/chip-build-doxygen:0.6.35
8686

8787
if: github.actor != 'restyled-io[bot]'
8888

.github/workflows/examples-ameba.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build-ameba:0.6.34
38+
image: connectedhomeip/chip-build-ameba:0.6.35
3939
options: --user root
4040

4141
steps:

.github/workflows/examples-bouffalolab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build-bouffalolab:0.6.34
38+
image: connectedhomeip/chip-build-bouffalolab:0.6.35
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
steps:

.github/workflows/examples-cc13x2x7_26x2x7.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: connectedhomeip/chip-build-ti:0.6.34
40+
image: connectedhomeip/chip-build-ti:0.6.35
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-efr32.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.actor != 'restyled-io[bot]'
3939

4040
container:
41-
image: connectedhomeip/chip-build-efr32:0.6.34
41+
image: connectedhomeip/chip-build-efr32:0.6.35
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:

.github/workflows/examples-esp32.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build-esp32:0.6.34
37+
image: connectedhomeip/chip-build-esp32:0.6.35
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040

@@ -148,7 +148,7 @@ jobs:
148148
if: github.actor != 'restyled-io[bot]'
149149

150150
container:
151-
image: connectedhomeip/chip-build-esp32:0.6.34
151+
image: connectedhomeip/chip-build-esp32:0.6.35
152152
volumes:
153153
- "/tmp/bloat_reports:/tmp/bloat_reports"
154154

.github/workflows/examples-infineon.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build-infineon:0.6.34
38+
image: connectedhomeip/chip-build-infineon:0.6.35
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
steps:

.github/workflows/examples-k32w.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: connectedhomeip/chip-build-k32w:0.6.34
40+
image: connectedhomeip/chip-build-k32w:0.6.35
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-linux-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build-crosscompile:0.6.34
37+
image: connectedhomeip/chip-build-crosscompile:0.6.35
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040

.github/workflows/examples-linux-imx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build-imx:0.6.34
37+
image: connectedhomeip/chip-build-imx:0.6.35
3838

3939
steps:
4040
- uses: Wandalen/[email protected]

.github/workflows/examples-linux-standalone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build:0.6.34
37+
image: connectedhomeip/chip-build:0.6.35
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040

.github/workflows/examples-mbed.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.actor != 'restyled-io[bot]'
4141

4242
container:
43-
image: connectedhomeip/chip-build-mbed-os:0.6.34
43+
image: connectedhomeip/chip-build-mbed-os:0.6.35
4444
volumes:
4545
- "/tmp/bloat_reports:/tmp/bloat_reports"
4646

.github/workflows/examples-mw320.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: connectedhomeip/chip-build:0.6.34
40+
image: connectedhomeip/chip-build:0.6.35
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-nrfconnect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: connectedhomeip/chip-build-nrf-platform:0.6.34
40+
image: connectedhomeip/chip-build-nrf-platform:0.6.35
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343

.github/workflows/examples-openiotsdk.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build-openiotsdk:0.6.34
38+
image: connectedhomeip/chip-build-openiotsdk:0.6.35
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
options: --privileged

.github/workflows/examples-qpg.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: connectedhomeip/chip-build:0.6.34
40+
image: connectedhomeip/chip-build:0.6.35
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.actor != 'restyled-io[bot]'
3636

3737
container:
38-
image: connectedhomeip/chip-build-telink:0.6.34
38+
image: connectedhomeip/chip-build-telink:0.6.35
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141

.github/workflows/examples-tizen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: github.actor != 'restyled-io[bot]'
3434

3535
container:
36-
image: connectedhomeip/chip-build-tizen:0.6.34
36+
image: connectedhomeip/chip-build-tizen:0.6.35
3737
options: --user root
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"

.github/workflows/full-android.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: connectedhomeip/chip-build-android:0.6.34
40+
image: connectedhomeip/chip-build-android:0.6.35
4141
volumes:
4242
- "/tmp/log_output:/tmp/test_logs"
4343

.github/workflows/fuzzing-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build:0.6.34
37+
image: connectedhomeip/chip-build:0.6.35
3838
volumes:
3939
- "/tmp/log_output:/tmp/test_logs"
4040

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: github.actor != 'restyled-io[bot]'
2929

3030
container:
31-
image: connectedhomeip/chip-build:0.6.34
31+
image: connectedhomeip/chip-build:0.6.35
3232

3333
steps:
3434
- uses: Wandalen/[email protected]

.github/workflows/qemu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: connectedhomeip/chip-build-esp32-qemu:0.6.34
40+
image: connectedhomeip/chip-build-esp32-qemu:0.6.35
4141
volumes:
4242
- "/tmp/log_output:/tmp/test_logs"
4343

.github/workflows/release_artifacts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
container:
32-
image: connectedhomeip/chip-build-esp32:0.6.34
32+
image: connectedhomeip/chip-build-esp32:0.6.35
3333

3434
steps:
3535
- uses: Wandalen/[email protected]
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676

7777
container:
78-
image: connectedhomeip/chip-build-efr32:0.6.34
78+
image: connectedhomeip/chip-build-efr32:0.6.35
7979
steps:
8080
- uses: Wandalen/[email protected]
8181
name: Checkout

.github/workflows/smoketest-android.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: connectedhomeip/chip-build-android:0.6.34
40+
image: connectedhomeip/chip-build-android:0.6.35
4141
volumes:
4242
- "/tmp/log_output:/tmp/test_logs"
4343

.github/workflows/tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848

4949
container:
50-
image: connectedhomeip/chip-build:0.6.34
50+
image: connectedhomeip/chip-build:0.6.35
5151
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
5252
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
5353

@@ -382,7 +382,7 @@ jobs:
382382
runs-on: ubuntu-latest
383383

384384
container:
385-
image: connectedhomeip/chip-build:0.6.34
385+
image: connectedhomeip/chip-build:0.6.35
386386
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
387387
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
388388

@@ -458,7 +458,7 @@ jobs:
458458
runs-on: ubuntu-latest
459459

460460
container:
461-
image: connectedhomeip/chip-build:0.6.34
461+
image: connectedhomeip/chip-build:0.6.35
462462
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
463463
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
464464

.github/workflows/unit_integration_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838

3939
container:
40-
image: connectedhomeip/chip-build:0.6.34
40+
image: connectedhomeip/chip-build:0.6.35
4141
volumes:
4242
- "/tmp/log_output:/tmp/test_logs"
4343
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"

.github/workflows/zap_regeneration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
runs-on: ubuntu-20.04
3030
container:
31-
image: connectedhomeip/chip-build:0.6.34
31+
image: connectedhomeip/chip-build:0.6.35
3232
defaults:
3333
run:
3434
shell: sh

.github/workflows/zap_templates.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
runs-on: ubuntu-20.04
3131
container:
32-
image: connectedhomeip/chip-build:0.6.34
32+
image: connectedhomeip/chip-build:0.6.35
3333
defaults:
3434
run:
3535
shell: sh

examples/all-clusters-app/telink/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ target_sources(app PRIVATE
5555
${ALL_CLUSTERS_COMMON_DIR}/src/binding-handler.cpp
5656
${TELINK_COMMON}/util/src/LEDWidget.cpp
5757
${TELINK_COMMON}/util/src/ButtonManager.cpp
58-
${TELINK_COMMON}/util/src/ThreadUtil.cpp)
58+
${TELINK_COMMON}/util/src/ThreadUtil.cpp
59+
${TELINK_COMMON}/util/src/PWMDevice.cpp)
5960

6061
chip_configure_data_model(app
6162
INCLUDE_SERVER

0 commit comments

Comments
 (0)