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:
parent
85233419a8
commit
50a9184787
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue