Skip to content

Conversation

@ArekBalysNordic
Copy link
Owner

Try to remove Partition Manager in Matter samples.

  • Currently, I've added changes only to the Matter Template and nRF54L15
  • Fixed dependency to SUIT & wrong factory data in Matter SDK
  • Removed redundant files in the Matter Template for better visibility and to show what it will look like after full deprecation of the partition manager.
  • You can build the following variants:
  1. Matter Template + external flash + debug:
west build -b nrf54l15dk/nrf54l15/cpuapp/matter
  1. Matter Template + external flash + release:
west build -b nrf54l15dk/nrf54l15/cpuapp/matter -- -DFILE_SUFFIX=release
  1. Matter Template + internal flash only + debug:
west build -b nrf54l15dk/nrf54l15/cpuapp/matter/internal
  1. Matter Template + internal flash only + release:
west build -b nrf54l15dk/nrf54l15/cpuapp/matter/internal -- -DFILE_SUFFIX=release

nordicjm and others added 5 commits November 27, 2025 13:09
Adds nrf54l15dk/nrf54l15/cpuapp/matter board variant files for these
samples

Signed-off-by: Jamie McCrae <[email protected]>
Adds a new board variant nrf54l15dk/nrf54l15/cpuapp/matter which
can be used to build matter-based samples

Signed-off-by: Jamie McCrae <[email protected]>
- Fixed an issue in factory data provider.
- Removed obsolete cmake files

Signed-off-by: Arkadiusz Balys <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants