-
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
samples: matter: Enable Partition Manager and DFU for nrf54l15. #14895
samples: matter: Enable Partition Manager and DFU for nrf54l15. #14895
Conversation
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 Publishing GitHub Action. |
51090d3
to
1f35330
Compare
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. |
1f35330
to
0a360a3
Compare
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
test-fw-nrfconnect-chip: added because there was no .github/test-spec.yml in 'matter' Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
7f62501
to
532f489
Compare
532f489
to
bb94f50
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.
please move scenarios in integration quarantine to existing record for nrf54l15 platform for matter
bb94f50
to
0861ced
Compare
0861ced
to
f40269f
Compare
f40269f
to
2a6fdd3
Compare
2a6fdd3
to
43b082e
Compare
43b082e
to
f5e7a92
Compare
All samples have configs *release.conf, while the template has *release_internal.conf. |
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.
Are the configs are properly set?
samples/matter/light_bulb/boards/nrf54l15pdk_nrf54l15_cpuapp_release.conf
Show resolved
Hide resolved
samples/matter/light_switch/boards/nrf54l15pdk_nrf54l15_cpuapp_release.conf
Show resolved
Hide resolved
samples/matter/template/boards/nrf54l15pdk_nrf54l15_cpuapp_release.conf
Outdated
Show resolved
Hide resolved
samples/matter/thermostat/boards/nrf54l15pdk_nrf54l15_cpuapp_release.conf
Show resolved
Hide resolved
samples/matter/window_covering/boards/nrf54l15pdk_nrf54l15_cpuapp_release.conf
Show resolved
Hide resolved
f5e7a92
to
7e7faab
Compare
7e7faab
to
02beb10
Compare
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
02beb10
to
e946eb0
Compare
Added support for DFU and Partition Manger to nrf54l15 Matter samples for internal MRAM only. It means that the MCUBoot secondary partition is located in the internal MRAM memory. This configuration can be used in the release build type only. - Created pm_static.yaml with the partitioning map for internal MRAM memory only. - Enabled Partition Manager - Enabled DFU over BLE - Enabled DFU over Matter (OTA) Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
e946eb0
to
4357d79
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.
LGTM
Added support for DFU and Partition Manger to nrf54l15 Matter samples for internal MRAM only. It means that the MCUBoot secondary partition is located in the internal MRAM memory. This configuration can be used in the release build type only.