Update matter 1.4.2#623
Merged
kkasperczyk-no merged 2569 commits intoJul 10, 2025
Merged
Conversation
This reverts commit 6dc0019.
…nch for 1.4.1 SVE (supports TCP) (#37429)" This reverts commit 86e2fd2.
This reverts commit f3af9cc.
This reverts commit 06efa72.
… the Verification step document. (#37098) (#37440)" This reverts commit d20fe22.
This reverts commit 035692c.
…37327)" This reverts commit 1c62788.
…(#37313) (#37326)" This reverts commit fd1b51a.
…d call (#37264)" This reverts commit 7be41c9.
…valid endpoint commands. (#37208)" This reverts commit 864021c.
…ieve ICDClientInfo (#37180)" This reverts commit 7ca9ebc.
This reverts commit f309cad.
…e chip certification binaries (#37086)" This reverts commit 93b1fcd.
… inline without log (#37058) (#37069)" This reverts commit 383d1ff.
…to handle chunking correctly. (#36975) (#37019)" This reverts commit 4ea9aed.
This reverts commit 276ae6a.
…bling CHIP_DEVICE_CONFIG_ENABLE_TEST_SETUP_PARAMS (#36945) (#36951)" This reverts commit 81c697c.
… (#36452)" This reverts commit 59b842e.
This reverts commit f6dff3b.
…73)" This reverts commit 869e2b9.
…c provider (#36710)" This reverts commit fe27c75.
…and onwards (#36606) (#36631)" This reverts commit 37e0ccd.
…ecure cert data provider (#36589) (#36593)" This reverts commit 6389880.
…#36549) (#36585)" This reverts commit b2369c0.
…server (#36490) (#36541)" This reverts commit 4ff15d9.
… in Update matter-devices.xml (#36441)" This reverts commit 6a84c13.
…523)" This reverts commit 362be07.
This reverts commit b382303.
This reverts commit 5c39135.
This reverts commit 77ab886.
Replace deprecated BT macros. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
Replace `NET_L2_OPENTHREAD` with `OPENTHREAD` as OpenThread Kconfigs were moved from L2 to OpenThread module. Keep `NET_L2_OPENTHREAD` if there is dependency to networking. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
Remove CHIP_OPENTHREAD_JOINER_ENABLED Kconfig as it's no longer used. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
This commit add support for single-part AEAD operations. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
Disable automatic increase of the Bluetooth SMP MTU and RX buffers on the nRF54L10 SoC. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
Imply PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_IMPORT when OBERON is used. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Extend MapSendError to treat TX buffer exhaustion (e.g. ERR_MEM, ENOBUFS) and temporary network connection issues (e.g. ERR_CONN, ENETDOWN) as non-fatal errors. This prevents premature teardown of exchanges or subscriptions in transient conditions. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
We must generate the application files at this point. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
In the new Matter revision we must have .matter file which is to generate cluster-server-configs. To generate this file we can call the additional zap function in west zap-generate. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
It is required due to problem with the legacy solution. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Re-enabled CHIP_CONFIG_ENABLE_ACL_EXTENSIONS for nRF Connect platform, because it was globally disabled. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Error conditions use the opposite logic than intended and because of that KVS delete operations fail. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
a67b4b6 to
27a2472
Compare
* Reverted "[nrf noup] Remove unused submodules" This reverts commit ae0cb27. * Copied .gitmodules file from upstream * Removed libtrusty module, as it was done after branch was cut off * Changed versions of third_party modules to be in-line with v1.4.2-branch Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
The CHIP_USE_OPENTHREAD_ENDPOINT depends on CHIP_WIFI, which is invalid, because this Kconfig is sourced from Kconfig.features. Replaced CHIP_WIFI with WIFI. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
This reverts commit d8b6a5d419051e625da5ef37791c73b67d88e10a.
This reverts commit b6e5f847191bb7bbacc02641c7c9fb41ee349fe5.
Replaced relative links from the Matter documentation with urls to fix the sdk-nrf documentation build. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
Applied fixes to fix restyler job. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
06e456c to
b155d47
Compare
The basic information cluster implementation started to use DeviceInfoProvider instead of ConfigurationMgr. Because of that GetSoftwareVersionString returns not implemented error code, as nrfconnect provider does not override this method. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
ArekBalysNordic
approved these changes
Jul 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regular update of Matter fork to v.1.4.2 branch
Testing
Automated testing in CI