Skip to content

Commit 66ab9ae

Browse files
kkasperczyk-noArekBalysNordic
authored andcommitted
samples: matter: Moved the common configs to the defauls
Removed the common mpsl stack size config to the Kconfig.defaults. Additionally removed some configuration leftover for the 54L10. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent e292d01 commit 66ab9ae

17 files changed

+1
-51
lines changed

samples/matter/light_bulb/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
# Multirole is the only currently supported role by SoftDevice.
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

10-
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_MPSL_WORK_STACK_SIZE=2048
12-
1310
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
1411
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
1512

samples/matter/light_bulb/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n
1313
# TODO: KRKNWK-19382: Disable NFC commissioning due to an issue with definitions for ns build.
1414
CONFIG_CHIP_NFC_COMMISSIONING=n
1515

16-
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
17-
CONFIG_MPSL_WORK_STACK_SIZE=2048
18-
1916
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
2017
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
2118
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.

samples/matter/light_switch/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
# Multirole is the only currently supported role by SoftDevice.
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

10-
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_MPSL_WORK_STACK_SIZE=2048
12-
1310
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
1411
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
1512
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.

samples/matter/light_switch/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n
1313
# TODO: KRKNWK-19382: Disable NFC commissioning due to an issue with definitions for ns build.
1414
CONFIG_CHIP_NFC_COMMISSIONING=n
1515

16-
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
17-
CONFIG_MPSL_WORK_STACK_SIZE=2048
18-
1916
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
2017
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
2118
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.

samples/matter/lock/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
# Multirole is the only currently supported role by SoftDevice.
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

10-
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_MPSL_WORK_STACK_SIZE=2048
12-
1310
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
1411
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
1512
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.

samples/matter/lock/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n
1313
# TODO: KRKNWK-19382: Disable NFC commissioning due to an issue with definitions for ns build.
1414
CONFIG_CHIP_NFC_COMMISSIONING=n
1515

16-
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
17-
CONFIG_MPSL_WORK_STACK_SIZE=2048
18-
1916
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
2017
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
2118
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.

samples/matter/smoke_co_alarm/boards/nrf54l15dk_nrf54l10_cpuapp.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
# Multirole is the only currently supported role by SoftDevice.
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

10-
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
12-
CONFIG_MPSL_WORK_STACK_SIZE=2048
13-
1410
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
1511
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
1612
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.

samples/matter/smoke_co_alarm/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
# Multirole is the only currently supported role by SoftDevice.
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

10-
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_MPSL_WORK_STACK_SIZE=2048
12-
1310
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
1411
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
1512
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.

samples/matter/template/boards/nrf54l15dk_nrf54l10_cpuapp.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
# Multirole is the only currently supported role by SoftDevice.
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

10-
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
12-
CONFIG_MPSL_WORK_STACK_SIZE=2048
13-
1410
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
1511
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
1612

samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
# Multirole is the only currently supported role by SoftDevice.
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

10-
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_MPSL_WORK_STACK_SIZE=2048
12-
1310
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
1411
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
1512

0 commit comments

Comments
 (0)