Skip to content

Commit e99ec3c

Browse files
Merge branch 'master' into silabs/add_air_quality_app
2 parents 759f5f1 + 20200ee commit e99ec3c

File tree

610 files changed

+14700
-4125
lines changed

Some content is hidden

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

610 files changed

+14700
-4125
lines changed

.github/.wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,7 @@ xFFF
16031603
xFFFF
16041604
xfffff
16051605
xFFFFFFEFFFFFFFFF
1606+
XMLPICSValidator
16061607
xtensa
16071608
xvzf
16081609
xwayland

.github/CODEOWNERS

-2
This file was deleted.

.github/workflows/bloat_check.yaml

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

3636
container:
37-
image: ghcr.io/project-chip/chip-build:80
37+
image: ghcr.io/project-chip/chip-build:81
3838

3939
steps:
4040
- name: Checkout

.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: github.actor != 'restyled-io[bot]'
4343

4444
container:
45-
image: ghcr.io/project-chip/chip-build:80
45+
image: ghcr.io/project-chip/chip-build:81
4646
volumes:
4747
- "/:/runner-root-volume"
4848
- "/tmp/log_output:/tmp/test_logs"
@@ -138,7 +138,7 @@ jobs:
138138
if: github.actor != 'restyled-io[bot]'
139139

140140
container:
141-
image: ghcr.io/project-chip/chip-build:80
141+
image: ghcr.io/project-chip/chip-build:81
142142
volumes:
143143
- "/:/runner-root-volume"
144144
- "/tmp/log_output:/tmp/test_logs"
@@ -283,7 +283,7 @@ jobs:
283283
if: github.actor != 'restyled-io[bot]'
284284

285285
container:
286-
image: ghcr.io/project-chip/chip-build:80
286+
image: ghcr.io/project-chip/chip-build:81
287287
volumes:
288288
- "/:/runner-root-volume"
289289
- "/tmp/log_output:/tmp/test_logs"
@@ -346,7 +346,7 @@ jobs:
346346
if: github.actor != 'restyled-io[bot]'
347347

348348
container:
349-
image: ghcr.io/project-chip/chip-build:80
349+
image: ghcr.io/project-chip/chip-build:81
350350
volumes:
351351
- "/:/runner-root-volume"
352352
- "/tmp/log_output:/tmp/test_logs"
@@ -457,7 +457,7 @@ jobs:
457457
if: github.actor != 'restyled-io[bot]'
458458

459459
container:
460-
image: ghcr.io/project-chip/chip-build:80
460+
image: ghcr.io/project-chip/chip-build:81
461461
volumes:
462462
- "/:/runner-root-volume"
463463
- "/tmp/log_output:/tmp/test_logs"

.github/workflows/chef.yaml

+5-5
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: ghcr.io/project-chip/chip-build:80
38+
image: ghcr.io/project-chip/chip-build:81
3939
options: --user root
4040

4141
steps:
@@ -56,7 +56,7 @@ jobs:
5656
if: github.actor != 'restyled-io[bot]'
5757

5858
container:
59-
image: ghcr.io/project-chip/chip-build-esp32:80
59+
image: ghcr.io/project-chip/chip-build-esp32:81
6060
options: --user root
6161

6262
steps:
@@ -77,7 +77,7 @@ jobs:
7777
if: github.actor != 'restyled-io[bot]'
7878

7979
container:
80-
image: ghcr.io/project-chip/chip-build-nrf-platform:80
80+
image: ghcr.io/project-chip/chip-build-nrf-platform:81
8181
options: --user root
8282

8383
steps:
@@ -98,7 +98,7 @@ jobs:
9898
if: github.actor != 'restyled-io[bot]'
9999

100100
container:
101-
image: ghcr.io/project-chip/chip-build-telink:80
101+
image: ghcr.io/project-chip/chip-build-telink:81
102102
options: --user root
103103

104104
steps:
@@ -110,7 +110,7 @@ jobs:
110110
platform: telink
111111
# - name: Update Zephyr to specific revision (for developers purpose)
112112
# shell: bash
113-
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab81a585fca6a83b30e1f4e58a021113d6a3acb8"
113+
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18"
114114
- name: CI Examples Telink
115115
shell: bash
116116
run: |

.github/workflows/darwin-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
strategy:
3939
matrix:
40-
build_variant: [no-ble-asan-clang]
40+
build_variant: [no-ble-no-shell-asan-clang]
4141
env:
4242
BUILD_VARIANT: ${{matrix.build_variant}}
4343

.github/workflows/darwin.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ jobs:
111111
working-directory: src/darwin/Framework
112112
run: |
113113
mkdir -p /tmp/darwin/framework-tests
114-
echo "This is a simple log" > /tmp/darwin/framework-tests/end_user_support_log.txt
115-
../../../out/debug/all-clusters-app/chip-all-clusters-app --interface-id -1 --end_user_support_log /tmp/darwin/framework-tests/end_user_support_log.txt > >(tee /tmp/darwin/framework-tests/all-cluster-app.log) 2> >(tee /tmp/darwin/framework-tests/all-cluster-app-err.log >&2) &
114+
../../../out/debug/all-clusters-app/chip-all-clusters-app --interface-id -1 > >(tee /tmp/darwin/framework-tests/all-cluster-app.log) 2> >(tee /tmp/darwin/framework-tests/all-cluster-app-err.log >&2) &
116115
117116
export TEST_RUNNER_ASAN_OPTIONS=__CURRENT_VALUE__:detect_stack_use_after_return=1
118117

.github/workflows/docker_img.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# ApplyLayer exit status 1 stdout: stderr: write /opt/fsl-imx-xwayland/5.15-kirkstone/sysroots/armv8a-poky-linux/opt/ltp/testcases/bin/fanotify15: no space left on device
102102
# - "-imx"
103103
- "-java"
104-
- "-k32w"
104+
- "-nxp"
105105
- "-nrf-platform"
106106
- "-telink"
107107
- "-ti"

.github/workflows/doxygen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
runs-on: ubuntu-latest
8383
container:
84-
image: ghcr.io/project-chip/chip-build-doxygen:80
84+
image: ghcr.io/project-chip/chip-build-doxygen:81
8585

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

.github/workflows/examples-ameba.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: ghcr.io/project-chip/chip-build-ameba:80
41+
image: ghcr.io/project-chip/chip-build-ameba:81
4242
options: --user root
4343

4444
steps:

.github/workflows/examples-asr.yaml

+1-1
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: ghcr.io/project-chip/chip-build-asr:80
39+
image: ghcr.io/project-chip/chip-build-asr:81
4040
options: --user root
4141

4242
steps:

.github/workflows/examples-bouffalolab.yaml

+21-21
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: ghcr.io/project-chip/chip-build-bouffalolab:80
40+
image: ghcr.io/project-chip/chip-build-bouffalolab:81
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:
@@ -57,25 +57,25 @@ jobs:
5757
run: |
5858
./scripts/run_in_build_env.sh \
5959
"./scripts/build/build_examples.py \
60-
--target bouffalolab-bl602-night-light-light \
61-
--target bouffalolab-bl602-night-light-light-mfd \
62-
--target bouffalolab-bl602-iot-matter-v1-light-115200-rpc \
60+
--target bouffalolab-bl602dk-light-easyflash \
61+
--target bouffalolab-bl602dk-light-mfd-littlefs \
62+
--target bouffalolab-bl602dk-light-rpc-115200-littlefs \
6363
build \
6464
--copy-artifacts-to out/artifacts \
6565
"
6666
- name: Prepare some bloat report from the previous builds
6767
run: |
6868
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
6969
bl602 bl602 lighting-app \
70-
out/artifacts/bouffalolab-bl602-night-light-light/chip-bl602-lighting-example.out \
70+
out/artifacts/bouffalolab-bl602dk-light-easyflash/chip-bl602-lighting-example.out \
7171
/tmp/bloat_reports/
7272
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
7373
bl602 bl602+mfd lighting-app \
74-
out/artifacts/bouffalolab-bl602-night-light-light-mfd/chip-bl602-lighting-example.out \
74+
out/artifacts/bouffalolab-bl602dk-light-mfd-littlefs/chip-bl602-lighting-example.out \
7575
/tmp/bloat_reports/
7676
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
7777
bl602 bl602+rpc lighting-app \
78-
out/artifacts/bouffalolab-bl602-iot-matter-v1-light-115200-rpc/chip-bl602-lighting-example.out \
78+
out/artifacts/bouffalolab-bl602dk-light-rpc-115200-littlefs/chip-bl602-lighting-example.out \
7979
/tmp/bloat_reports/
8080
- name: Clean out build output
8181
run: rm -rf ./out
@@ -84,35 +84,35 @@ jobs:
8484
run: |
8585
./scripts/run_in_build_env.sh \
8686
"./scripts/build/build_examples.py \
87-
--target bouffalolab-bl706-night-light-light \
88-
--target bouffalolab-bl706-night-light-light-mfd \
89-
--target bouffalolab-bl706dk-light-ethernet \
90-
--target bouffalolab-bl706dk-light-wifi-fp \
91-
--target bouffalolab-xt-zb6-devkit-light-115200-rpc \
87+
--target bouffalolab-bl706dk-light-easyflash \
88+
--target bouffalolab-bl706dk-light-mfd-littlefs \
89+
--target bouffalolab-bl706dk-light-ethernet-littlefs \
90+
--target bouffalolab-bl706dk-light-wifi-littlefs \
91+
--target bouffalolab-bl706dk-light-rpc-115200-littlefs \
9292
build \
9393
--copy-artifacts-to out/artifacts \
9494
"
9595
- name: Prepare some bloat report from the previous builds
9696
run: |
9797
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
9898
bl702 bl702 lighting-app \
99-
out/artifacts/bouffalolab-bl706-night-light-light/chip-bl702-lighting-example.out \
99+
out/artifacts/bouffalolab-bl706dk-light-easyflash/chip-bl702-lighting-example.out \
100100
/tmp/bloat_reports/
101101
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
102102
bl702 bl702+mfd lighting-app \
103-
out/artifacts/bouffalolab-bl706-night-light-light-mfd/chip-bl702-lighting-example.out \
103+
out/artifacts/bouffalolab-bl706dk-light-mfd-littlefs/chip-bl702-lighting-example.out \
104104
/tmp/bloat_reports/
105105
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
106106
bl702 bl706-eth lighting-app \
107-
out/artifacts/bouffalolab-bl706dk-light-ethernet/chip-bl702-lighting-example.out \
107+
out/artifacts/bouffalolab-bl706dk-light-ethernet-littlefs/chip-bl702-lighting-example.out \
108108
/tmp/bloat_reports/
109109
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
110110
bl702 bl706-wifi lighting-app \
111-
out/artifacts/bouffalolab-bl706dk-light-wifi-fp/chip-bl702-lighting-example.out \
111+
out/artifacts/bouffalolab-bl706dk-light-wifi-littlefs/chip-bl702-lighting-example.out \
112112
/tmp/bloat_reports/
113113
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
114114
bl702 bl702+rpc lighting-app \
115-
out/artifacts/bouffalolab-xt-zb6-devkit-light-115200-rpc/chip-bl702-lighting-example.out \
115+
out/artifacts/bouffalolab-bl706dk-light-rpc-115200-littlefs/chip-bl702-lighting-example.out \
116116
/tmp/bloat_reports/
117117
- name: Clean out build output
118118
run: rm -rf ./out
@@ -122,20 +122,20 @@ jobs:
122122
run: |
123123
./scripts/run_in_build_env.sh \
124124
"./scripts/build/build_examples.py \
125-
--target bouffalolab-bl704ldk-light \
126-
--target bouffalolab-bl704ldk-light-mfd \
125+
--target bouffalolab-bl704ldk-light-easyflash \
126+
--target bouffalolab-bl704ldk-light-mfd-littlefs \
127127
build \
128128
--copy-artifacts-to out/artifacts \
129129
"
130130
- name: Prepare some bloat report from the previous builds
131131
run: |
132132
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
133133
bl702l bl702l lighting-app \
134-
out/artifacts/bouffalolab-bl704ldk-light/chip-bl702l-lighting-example.out \
134+
out/artifacts/bouffalolab-bl704ldk-light-easyflash/chip-bl702l-lighting-example.out \
135135
/tmp/bloat_reports/
136136
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
137137
bl702l bl702l+mfd lighting-app \
138-
out/artifacts/bouffalolab-bl704ldk-light-mfd/chip-bl702l-lighting-example.out \
138+
out/artifacts/bouffalolab-bl704ldk-light-mfd-littlefs/chip-bl702l-lighting-example.out \
139139
/tmp/bloat_reports/
140140
- name: Clean out build output
141141
run: rm -rf ./out

.github/workflows/examples-cc13xx_26xx.yaml

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

4343
container:
44-
image: ghcr.io/project-chip/chip-build-ti:80
44+
image: ghcr.io/project-chip/chip-build-ti:81
4545
volumes:
4646
- "/tmp/bloat_reports:/tmp/bloat_reports"
4747
steps:

.github/workflows/examples-cc32xx.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: ghcr.io/project-chip/chip-build-ti:80
43+
image: ghcr.io/project-chip/chip-build-ti:81
4444
volumes:
4545
- "/tmp/bloat_reports:/tmp/bloat_reports"
4646
steps:

.github/workflows/examples-efr32.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: ghcr.io/project-chip/chip-build-efr32:80
43+
image: ghcr.io/project-chip/chip-build-efr32:81
4444
volumes:
4545
- "/tmp/bloat_reports:/tmp/bloat_reports"
4646
steps:

.github/workflows/examples-esp32.yaml

+2-2
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: ghcr.io/project-chip/chip-build-esp32:80
39+
image: ghcr.io/project-chip/chip-build-esp32:81
4040
volumes:
4141
- "/tmp/bloat_reports:/tmp/bloat_reports"
4242

@@ -126,7 +126,7 @@ jobs:
126126
if: github.actor != 'restyled-io[bot]'
127127

128128
container:
129-
image: ghcr.io/project-chip/chip-build-esp32:80
129+
image: ghcr.io/project-chip/chip-build-esp32:81
130130
volumes:
131131
- "/tmp/bloat_reports:/tmp/bloat_reports"
132132

.github/workflows/examples-infineon.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: ghcr.io/project-chip/chip-build-infineon:80
40+
image: ghcr.io/project-chip/chip-build-infineon:81
4141
env:
4242
# TODO: this should probably be part of the dockerfile itself
4343
CY_TOOLS_PATHS: /opt/Tools/ModusToolbox/tools_3.2

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

+1-1
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: ghcr.io/project-chip/chip-build-crosscompile:80
39+
image: ghcr.io/project-chip/chip-build-crosscompile:81
4040
volumes:
4141
- "/tmp/bloat_reports:/tmp/bloat_reports"
4242

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

+1-1
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: ghcr.io/project-chip/chip-build-imx:80
39+
image: ghcr.io/project-chip/chip-build-imx:81
4040

4141
steps:
4242
- name: Checkout

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

+1-1
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: ghcr.io/project-chip/chip-build:80
39+
image: ghcr.io/project-chip/chip-build:81
4040
volumes:
4141
- "/tmp/bloat_reports:/tmp/bloat_reports"
4242

.github/workflows/examples-linux-tv-casting-app.yaml

+1-1
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: ghcr.io/project-chip/chip-build:80
39+
image: ghcr.io/project-chip/chip-build:81
4040

4141
steps:
4242
- name: Checkout

.github/workflows/examples-mw320.yaml

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

4141
container:
42-
image: ghcr.io/project-chip/chip-build:80
42+
image: ghcr.io/project-chip/chip-build:81
4343
volumes:
4444
- "/tmp/bloat_reports:/tmp/bloat_reports"
4545
steps:

.github/workflows/examples-nrfconnect.yaml

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

4141
container:
42-
image: ghcr.io/project-chip/chip-build-nrf-platform:80
42+
image: ghcr.io/project-chip/chip-build-nrf-platform:81
4343
volumes:
4444
- "/tmp/bloat_reports:/tmp/bloat_reports"
4545

.github/workflows/examples-nuttx.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: ghcr.io/project-chip/chip-build-nuttx:80
38+
image: ghcr.io/project-chip/chip-build-nuttx:81
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
steps:

0 commit comments

Comments
 (0)