-
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: rework PM static partitions for nRF54L #15340
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
b1c1d2d
to
485f34e
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. |
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. |
485f34e
to
f4dc28c
Compare
f4dc28c
to
20366d1
Compare
samples/matter/light_bulb/boards/nrf54l15pdk_nrf54l15_cpuapp_0_2_1.overlay
Show resolved
Hide resolved
samples/matter/window_covering/boards/nrf54l15pdk_nrf54l15_cpuapp_0_3_0 _release.overlay
Outdated
Show resolved
Hide resolved
f2f3d80
to
42224d9
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.
Needs to be adapted and go in after sysbuild ncs PR
55a3e59
to
ab788c8
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.
Overall it looks good, please consider removing the _release
dts files. I guess they may be redundant here.
samples/matter/light_bulb/boards/nrf54l15pdk_nrf54l15_cpuapp_0_2_1_release.overlay
Outdated
Show resolved
Hide resolved
6317b6e
to
4786440
Compare
4786440
to
bb5130e
Compare
samples/matter/template/sysbuild/mcuboot/boards/nrf54l15pdk_nrf54l15_cpuapp.conf
Outdated
Show resolved
Hide resolved
samples/matter/thermostat/sysbuild/mcuboot/boards/nrf54l15pdk_nrf54l15_cpuapp.conf
Outdated
Show resolved
Hide resolved
samples/matter/window_covering/sysbuild/mcuboot/boards/nrf54l15pdk_nrf54l15_cpuapp.conf
Outdated
Show resolved
Hide resolved
bb5130e
to
4c1e817
Compare
samples/matter/light_bulb/boards/nrf54l15pdk_nrf54l15_cpuapp_0_3_0.overlay
Show resolved
Hide resolved
4c1e817
to
fb72b81
Compare
merge conflict |
samples/matter/light_bulb/boards/nrf54l15pdk_nrf54l15_cpuapp_0_2_1.overlay
Show resolved
Hide resolved
samples/matter/light_bulb/sysbuild/mcuboot/boards/nrf54l15pdk_nrf54l15_cpuapp.conf
Outdated
Show resolved
Hide resolved
fb72b81
to
3384f19
Compare
Fixed. |
* enabled mx25r64 external flash over SPI for Matter samples * added pm_static* files that configures static memory map with MCUboot secondary slot residing on the external flash * added MCUboot configuration to support DFU * increased the RRAM and SRAM for nrf54L (by default the FLPR consumes 68k of SRAM and 96k of RRAM even if not used) * left the pm_static file with internal flash only for the template sample as a reference for dual bank DFU with no external flash * disabled HWFC for uart20 as it is highly unstable * added support for nRF54L platform in the lock sample * updated documentation to describe supported DFU variants Signed-off-by: Marcin Kajor <[email protected]>
3384f19
to
3e74ba6
Compare
MCUboot secondary slot residing on the external flash
consumes 68k of SRAM and 96k of RRAM even if not used)
template sample as a reference for dual bank DFU with no
external flash
test_chip: PR-765