Skip to content

Commit 4bf4deb

Browse files
authored
Merge branch 'master' into 30754-cicd-dependabot-ci-runs-for-both-push-and-pull-effectively-double-the-processing
2 parents 553556b + f29ccbe commit 4bf4deb

File tree

889 files changed

+11511
-27413
lines changed

Some content is hidden

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

889 files changed

+11511
-27413
lines changed

.github/.wordlist.txt

+5
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,8 @@ HomePods
643643
hostapd
644644
hostname
645645
href
646+
HSM
647+
hsm
646648
HTTPS
647649
HW
648650
hwadr
@@ -965,6 +967,7 @@ objcopy
965967
OccupancySensing
966968
OctetString
967969
OECORE
970+
OID
968971
ol
969972
Onboarding
970973
onboardingcodes
@@ -986,6 +989,7 @@ openweave
986989
OperationalCredentials
987990
operationalDataset
988991
opkg
992+
OPTIGA
989993
optionMask
990994
optionOverride
991995
optionsMask
@@ -1429,6 +1433,7 @@ transitionTime
14291433
TransportMgrBase
14301434
TriggerEffect
14311435
TRNG
1436+
trustm
14321437
TrustedRootCertificates
14331438
tsan
14341439
TSG

.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:41
37+
image: ghcr.io/project-chip/chip-build:46
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:41
45+
image: ghcr.io/project-chip/chip-build:46
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:41
141+
image: ghcr.io/project-chip/chip-build:46
142142
volumes:
143143
- "/:/runner-root-volume"
144144
- "/tmp/log_output:/tmp/test_logs"
@@ -281,7 +281,7 @@ jobs:
281281
if: github.actor != 'restyled-io[bot]'
282282

283283
container:
284-
image: ghcr.io/project-chip/chip-build:41
284+
image: ghcr.io/project-chip/chip-build:46
285285
volumes:
286286
- "/:/runner-root-volume"
287287
- "/tmp/log_output:/tmp/test_logs"
@@ -342,7 +342,7 @@ jobs:
342342
if: github.actor != 'restyled-io[bot]'
343343

344344
container:
345-
image: ghcr.io/project-chip/chip-build:41
345+
image: ghcr.io/project-chip/chip-build:46
346346
volumes:
347347
- "/:/runner-root-volume"
348348
- "/tmp/log_output:/tmp/test_logs"
@@ -451,7 +451,7 @@ jobs:
451451
if: github.actor != 'restyled-io[bot]'
452452

453453
container:
454-
image: ghcr.io/project-chip/chip-build:41
454+
image: ghcr.io/project-chip/chip-build:46
455455
volumes:
456456
- "/:/runner-root-volume"
457457
- "/tmp/log_output:/tmp/test_logs"

.github/workflows/chef.yaml

+5-5
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:41
36+
image: ghcr.io/project-chip/chip-build:46
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:41
57+
image: ghcr.io/project-chip/chip-build-esp32:46
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:41
78+
image: ghcr.io/project-chip/chip-build-nrf-platform:46
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:41
99+
image: ghcr.io/project-chip/chip-build-telink:46
100100
options: --user root
101101

102102
steps:
@@ -108,7 +108,7 @@ jobs:
108108
platform: telink
109109
# - name: Update Zephyr to specific revision (for developers purpose)
110110
# shell: bash
111-
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py b5c8028ec94f3efa69decff3a09f0d6f8a21fd6d"
111+
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 65dc1812431bf946dfc110682298acf83d63e27a"
112112
- name: CI Examples Telink
113113
shell: bash
114114
run: |

.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:41
43+
# image: ghcr.io/project-chip/chip-build-cirque:46
4444
# volumes:
4545
# - "/tmp:/tmp"
4646
# - "/dev/pts:/dev/pts"

.github/workflows/darwin-tests.yaml

+1-9
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,7 @@ jobs:
7272

7373
- name: Run macOS Darwin Framework Tool Build Debug
7474
working-directory: src/darwin/Framework
75-
# Keep whatever Xcode settings
76-
# for OTHER_CFLAGS exist by using ${inherited}.
77-
#
78-
# Enable -Wconversion by hand as well, because it seems to not be
79-
# enabled by default in the Xcode config.
80-
#
81-
# Disable availability annotations, since we are not building against a system
82-
# Matter.framework.
83-
run: xcodebuild -target "darwin-framework-tool" -sdk macosx -configuration Debug OTHER_CFLAGS='${inherited} -Wconversion' GCC_PREPROCESSOR_DEFINITIONS='${inherited} MTR_NO_AVAILABILITY=1'
75+
run: xcodebuild -target "darwin-framework-tool" -sdk macosx -configuration Debug
8476
- name: Delete Defaults
8577
run: defaults delete com.apple.dt.xctest.tool
8678
continue-on-error: true

.github/workflows/darwin.yaml

+6-8
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,14 @@ jobs:
3535
strategy:
3636
matrix:
3737
options: # We don't need a full matrix
38-
- flavor: macos-release-availability
39-
arguments: -sdk macosx -configuration Release WARNING_CFLAGS='${inherited} -Werror -Wconversion -Wno-unguarded-availability-new'
38+
- flavor: macos-release
39+
arguments: -sdk macosx -configuration Release
4040
- flavor: ios-release
41-
arguments: -sdk iphoneos -configuration Release WARNING_CFLAGS='${inherited} -Werror -Wconversion' GCC_PREPROCESSOR_DEFINITIONS='${inherited} MTR_NO_AVAILABILITY=1'
42-
- flavor: ios-debug
43-
arguments: -sdk iphoneos -configuration Debug WARNING_CFLAGS='${inherited} -Werror -Wconversion' GCC_PREPROCESSOR_DEFINITIONS='${inherited} MTR_NO_AVAILABILITY=1'
41+
arguments: -sdk iphoneos -configuration Release
4442
- flavor: tvos-debug
45-
arguments: -sdk appletvos -configuration Debug WARNING_CFLAGS='${inherited} -Werror -Wconversion' GCC_PREPROCESSOR_DEFINITIONS='${inherited} MTR_NO_AVAILABILITY=1'
43+
arguments: -sdk appletvos -configuration Debug
4644
- flavor: watchos-debug
47-
arguments: -sdk watchos -configuration Debug WARNING_CFLAGS='${inherited} -Werror -Wconversion' GCC_PREPROCESSOR_DEFINITIONS='${inherited} MTR_NO_AVAILABILITY=1'
45+
arguments: -sdk watchos -configuration Debug
4846
steps:
4947
- name: Checkout
5048
uses: actions/checkout@v4
@@ -113,7 +111,7 @@ jobs:
113111
114112
# Disable BLE (CHIP_IS_BLE=NO) because the app does not have the permission to use it and that may crash the CI.
115113
xcodebuild test -target "Matter" -scheme "Matter Framework Tests" -sdk macosx ${{ matrix.options.arguments }} \
116-
OTHER_CFLAGS='${inherited} -Werror -Wconversion' CHIP_IS_BLE=NO GCC_PREPROCESSOR_DEFINITIONS='${inherited} MTR_NO_AVAILABILITY=1 ${{ matrix.options.defines }}' \
114+
CHIP_IS_BLE=NO GCC_PREPROCESSOR_DEFINITIONS='${inherited} ${{ matrix.options.defines }}' \
117115
> >(tee /tmp/darwin/framework-tests/darwin-tests.log) 2> >(tee /tmp/darwin/framework-tests/darwin-tests-err.log >&2)
118116
- name: Collect crash logs
119117
if: failure() && !env.ACT

.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:41
84+
image: ghcr.io/project-chip/chip-build-doxygen:46
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:42
39+
image: ghcr.io/project-chip/chip-build-ameba:46
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:41
37+
image: ghcr.io/project-chip/chip-build-asr:46
3838
options: --user root
3939

4040
steps:

.github/workflows/examples-bouffalolab.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-bouffalolab:41
40+
image: ghcr.io/project-chip/chip-build-bouffalolab:46
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-cc13x2x7_26x2x7.yaml .github/workflows/examples-cc13xx_26xx.yaml

+4-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: Build example - TI CC26X2X7
15+
name: Build example - TI CC13XX_26XX
1616

1717
on:
1818
push:
@@ -26,11 +26,11 @@ env:
2626
CHIP_NO_LOG_TIMESTAMPS: true
2727

2828
jobs:
29-
cc26x2x7:
30-
name: cc26x2x7
29+
cc13xx_26xx:
30+
name: cc13xx_26xx
3131

3232
env:
33-
BUILD_TYPE: gn_cc26x2x7
33+
BUILD_TYPE: gn_cc13xx_26xx
3434

3535
runs-on: ubuntu-latest
3636
if: github.actor != 'restyled-io[bot]'
@@ -97,11 +97,6 @@ jobs:
9797
cc13x4_26x4 LP_EM_CC1354P10_6 lighting-app \
9898
out/artifacts/ti-cc13x4_26x4-lighting-mtd/chip-LP_EM_CC1354P10_6-lighting-example.out \
9999
/tmp/bloat_reports/
100-
- name: Uploading Size Reports
101-
uses: ./.github/actions/upload-size-reports
102-
if: ${{ !env.ACT }}
103-
with:
104-
platform-name: cc13x2x7_26x2x7
105100
- name: Uploading Size Reports
106101
uses: ./.github/actions/upload-size-reports
107102
if: ${{ !env.ACT }}

.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:41
41+
image: ghcr.io/project-chip/chip-build-efr32:46
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:41
37+
image: ghcr.io/project-chip/chip-build-esp32:46
3838
volumes:
3939
- "/tmp/bloat_reports:/tmp/bloat_reports"
4040

@@ -124,7 +124,7 @@ jobs:
124124
if: github.actor != 'restyled-io[bot]'
125125

126126
container:
127-
image: ghcr.io/project-chip/chip-build-esp32:41
127+
image: ghcr.io/project-chip/chip-build-esp32:46
128128
volumes:
129129
- "/tmp/bloat_reports:/tmp/bloat_reports"
130130

.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:41
40+
image: ghcr.io/project-chip/chip-build-infineon:46
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
@@ -36,7 +36,7 @@ jobs:
3636
if: github.actor != 'restyled-io[bot]'
3737

3838
container:
39-
image: ghcr.io/project-chip/chip-build-crosscompile:41
39+
image: ghcr.io/project-chip/chip-build-crosscompile:46
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
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: ghcr.io/project-chip/chip-build-imx:41
37+
image: ghcr.io/project-chip/chip-build-imx:46
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:41
37+
image: ghcr.io/project-chip/chip-build:46
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
@@ -42,7 +42,7 @@ jobs:
4242
if: github.actor != 'restyled-io[bot]'
4343

4444
container:
45-
image: ghcr.io/project-chip/chip-build-mbed-os:41
45+
image: ghcr.io/project-chip/chip-build-mbed-os:46
4646
volumes:
4747
- "/tmp/bloat_reports:/tmp/bloat_reports"
4848

.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:41
40+
image: ghcr.io/project-chip/chip-build:46
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:41
40+
image: ghcr.io/project-chip/chip-build-nrf-platform:46
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343

.github/workflows/examples-nxp.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:38
40+
image: ghcr.io/project-chip/chip-build-k32w:46
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

.github/workflows/examples-openiotsdk.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-openiotsdk:41
43+
image: ghcr.io/project-chip/chip-build-openiotsdk:46
4444
volumes:
4545
- "/tmp/bloat_reports:/tmp/bloat_reports"
4646
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:41
40+
image: ghcr.io/project-chip/chip-build:46
4141
volumes:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:

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

0 commit comments

Comments
 (0)