samples: fix configuration for systemview/cpu stats

need to enable tracing.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-04-28 20:14:53 -04:00
commit 50a9184787

View file

@ -10,11 +10,13 @@ tests:
tracing.backends.sysview:
platform_whitelist: nrf52840dk_nrf52840
extra_configs:
- CONFIG_TRACING=y
- CONFIG_SEGGER_SYSTEMVIEW=y
- CONFIG_USE_SEGGER_RTT=y
tracing.backends.cpu_stats:
platform_whitelist: nrf52840dk_nrf52840
extra_configs:
- CONFIG_TRACING=y
- CONFIG_TRACING_CPU_STATS=y
tracing.backends.openocd:
extra_configs: