Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync csa branch with main #293

Merged
merged 33 commits into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2bf7270
Do not pass cluster ID to CommissionerControlServer (#37644)
yufengwangca Feb 19, 2025
00c6f4e
Add ICDConfigurationData to app sources when ICD management server cl…
adigie Feb 19, 2025
86e0b85
Adding MRP analytics delegate (#37439)
tehampson Feb 19, 2025
38cc24b
Build time optimization (#37433)
adigie Feb 19, 2025
1bd8e40
[Darwin] MTRDevice _delegateExists cannot be called without holding l…
jtung-apple Feb 19, 2025
0551d0a
[Darwin] MTRDeviceController_XPC _updateRegistrationInfo double lock …
jtung-apple Feb 19, 2025
0b67ce2
Dft xpc2 (#36719)
vivien-apple Feb 19, 2025
8464e5f
Add OTA Requestor cluster to energy management app (#37614)
jadhavrohit924 Feb 19, 2025
40979b4
[Darwin] MTRDevice delegate callbacks should call out without holding…
jtung-apple Feb 19, 2025
78092a6
tv-casting-app/android: Include MatterEndpoint.java in TvCastingApp.j…
sharadb-amazon Feb 19, 2025
35fda6d
Update Darwin availability annotations. (#37670)
bzbarsky-apple Feb 19, 2025
489a8d7
New chef devices - Rainsensor waterfreezedetector (#37529)
sxb427 Feb 19, 2025
3f29ee1
[Darwin] MTRDeviceController dealloc log (#37588)
jtung-apple Feb 19, 2025
3939703
[Telink] Fix Thermostat App build (#37674)
adigie Feb 20, 2025
e1ca08f
Correct temperature range for dishwasher (#37647)
sxb427 Feb 20, 2025
d11e93b
[Darwin] MTRDevice subscription onDone callback needs to acquire lock…
jtung-apple Feb 20, 2025
616e1bd
Align XML definitions for WebRTC Requester cluster with spec (#37650)
yufengwangca Feb 20, 2025
1e2ac10
Initial cut of Matter camera app (#37625)
pidarped Feb 20, 2025
a5971fa
[CI] Add x86 build check for camera app (#37680)
yufengwangca Feb 20, 2025
7dccded
[platform][k32w0] Add API calls to set DCDC when entering and exiting…
mihai-ignat Feb 20, 2025
24d61c6
Add VID Verification to ZAP XML (#37640)
tcarmelveilleux Feb 20, 2025
4fa81f6
Add Mounted Dimmable load device type (1.4) (#37636)
silabs-alexandre Feb 20, 2025
88a2e59
[Silabs] Bugfix: PSA AEAD encryption/decryption fixed. (#37663)
rcasallas-silabs Feb 20, 2025
ce16ea3
[Silabs] [WiFi] Not allowing the DUT to go to sleep during commission…
chirag-silabs Feb 20, 2025
f447cc2
[Silabs][Wf200] Adding inline function for the rssi calculation for W…
chirag-silabs Feb 20, 2025
8f760aa
[Silabs][Docker] Bump sdk versions in Silabs docker (#37651)
chirag-silabs Feb 20, 2025
72bd391
Detect provisional in cmd and attributes, also zap regen. (#37692)
andy31415 Feb 20, 2025
27374a3
[nrfconnect] Add gcc-multilib and g++-multilib to Docker image (#37685)
adigie Feb 20, 2025
5398152
[NXP][common][NVS] Fix NVS Matter issue into ClearConfigValue API (#3…
Martin-NXP Feb 20, 2025
2130b32
[Darwin] MTRDevice_XPC needs to initialize queue (#37693)
jtung-apple Feb 20, 2025
1543d47
Bump Docker images versions to 115 (#37687)
adigie Feb 20, 2025
26a7b1c
Update Docker image for Sysconfig 1.22.0 update (#37665)
abiradarti Feb 20, 2025
9ad9d2c
[Testing] Refactor mock server to support distributed configuration l…
swan-amazon Feb 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ CurrentHue
CurrentLevel
CurrentSaturation
customAcl
customizable
customizations
cvfJ
cxx
Expand Down Expand Up @@ -1060,6 +1061,7 @@ otatesting
otaURL
OTBR
otcli
OU
outform
outgoingCommands
overridable
Expand Down Expand Up @@ -1171,6 +1173,7 @@ PyObject
pypi
PyRun
pytest
PYTHONPATH
QEMU
Qorvo
QPG
Expand Down Expand Up @@ -1349,6 +1352,7 @@ SRP
SRV
SSBL
SSID
SSL
startoffset
StartScan
startsWith
Expand Down Expand Up @@ -1516,6 +1520,7 @@ unfocus
Unicast
UniFlash
UnitLocalization
unittest
unpair
unprovisioned
Unsecure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115

steps:
- name: Checkout
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
options: --user root

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

container:
image: ghcr.io/project-chip/chip-build-esp32:112
image: ghcr.io/project-chip/chip-build-esp32:115
options: --user root

steps:
Expand All @@ -78,7 +78,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-nrf-platform:112
image: ghcr.io/project-chip/chip-build-nrf-platform:115
options: --user root

steps:
Expand All @@ -99,7 +99,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-telink:112
image: ghcr.io/project-chip/chip-build-telink:115
options: --user root

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/project-chip/chip-build-doxygen:112
image: ghcr.io/project-chip/chip-build-doxygen:115

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-ameba:112
image: ghcr.io/project-chip/chip-build-ameba:115
options: --user root

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-asr:112
image: ghcr.io/project-chip/chip-build-asr:115
options: --user root

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-bouffalolab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-bouffalolab:112
image: ghcr.io/project-chip/chip-build-bouffalolab:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-cc13xx_26xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-ti:112
image: ghcr.io/project-chip/chip-build-ti:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-cc32xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-ti:112
image: ghcr.io/project-chip/chip-build-ti:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-esp32:112
image: ghcr.io/project-chip/chip-build-esp32:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
if: github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif'

container:
image: ghcr.io/project-chip/chip-build-esp32:112
image: ghcr.io/project-chip/chip-build-esp32:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-infineon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-infineon:112
image: ghcr.io/project-chip/chip-build-infineon:115
env:
# TODO: this should probably be part of the dockerfile itself
CY_TOOLS_PATHS: /opt/Tools/ModusToolbox/tools_3.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-crosscompile:112
image: ghcr.io/project-chip/chip-build-crosscompile:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-imx:112
image: ghcr.io/project-chip/chip-build-imx:115

steps:
- name: Checkout
Expand Down
14 changes: 12 additions & 2 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down Expand Up @@ -228,7 +228,17 @@ jobs:
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
linux debug fabric-sync \
out/linux-x64-fabric-sync-no-ble/fabric-sync \
/tmp/bloat_reports/
/tmp/bloat_reports/
- name: Build example Camera App
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target linux-x64-camera \
build"
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
linux debug camera-app \
out/linux-x64-camera/chip-camera-app \
/tmp/bloat_reports/
- name: Uploading Size Reports
uses: ./.github/actions/upload-size-reports
if: ${{ !env.ACT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-tv-casting-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-mw320.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-nrf-platform:112
image: ghcr.io/project-chip/chip-build-nrf-platform:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-nuttx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-nuttx:112
image: ghcr.io/project-chip/chip-build-nuttx:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-nxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-nxp:112
image: ghcr.io/project-chip/chip-build-nxp:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-nxp-zephyr:112
image: ghcr.io/project-chip/chip-build-nxp-zephyr:115

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-openiotsdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-openiotsdk:112
image: ghcr.io/project-chip/chip-build-openiotsdk:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
options: --privileged
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-qpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-stm32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-telink:112
image: ghcr.io/project-chip/chip-build-telink:115
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-tizen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-tizen:112
image: ghcr.io/project-chip/chip-build-tizen:115
options: --user root
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-android:113
image: ghcr.io/project-chip/chip-build-android:115
volumes:
- "/tmp/log_output:/tmp/test_logs"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:112
image: ghcr.io/project-chip/chip-build:115
volumes:
- "/tmp/log_output:/tmp/test_logs"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/project-chip/chip-build-java:113
image: ghcr.io/project-chip/chip-build-java:115
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"

Expand Down
Loading
Loading