Skip to content

Commit

Permalink
samples: matter: Include memory profiling commands
Browse files Browse the repository at this point in the history
Include memory profilining commands in debug conf.

Signed-off-by: Janusz Gąsior <janusz.gasior@nordicsemi.no>
  • Loading branch information
jnsgsr authored and ArekBalysNordic committed Sep 11, 2023
1 parent e89bde4 commit 446804c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/matter/light_bulb/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion samples/matter/light_switch/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion samples/matter/lock/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 446804c

Please sign in to comment.