From 446804cc7838d80694199fe203d7f14dba668c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janusz=20G=C4=85sior?= Date: Thu, 24 Aug 2023 15:11:20 +0200 Subject: [PATCH] samples: matter: Include memory profiling commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include memory profilining commands in debug conf. Signed-off-by: Janusz Gąsior --- samples/matter/light_bulb/sample.yaml | 4 ++-- samples/matter/light_switch/sample.yaml | 3 ++- samples/matter/lock/sample.yaml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/samples/matter/light_bulb/sample.yaml b/samples/matter/light_bulb/sample.yaml index 87b1c9d52d40..555168207d6d 100644 --- a/samples/matter/light_bulb/sample.yaml +++ b/samples/matter/light_bulb/sample.yaml @@ -14,7 +14,7 @@ tests: build_only: true extra_args: > CONFIG_CHIP_COMMISSIONABLE_DEVICE_TYPE=y CONFIG_CHIP_ROTATING_DEVICE_ID=y - CONFIG_CHIP_DEVICE_TYPE=257 + CONFIG_CHIP_DEVICE_TYPE=257 CONFIG_CHIP_MEMORY_PROFILING=y integration_platforms: - nrf52840dk_nrf52840 - nrf5340dk_nrf5340_cpuapp @@ -30,7 +30,7 @@ tests: # Sample to execute load tests sample.matter.light_bulb.persistent_subscriptions: build_only: true - extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y + extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y CONFIG_CHIP_MEMORY_PROFILING=y platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp integration_platforms: - nrf52840dk_nrf52840 diff --git a/samples/matter/light_switch/sample.yaml b/samples/matter/light_switch/sample.yaml index 20a2bfa2a35b..441f8b1d4978 100644 --- a/samples/matter/light_switch/sample.yaml +++ b/samples/matter/light_switch/sample.yaml @@ -12,6 +12,7 @@ tests: platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp sample.matter.light_switch.debug: build_only: true + extra_args: CONFIG_CHIP_MEMORY_PROFILING=y integration_platforms: - nrf52840dk_nrf52840 - nrf5340dk_nrf5340_cpuapp @@ -20,7 +21,7 @@ tests: # Sample to execute load tests sample.matter.light_switch.persistent_subscriptions: build_only: true - extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y + extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y CONFIG_CHIP_MEMORY_PROFILING=y platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp integration_platforms: - nrf52840dk_nrf52840 diff --git a/samples/matter/lock/sample.yaml b/samples/matter/lock/sample.yaml index a1f4a29e57c6..4e84dd48c45c 100644 --- a/samples/matter/lock/sample.yaml +++ b/samples/matter/lock/sample.yaml @@ -12,7 +12,8 @@ tests: platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp sample.matter.lock.smp_dfu: build_only: true - extra_args: CONFIG_CHIP_DFU_OVER_BT_SMP=y + extra_args: > + CONFIG_CHIP_DFU_OVER_BT_SMP=y CONFIG_CHIP_MEMORY_PROFILING=y CONFIG_MATTER_LOG_LEVEL_ERR=y integration_platforms: - nrf52840dk_nrf52840 - nrf5340dk_nrf5340_cpuapp