Skip to content

Commit

Permalink
[nrfconnect] Fix all-clusters-app settings size (#36501)
Browse files Browse the repository at this point in the history
After switching to building with sysbuild, the source of
the settings partition size has changed from the DTS to
the partition manager. Make sure the settings partition
is 32kB even when building all-clusters-apps without
DFU support.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
  • Loading branch information
Damian-Nordic authored Nov 15, 2024
1 parent e6bbe66 commit 412271b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/all-clusters-app/nrfconnect/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ CONFIG_CHIP_QSPI_NOR=n

# Enable the Read Client for binding purposes
CONFIG_CHIP_ENABLE_READ_CLIENT=y

# Increase the settings partition
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000
3 changes: 3 additions & 0 deletions examples/all-clusters-minimal-app/nrfconnect/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ CONFIG_CHIP_QSPI_NOR=n
# Enable Factory Data feature
CONFIG_CHIP_FACTORY_DATA=y
CONFIG_CHIP_FACTORY_DATA_BUILD=y

# Increase the settings partition
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000

0 comments on commit 412271b

Please sign in to comment.