-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
manifest: sdk-connectedhomeip: Update revision #18910
manifest: sdk-connectedhomeip: Update revision #18910
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 566fd96875a9dca73780ebcc85dd172ddc86fb85 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
4ec3bbf
to
058bb97
Compare
058bb97
to
eba0a1f
Compare
067c44f
to
38bd5ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have few observations that should be fixed:
- Please re-gen zap files for Matter bridge and Matter weather station applications as well
- The configuration of ICD management cluster in zap changed a bit in upstream e.g.:
- Default version should be 3: project-chip/connectedhomeip@cc7672e#diff-d0cf6d9c292aac9b0c8a00f40145dee4a08d601efcc43d486f947054d912af6cR4532
- New maximumCheckInBackoff attribute: project-chip/connectedhomeip@5eba394#diff-e66ac3bb4fd4173386828197f84c10da0b694e209ec69d4e58c8215f0492e519R3540
- We should create a follow-up to integrate this one into smoke co alarm: project-chip/connectedhomeip@514e810#diff-8bcafdbc5f9e10ac3b265f8d768b387ea821081363d7d3b60d4917b28f18ff19. I will create JIRA ticket for it.
- There are two changes regarding door lock cluster (to be consulted with @doublemis1 and @markaj-nordic):
- Aliro bits support: project-chip/connectedhomeip@53e94d6
- Version change: project-chip/connectedhomeip@cc55c2a#diff-7d6b0d959558974187976fc63df61e49a82fa80f36172220d0cce6df438c5797
- It looks like the include path changed for the DeferredAttributePersister and we have old path in light_bulb AppTask.cpp: project-chip/connectedhomeip@acea464#diff-f5edec8b531ca5f54e9883dd04677d878353f8aec9498774af6d1bcb969e565eR30
38bd5ed
to
44de8b2
Compare
44de8b2
to
79d3413
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
79d3413
to
c2c51ea
Compare
7a830d7
to
6eb4ffb
Compare
02bf488
to
0118edf
Compare
0118edf
to
eeb5667
Compare
doc/nrf/protocols/matter/getting_started/low_power_configuration.rst
Outdated
Show resolved
Hide resolved
doc/nrf/protocols/matter/getting_started/low_power_configuration.rst
Outdated
Show resolved
Hide resolved
doc/nrf/protocols/matter/getting_started/low_power_configuration.rst
Outdated
Show resolved
Hide resolved
doc/nrf/protocols/matter/getting_started/low_power_configuration.rst
Outdated
Show resolved
Hide resolved
doc/nrf/protocols/matter/getting_started/low_power_configuration.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
eeb5667
to
86b11be
Compare
1117a46
to
2d74f4f
Compare
@nrfconnect/ncs-ci Could you please have a look and review? But honestly, I don't see any changes related to CI. |
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
Remove nlunit-test submodule. Signed-off-by: Adrian Gielniewski <[email protected]>
Set `ActiveMode` of ICDManager using OnNetworkActivity method. Signed-off-by: Adrian Gielniewski <[email protected]>
* Update zap files * Regenerate sources Signed-off-by: Adrian Gielniewski <[email protected]>
Update `ICD Management` cluster revision to 3. Signed-off-by: Adrian Gielniewski <[email protected]>
Add `MaximumCheckInBackOff` attribute to `ICD management` cluster in LIT devices. Signed-off-by: Adrian Gielniewski <[email protected]>
* `clusterId` is now std::optional. * Fix includes. Signed-off-by: Adrian Gielniewski <[email protected]>
Updated documentation to list all new features and configuration that were introduced in Matter v1.4. Signed-off-by: Kamil Kasperczyk <[email protected]>
Update `Basic Information` cluster revision to 4. Signed-off-by: Adrian Gielniewski <[email protected]>
Update device types / clusters revisions. Signed-off-by: Adrian Gielniewski <[email protected]>
Enable LTO for `nrf7002dk/nrf5340/cpuapp` due to increased flash usage. Signed-off-by: Adrian Gielniewski <[email protected]>
Set bit 0 (`EXTS`) as Extensions are enabled. Signed-off-by: Adrian Gielniewski <[email protected]>
Update General Commissioning Cluster revision to 2. Signed-off-by: Adrian Gielniewski <[email protected]>
Update Identify Cluster revision to 5. Signed-off-by: Adrian Gielniewski <[email protected]>
Update Thread Network Diagnostics Cluster revision to 3. Signed-off-by: Adrian Gielniewski <[email protected]>
Update Level Control Cluster revision in Light Bulb sample to 6. Signed-off-by: Adrian Gielniewski <[email protected]>
Update bridged device On/Off and Switch clusters revisions. Signed-off-by: Adrian Gielniewski <[email protected]>
* Update On/Off Light and On/Off Light Switch endpoint versions to 3. * Update Bridged Node endpoint version to 3. Signed-off-by: Adrian Gielniewski <[email protected]>
* Update Bridged Device Basic Information cluster revision to 5. * Update Identify cluster revision to 4. Signed-off-by: Adrian Gielniewski <[email protected]>
Add support for UniqueID attribute in Bridged Device Basic Information cluster. Signed-off-by: Adrian Gielniewski <[email protected]>
Fix ICD documentation Signed-off-by: Adrian Gielniewski <[email protected]>
Change Level Control default value to 0xFE. Signed-off-by: Adrian Gielniewski <[email protected]>
…arted Matter Server has to be started before reading attributes from persistent storage. PWM device initization depends on values of some attributes. Signed-off-by: Adrian Gielniewski <[email protected]>
2d74f4f
to
874fe7b
Compare
I don't see anything we need to approve. and you have >2 approvals.
Make sure you merge your test branch before or simultaneously. |
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#512
test_chip: upmerge_matter_1_4