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

Merge commit 78f489d7d5 from CSA #49

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a1bafe1
[NXP] fix on network build issue, add wifi diagnostics status code (#…
Martin-NXP Oct 3, 2024
2651245
zap regen (#35894)
andy31415 Oct 3, 2024
cc6c773
Add ability to report endpoint device types in the DataModel::Provide…
andy31415 Oct 3, 2024
6bb8645
[SVE] TC-MCORE-FS-1.3: Bump the DUT timeout for newly added device (#…
samadDotDev Oct 3, 2024
9ae53c5
Camera webrtc provider cluster (#35779)
gmarcosb Oct 3, 2024
dc3fcc8
[Fabric-Admin] Refactor to use API methods instead of PushCommand (2/…
yufengwangca Oct 4, 2024
a3b5eaa
Removing dead XPC methods (#35904)
woody-apple Oct 4, 2024
965a377
Add debug messages to the delegate callbacks for test033_TestMTRDevic…
nivi-apple Oct 4, 2024
3ffe083
Fixing exception with calling into a dead XPC object (#35908)
woody-apple Oct 4, 2024
79fcb91
lighting-app: Remove OccupancySensing Server (#35893)
soares-sergio Oct 4, 2024
27b5f3a
Fix duplicate CI runs for both push and pull_request events (#35880)
vatsalghelani-csa Oct 4, 2024
22c488b
AutoRelockTime wait will happen when Pics is enabled (#35891)
Harshith-GRL Oct 4, 2024
6f728a5
Remove provisional status of Fabric Sync bits to align with the spec …
yufengwangca Oct 4, 2024
3d882e9
fixing the additional advertising on the 91x (#35913)
chirag-silabs Oct 4, 2024
33b1f22
Remove legacy thread for RPC test (#35909)
yufengwangca Oct 4, 2024
ad57f01
Fix empty report feedback loop (#35899)
mkardous-silabs Oct 4, 2024
5cf80d7
Cleanup extra namespace prefix (#35911)
yufengwangca Oct 4, 2024
78f489d
[Silabs] Enabling custom board support for matter (#35809)
fuxiaoming-lumi Oct 4, 2024
8d3bd36
Merge commit '78f489d7d5' into merge_78f489d7d5
mykrupp Oct 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Builds

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build Chef CI examples on all platforms

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Cirque

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Darwin Tests

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Darwin

on:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ name: Doxygen

on:
push:
branches:
- master
- 'v*-branch'
paths:
- "**.do[xc]"
- "**.c[cs]?"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/example-tv-casting-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: TV Casting Example - Darwin

on:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Ameba

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - ASR

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-bouffalolab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - BouffaloLab

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-cc13xx_26xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - TI CC13XX_26XX

on:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-cc32xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ name: Build example - TI CC32XX
on:
workflow_dispatch:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - EFR32

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - ESP32

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-infineon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Infineon

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-linux-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Linux ARM

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - i.MX Linux

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Linux Standalone

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-linux-tv-casting-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Test TV Casting Example

on:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-mw320.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - MW320

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - nRF Connect SDK

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/examples-nuttx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ name: Build example - NuttX

on:
push:
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-nxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - NXP

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-qpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - QPG

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-stm32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - stm32

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Telink

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-tizen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Tizen

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/full-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Full builds - Android

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
workflow_dispatch:

concurrency:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "Validate Gradle Wrapper"
on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:

jobs:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/java-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Java Tests

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Lint Code Base

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/minimal-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Minimal Build (Linux / configure)

on:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: QEMU

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
Loading
Loading