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:
parent
01b1151d36
commit
ca6ed09e2b
2 changed files with 4 additions and 4 deletions
3
samples/subsys/tracing/prj_sysview.conf
Normal file
3
samples/subsys/tracing/prj_sysview.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
CONFIG_TRACING=y
|
||||
CONFIG_SEGGER_SYSTEMVIEW=y
|
||||
CONFIG_IDLE_STACK_SIZE=2048
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue