Skip to content

Commit 801426f

Browse files
authored
Merge branch 'master' into client-invalid-ib-leniency
2 parents 0609089 + 4922ea6 commit 801426f

File tree

831 files changed

+128063
-23522
lines changed

Some content is hidden

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

831 files changed

+128063
-23522
lines changed

.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: ghcr.io/project-chip/chip-build:25
36+
image: ghcr.io/project-chip/chip-build:26
3737

3838
steps:
3939
- name: Checkout

.github/workflows/build.yaml

+5-5
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:25
43+
image: ghcr.io/project-chip/chip-build:26
4444
volumes:
4545
- "/tmp/log_output:/tmp/test_logs"
4646
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -135,7 +135,7 @@ jobs:
135135
if: github.actor != 'restyled-io[bot]'
136136

137137
container:
138-
image: ghcr.io/project-chip/chip-build:25
138+
image: ghcr.io/project-chip/chip-build:26
139139
volumes:
140140
- "/tmp/log_output:/tmp/test_logs"
141141
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -283,7 +283,7 @@ jobs:
283283
if: github.actor != 'restyled-io[bot]'
284284

285285
container:
286-
image: ghcr.io/project-chip/chip-build:25
286+
image: ghcr.io/project-chip/chip-build:26
287287
volumes:
288288
- "/tmp/log_output:/tmp/test_logs"
289289
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -343,7 +343,7 @@ jobs:
343343
if: github.actor != 'restyled-io[bot]'
344344

345345
container:
346-
image: ghcr.io/project-chip/chip-build:25
346+
image: ghcr.io/project-chip/chip-build:26
347347
volumes:
348348
- "/tmp/log_output:/tmp/test_logs"
349349
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0
@@ -451,7 +451,7 @@ jobs:
451451
if: github.actor != 'restyled-io[bot]'
452452

453453
container:
454-
image: ghcr.io/project-chip/chip-build:25
454+
image: ghcr.io/project-chip/chip-build:26
455455
volumes:
456456
- "/tmp/log_output:/tmp/test_logs"
457457
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0

.github/workflows/chef.yaml

+4-4
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: ghcr.io/project-chip/chip-build:25
36+
image: ghcr.io/project-chip/chip-build:26
3737
options: --user root
3838

3939
steps:
@@ -54,7 +54,7 @@ jobs:
5454
if: github.actor != 'restyled-io[bot]'
5555

5656
container:
57-
image: ghcr.io/project-chip/chip-build-esp32:25
57+
image: ghcr.io/project-chip/chip-build-esp32:26
5858
options: --user root
5959

6060
steps:
@@ -75,7 +75,7 @@ jobs:
7575
if: github.actor != 'restyled-io[bot]'
7676

7777
container:
78-
image: ghcr.io/project-chip/chip-build-nrf-platform:25
78+
image: ghcr.io/project-chip/chip-build-nrf-platform:26
7979
options: --user root
8080

8181
steps:
@@ -96,7 +96,7 @@ jobs:
9696
if: github.actor != 'restyled-io[bot]'
9797

9898
container:
99-
image: ghcr.io/project-chip/chip-build-telink:25
99+
image: ghcr.io/project-chip/chip-build-telink:26
100100
options: --user root
101101

102102
steps:

.github/workflows/cirque.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# need to run with privilege, which isn't supported by job.XXX.contaner
4141
# https://github.com/actions/container-action/issues/2
4242
# container:
43-
# image: ghcr.io/project-chip/chip-build-cirque:25
43+
# image: ghcr.io/project-chip/chip-build-cirque:26
4444
# volumes:
4545
# - "/tmp:/tmp"
4646
# - "/dev/pts:/dev/pts"

.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:25
84+
image: ghcr.io/project-chip/chip-build-doxygen:26
8585

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

.github/workflows/examples-ameba.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-ameba:25
39+
image: ghcr.io/project-chip/chip-build-ameba:26
4040
options: --user root
4141

4242
steps:

.github/workflows/examples-asr.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: ghcr.io/project-chip/chip-build-asr:25
37+
image: ghcr.io/project-chip/chip-build-asr:26
3838
options: --user root
3939

4040
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: ghcr.io/project-chip/chip-build-bouffalolab:25
38+
image: ghcr.io/project-chip/chip-build-bouffalolab:26
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
@@ -36,7 +36,7 @@ jobs:
3636
if: github.actor != 'restyled-io[bot]'
3737

3838
container:
39-
image: ghcr.io/project-chip/chip-build-ti:25
39+
image: ghcr.io/project-chip/chip-build-ti:26
4040
volumes:
4141
- "/tmp/bloat_reports:/tmp/bloat_reports"
4242
steps:

.github/workflows/examples-cc32xx.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-ti:25
40+
image: ghcr.io/project-chip/chip-build-ti:26
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: ghcr.io/project-chip/chip-build-efr32:25
41+
image: ghcr.io/project-chip/chip-build-efr32:26
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: ghcr.io/project-chip/chip-build-esp32:25
37+
image: ghcr.io/project-chip/chip-build-esp32:26
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040

@@ -130,7 +130,7 @@ jobs:
130130
if: github.actor != 'restyled-io[bot]'
131131

132132
container:
133-
image: ghcr.io/project-chip/chip-build-esp32:25
133+
image: ghcr.io/project-chip/chip-build-esp32:26
134134
volumes:
135135
- "/tmp/bloat_reports:/tmp/bloat_reports"
136136

.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: ghcr.io/project-chip/chip-build-infineon:25
38+
image: ghcr.io/project-chip/chip-build-infineon:26
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: ghcr.io/project-chip/chip-build-k32w:25
40+
image: ghcr.io/project-chip/chip-build-k32w:26
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: ghcr.io/project-chip/chip-build-crosscompile:25
37+
image: ghcr.io/project-chip/chip-build-crosscompile:26
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: ghcr.io/project-chip/chip-build-imx:25
37+
image: ghcr.io/project-chip/chip-build-imx:26
3838

3939
steps:
4040
- name: Checkout

.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: ghcr.io/project-chip/chip-build:25
37+
image: ghcr.io/project-chip/chip-build:26
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: ghcr.io/project-chip/chip-build-mbed-os:25
43+
image: ghcr.io/project-chip/chip-build-mbed-os:26
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: ghcr.io/project-chip/chip-build:25
40+
image: ghcr.io/project-chip/chip-build:26
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: ghcr.io/project-chip/chip-build-nrf-platform:25
40+
image: ghcr.io/project-chip/chip-build-nrf-platform:26
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
@@ -38,7 +38,7 @@ jobs:
3838
if: github.actor != 'restyled-io[bot]'
3939

4040
container:
41-
image: ghcr.io/project-chip/chip-build-openiotsdk:25
41+
image: ghcr.io/project-chip/chip-build-openiotsdk:26
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
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: ghcr.io/project-chip/chip-build:25
40+
image: ghcr.io/project-chip/chip-build:26
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-stm32.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:25
41+
image: ghcr.io/project-chip/chip-build:26
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:

.github/workflows/examples-telink.yaml

+9-9
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-telink:25
39+
image: ghcr.io/project-chip/chip-build-telink:26
4040
volumes:
4141
- "/tmp/bloat_reports:/tmp/bloat_reports"
4242

@@ -151,13 +151,13 @@ jobs:
151151
- name: clean out build output
152152
run: rm -rf ./out
153153

154-
- name: Build example Telink (B92 retention) Lock App with DFU
154+
- name: Build example Telink (B92) Lock App with DFU
155155
run: |
156156
./scripts/run_in_build_env.sh \
157-
"./scripts/build/build_examples.py --target 'telink-tlsr9528a_retention-lock-dfu' build"
157+
"./scripts/build/build_examples.py --target 'telink-tlsr9528a-lock-dfu' build"
158158
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
159-
telink tlsr9528a_retention lock-app-dfu \
160-
out/telink-tlsr9528a_retention-lock-dfu/zephyr/zephyr.elf \
159+
telink tlsr9528a lock-app-dfu \
160+
out/telink-tlsr9528a-lock-dfu/zephyr/zephyr.elf \
161161
/tmp/bloat_reports/
162162
163163
- name: clean out build output
@@ -235,13 +235,13 @@ jobs:
235235
- name: clean out build output
236236
run: rm -rf ./out
237237

238-
- name: Build example Telink (B92 retention) Temperature Measurement App
238+
- name: Build example Telink (B91 Mars) Temperature Measurement App with OTA
239239
run: |
240240
./scripts/run_in_build_env.sh \
241-
"./scripts/build/build_examples.py --target 'telink-tlsr9528a_retention-temperature-measurement' build"
241+
"./scripts/build/build_examples.py --target 'telink-tlsr9518adk80d-temperature-measurement-mars-ota' build"
242242
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
243-
telink tlsr9528a_retention temperature-measurement-app \
244-
out/telink-tlsr9528a_retention-temperature-measurement/zephyr/zephyr.elf \
243+
telink tlsr9518adk80d temperature-measurement-app-mars-ota \
244+
out/telink-tlsr9518adk80d-temperature-measurement-mars-ota/zephyr/zephyr.elf \
245245
/tmp/bloat_reports/
246246
247247
- name: clean out build output

.github/workflows/examples-tizen.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: ghcr.io/project-chip/chip-build-tizen:25
37+
image: ghcr.io/project-chip/chip-build-tizen:26
3838
options: --user root
3939
volumes:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"

.github/workflows/full-android.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-android:25
39+
image: ghcr.io/project-chip/chip-build-android:26
4040
volumes:
4141
- "/tmp/log_output:/tmp/test_logs"
4242

.github/workflows/fuzzing-build.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: ghcr.io/project-chip/chip-build:25
36+
image: ghcr.io/project-chip/chip-build:26
3737
volumes:
3838
- "/tmp/log_output:/tmp/test_logs"
3939

.github/workflows/java-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141

4242
container:
43-
image: ghcr.io/project-chip/chip-build-java:25
43+
image: ghcr.io/project-chip/chip-build-java:26
4444
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
4545
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
4646

.github/workflows/lint.yml

+14-1
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: ghcr.io/project-chip/chip-build:25
32+
image: ghcr.io/project-chip/chip-build:26
3333

3434
steps:
3535
- name: Checkout
@@ -99,6 +99,19 @@ jobs:
9999
run: |
100100
git grep -n "PRI.16" -- './*' ':(exclude).github/workflows/lint.yml' ':(exclude)third_party/lwip/repo/lwip/src/include/lwip/arch.h' && exit 1 || exit 0
101101
102+
# git grep exits with 0 if it finds a match, but we want
103+
# to fail (exit nonzero) on match. And we want to exclude this file,
104+
# to avoid our grep regexp matching itself.
105+
- name: Check for use of PRI*64, which are not supported on some libcs.
106+
if: always()
107+
run: |
108+
# TODO: MessageDefHelper should ideally not be excluded here.
109+
# TODO: chip_im_initiatore should ideally not be excluded here.
110+
# TODO: TLVDebug should ideally not be excluded here.
111+
# TODO: protocol_decoder.cpp should ideally not be excluded here.
112+
# TODO: PersistentStorageMacros.h should ideally not be excluded here.
113+
git grep -n "PRI.64" -- './*' ':(exclude).github/workflows/lint.yml' ':(exclude)examples/chip-tool' ':(exclude)examples/tv-casting-app' ':(exclude)src/app/MessageDef/MessageDefHelper.cpp' ':(exclude)src/app/tests/integration/chip_im_initiator.cpp' ':(exclude)src/lib/core/TLVDebug.cpp' ':(exclude)src/lib/dnssd/tests/TestTxtFields.cpp' ':(exclude)src/lib/format/protocol_decoder.cpp' ':(exclude)src/lib/support/PersistentStorageMacros.h' ':(exclude)src/messaging/tests/echo/echo_requester.cpp' ':(exclude)src/platform/Linux' ':(exclude)src/platform/Ameba' ':(exclude)src/platform/ESP32' ':(exclude)src/platform/webos' ':(exclude)zzz_generated/chip-tool' ':(exclude)src/tools/chip-cert/Cmd_PrintCert.cpp' && exit 1 || exit 0
114+
102115
# git grep exits with 0 if it finds a match, but we want
103116
# to fail (exit nonzero) on match. And we want to exclude this file,
104117
# to avoid our grep regexp matching itself.

.github/workflows/minimal-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232

3333
container:
34-
image: ghcr.io/project-chip/chip-build-minimal:25
34+
image: ghcr.io/project-chip/chip-build-minimal:26
3535

3636
steps:
3737
- name: Checkout

0 commit comments

Comments
 (0)