-
Notifications
You must be signed in to change notification settings - Fork 0
workflows: Create Matter validation workflows and scripts #22
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
base: main
Are you sure you want to change the base?
Conversation
ArekBalysNordic
commented
Sep 30, 2025
- Added script to validate Matter documentation
- Added script to validate Matter sample consistency
- Added a workflow to run automatically above scripts
ddd1647
to
1bc5ce4
Compare
f854112
to
e3a6a9b
Compare
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
removed a new aliases which node are removed by these dts overlays. Signed-off-by: Andrzej Puzdrowski <[email protected]>
Change updates the `hid_state_pm` module to skip submitting `keep_alive_event` if alive power state is enforced. This is done to reduce the number of performed operations and improve performance. Jira: NCSDK-35473 Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Pekka Niskanen <[email protected]>
To synchronize with test code for checking power states. Signed-off-by: Piotr Kosycarz <[email protected]>
Currently this script can only print checksum for Linux. Adding support for other operating systems. Signed-off-by: Kari Hamalainen <[email protected]>
Updated the implementation to support disabling unused RAM for nRF54LM20A SoC. Signed-off-by: Kamil Kasperczyk <[email protected]>
The low power overlays have no impact for nRF54L15 and nRF54LM20 power consumption, as the measurements are the same without them. Signed-off-by: Kamil Kasperczyk <[email protected]>
Updated release notes to inform about ram pwrdn support for nRF54LM20A SoC and decreasing the Matter samples current consumption. Signed-off-by: Kamil Kasperczyk <[email protected]>
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
Adjusted the coremark sample for the refactored coresight and etr configuration. Signed-off-by: Karsten Koenig <[email protected]>
Fix pincontrol configuration for TWIM node. NRF_PSEL shall configure TWIM_SDA and TWIM_SCL, not TWIS variant. Signed-off-by: Sebastian Głąb <[email protected]>
Fix pincontrol configuration for TWIS node. NRF_PSEL shall configure TWIS_SDA and TWIS_SCL, not TWIM variant. Signed-off-by: Sebastian Głąb <[email protected]>
Fix pincontrol configuration for TWIS node. NRF_PSEL shall configure TWIS_SDA and TWIS_SCL, not TWIM variant. Signed-off-by: Sebastian Głąb <[email protected]>
Fix pincontrol configuration for TWIS node. NRF_PSEL shall configure TWIS_SDA and TWIS_SCL, not TWIM variant. Signed-off-by: Sebastian Głąb <[email protected]>
Fix pincontrol configuration for TWIM node. NRF_PSEL shall configure TWIM_SDA and TWIM_SCL, not TWIS variant. Signed-off-by: Sebastian Głąb <[email protected]>
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
Updated the documentation of crypto samples. Added sample output, cross-links to recently updated docs, more details in the overview sections. Edited sample.yaml for term and style consistency. Future PRs will edit remaining crypto samples. NCSDK-33435. Signed-off-by: Grzegorz Ferenc <[email protected]>
Unnecessary spaces removed. Signed-off-by: Anton Zyma <[email protected]>
Add defines for the NRF53 RPMSG region for TF-M so that it can configure the region as non secure. Signed-off-by: Georgios Vasilakis <[email protected]>
Update TF-M revision which allows configuring the RPMSG NRF53 region as non secure. Signed-off-by: Georgios Vasilakis <[email protected]>
Make it possible to manually configure netif up/down feature for Wi-Fi based location. Signed-off-by: Maximilian Deubel <[email protected]>
Adds error reporting for the plaintext datasize over 1MB (for AES CCM) on nRF54LM20A and nRF54LV10A. Ref: NCSDK-32098 Signed-off-by: Anton Zyma <[email protected]>
Add feature to support timestamped location requests to nRF Cloud. Signed-off-by: Maximilian Deubel <[email protected]>
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
@@ -0,0 +1,68 @@ | |||
name: Matter Validation |
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.
Matter Samples Validation?
- Applies exclude_files patterns to skip expected differences | ||
|
||
4. Configuration Content Comparison: | ||
- Iterates through config files (.conf, .overlay) present in both locations |
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.
Does it compare files related to sysbuild and mcuboot?
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.
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
- Added script to validate Matter documentation - Added script to validate Matter sample consistency - Added a workflow to run automatically above scripts Signed-off-by: Arkadiusz Balys <[email protected]>
6645c64
to
9dd651d
Compare