Skip to content

Commit 021e1ed

Browse files
adigieArekBalysNordic
authored andcommitted
samples: matter: Remove custom heap size from nRF54L15 configs
Use default heap size on nRF54L15. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 37fba0b commit 021e1ed

14 files changed

+0
-14
lines changed

samples/matter/light_bulb/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

1010
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
1211
CONFIG_MPSL_WORK_STACK_SIZE=2048
1312

1413
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.

samples/matter/light_bulb/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n
1414
CONFIG_CHIP_NFC_COMMISSIONING=n
1515

1616
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
17-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
1817
CONFIG_MPSL_WORK_STACK_SIZE=2048
1918

2019
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.

samples/matter/light_switch/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

1010
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
1211
CONFIG_MPSL_WORK_STACK_SIZE=2048
1312

1413
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.

samples/matter/light_switch/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n
1414
CONFIG_CHIP_NFC_COMMISSIONING=n
1515

1616
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
17-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
1817
CONFIG_MPSL_WORK_STACK_SIZE=2048
1918

2019
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.

samples/matter/lock/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

1010
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
1211
CONFIG_MPSL_WORK_STACK_SIZE=2048
1312

1413
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.

samples/matter/lock/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n
1414
CONFIG_CHIP_NFC_COMMISSIONING=n
1515

1616
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
17-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
1817
CONFIG_MPSL_WORK_STACK_SIZE=2048
1918

2019
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.

samples/matter/smoke_co_alarm/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

1010
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
1211
CONFIG_MPSL_WORK_STACK_SIZE=2048
1312

1413
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.

samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

1010
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
1211
CONFIG_MPSL_WORK_STACK_SIZE=2048
1312

1413
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.

samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp_internal.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
99

1010
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
11-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
1211
CONFIG_MPSL_WORK_STACK_SIZE=2048
1312

1413
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.

samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
1111
CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n
1212

1313
# nRF54L15 requires bigger stack sizes than nRF52/nRF53 families
14-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
1514
CONFIG_MPSL_WORK_STACK_SIZE=2048
1615

1716
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.

0 commit comments

Comments
 (0)