samples: tracing: Extract SystemView configuration into separate file

Extracts the Segger SystemView configuration for the tracing sample from
sample.yaml into a separate file. Increases the idle thread stack size
to fix overflows observed on i.MX RT boards. Removes
CONFIG_USE_SEGGER_RTT=y which is selected by CONFIG_SEGGER_SYSTEMVIEW.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2020-11-02 17:07:15 -06:00 committed by Kumar Gala
commit ca6ed09e2b
2 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,3 @@
CONFIG_TRACING=y
CONFIG_SEGGER_SYSTEMVIEW=y
CONFIG_IDLE_STACK_SIZE=2048

View file

@ -9,10 +9,7 @@ common:
tests:
tracing.format.sysview:
platform_allow: nrf52840dk_nrf52840
extra_configs:
- CONFIG_TRACING=y
- CONFIG_SEGGER_SYSTEMVIEW=y
- CONFIG_USE_SEGGER_RTT=y
extra_args: CONF_FILE="prj_sysview.conf"
tracing.format.cpu_stats:
platform_allow: nrf52840dk_nrf52840
extra_configs: