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 #302

Merged
merged 29 commits into from
Feb 25, 2025
Merged

Sync csa branch with main #302

merged 29 commits into from
Feb 25, 2025

Conversation

github-actions[bot]
Copy link

This PR syncs the csa branch with the main branch.

PR MUST BE MERGED WITH MERGE COMMIT - ADMIN MUST ENABLE THE OPTION

OliverFan1 and others added 28 commits February 24, 2025 13:17
…washer and thermostat apps on RW612 Zephyr platform (#37683)

Signed-off-by: Oliver Fan <oliver.fan@nxp.com>
Bumps [third_party/libwebsockets/repo](https://github.com/warmcat/libwebsockets) from `c57c239` to `75849aa`.
- [Commits](warmcat/libwebsockets@c57c239...75849aa)

---
updated-dependencies:
- dependency-name: third_party/libwebsockets/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [nrfconnect] Change native_posix_64 to native_sim

* Build Zephyr native tests for 32-bit target.
* Use native_sim as native_posix_64 is deprecated and removed in recent
version of Zephyr.

Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>

* [nrfconnect] Remove CHIP_CONFIG_LAMBDA_EVENT_SIZE override

CHIP_CONFIG_LAMBDA_EVENT_SIZE should not be needed when building for
32-bit target.

Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>

---------

Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
…o Align with Test Plan and VS Changes (#37048)

* DD YAML Update

* DD Manual script update

* Resolved indentation errors

* Resolved indentation

* resolved errors

* resolved errors

* resolving format error

* error resolved

* indentation error resolved

* Resolved errors

* resolving errors

* Restyled by whitespace

* Restyled by prettier-yaml

---------

Co-authored-by: Restyled.io <commits@restyled.io>
…733)

Bumps [third_party/libdatachannel/repo](https://github.com/paullouisageneau/libdatachannel) from `173d97a` to `59ce380`.
- [Release notes](https://github.com/paullouisageneau/libdatachannel/releases)
- [Commits](paullouisageneau/libdatachannel@173d97a...59ce380)

---
updated-dependencies:
- dependency-name: third_party/libdatachannel/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add dependabot as conditional to not fail checks.

Dependabot almost always changes submodules and has its own
template for PRs. Remove some of the checks for PRs created by
dependabot.

* Fix dependabot name
Bumps [third_party/bouffalolab/repo](https://github.com/bouffalolab/bl_iot_sdk_tiny) from `11448ae` to `75df6e8`.
- [Commits](bouffalolab/bl_iot_sdk_tiny@11448ae...75df6e8)

---
updated-dependencies:
- dependency-name: third_party/bouffalolab/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [third_party/mbedtls/repo](https://github.com/ARMmbed/mbedtls) from `0834c59` to `2153b1b`.
- [Release notes](https://github.com/ARMmbed/mbedtls/releases)
- [Commits](Mbed-TLS/mbedtls@0834c59...2153b1b)

---
updated-dependencies:
- dependency-name: third_party/mbedtls/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [third_party/ot-br-posix/repo](https://github.com/openthread/ot-br-posix) from `bd15f71` to `23149c3`.
- [Release notes](https://github.com/openthread/ot-br-posix/releases)
- [Commits](openthread/ot-br-posix@bd15f71...23149c3)

---
updated-dependencies:
- dependency-name: third_party/ot-br-posix/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#37722)

* Update rootnode_rainsensor_a7aa5d7738.matter

* Update rootnode_rainsensor_a7aa5d7738.zap

* Update rootnode_rainsensor_a7aa5d7738.matter
* Fix conformance errors.

* Remove "Groups" cluster (0x04).

* Update generated .matter file.
… for WebRTC clusters (#37657)

* Update zap_cluster_list.json

WEBRTC_TRANSPORT clusters

* Update zap_cluster_list.json

Remove old cluster names

* Update zap_cluster_list.json
* Fix broken doc links and resolve dependency conflicts

* Fix MyST cross-reference error in vs_code_development.md

* Restyled by prettier-markdown

* Delete docs/examples/chef/README_DEVICE.md

* Delete docs/examples/chef/README_OTCLI.md

* Delete docs/examples/chef/README_SHELL.md

---------

Co-authored-by: Restyled.io <commits@restyled.io>
* Fix typo: diagostics - diagNostics

* Restyled by clang-format

* Fix more typos

* Restyle

* Restyled by clang-format

---------

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Co-authored-by: Restyled.io <commits@restyled.io>
…umption succeeded. (#37740)

* Reset retry counter for subscription resumption once subscription resumption succeeded.

A retry counter is used to monitor the number of retries done for subscription resumption. Based on this
retry counter, a backoff mechanism is in place to calculate the next try for subscription resumption.
How bigger the retry counter is, how longer it will take before subscription resumption is retried.
It was seen that this retry counter was not reset after the subscription successfully resumed. When
after that subscription resumption mechanism is kicked in again, it was using the last retry counter,
leading to very big retry timings from the start. This is not desired behavior. This commit makes sure
the reset counter is reset after a successful subscription resumption is seen.

* Restyled by whitespace

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
* extract commissioning.py from matter_testing.py

* Restyled by isort

* Restyled by autopep8

* format and fix imports

* add commissioning.py to BUILD.gn

* add docstrings

* optional type

* fix comments

* Restyled by isort

* undo formatting

* fix ruff checks

---------

Co-authored-by: Restyled.io <commits@restyled.io>
…face (#37747)

This splits out the CHI to be separate from command handlers and
keep the command handler as a stand-alone item.
…ctions better, move openthread a bit (#37691)

* Split out ember implementations in a much more consistent manner

* Relocate ember callbacks to be together with clusters

* Some updates, tests do NOT pass yet

* Things work, but anon namespace is awkward...

* Better result without odd mangling

* Also split ember data types (they are very large) into ember, place openthread functions into the ot C++ namespace

* Restyled by autopep8

---------

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Co-authored-by: Restyled.io <commits@restyled.io>
* Bump third_party/pigweed/repo from `ce0e3e2` to `c12c17d`

Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `ce0e3e2` to `c12c17d`.
- [Commits](google/pigweed@ce0e3e2...c12c17d)

---
updated-dependencies:
- dependency-name: third_party/pigweed/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update protobuf deps to match pigweed requirements

* Remove duplicated requirements

* make latest clang compiler happy on _span operator

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei Litvin <andy314@gmail.com>
* Start new cycle when RVC Run Mode is changed from idle to cleaning/mapping

* Fix bug : Last call to onOperationalStateTimeTick happens after state is already set to Stopped resulting in dereferencing a null pointer. Fix this by returning from function if state is stopped

* Change RunMode to Idle after cleaning cycle completes

* Restyled by whitespace

* Fix tags list for Mapping mode

* use getters instead of extern

---------

Co-authored-by: Restyled.io <commits@restyled.io>
* Finish WifiInterface cleanup

* Use C-Like Array

* Update impl files

* Update NetworkCommissioningWifiDriver for C-Like arrays

* fix copy string

* Fix has ipv6 address check
Copy link
Author

The check for sl-require-admin-action label CI failure for this job is normal. An admin must do the merge.

@mkardous-silabs
Copy link
Contributor

Build fix is being addressed in #303

@mkardous-silabs mkardous-silabs merged commit c4429fe into main Feb 25, 2025
37 of 60 checks passed
@mkardous-silabs mkardous-silabs deleted the automation/update_main branch February 25, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.