tests: tracing.osawareness.openocd cleanup

Move all config options to prj.conf. No functional
changes intended.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
Evgeniy Paltsev 2021-10-12 15:08:09 +03:00 committed by Anas Nashif
commit eacabaf5ae
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +1,4 @@
# enable to use thread names # enable to use thread names
CONFIG_THREAD_NAME=y CONFIG_THREAD_NAME=y
CONFIG_MP_NUM_CPUS=1
CONFIG_DEBUG_THREAD_INFO=y

View file

@ -11,9 +11,6 @@ tests:
platform_allow: nrf52840dk_nrf52840 mimxrt1050_evk mimxrt1064_evk platform_allow: nrf52840dk_nrf52840 mimxrt1050_evk mimxrt1064_evk
extra_args: CONF_FILE="prj_sysview.conf" extra_args: CONF_FILE="prj_sysview.conf"
tracing.osawareness.openocd: tracing.osawareness.openocd:
extra_configs:
- CONFIG_MP_NUM_CPUS=1
- CONFIG_DEBUG_THREAD_INFO=y
arch_exclude: posix xtensa arch_exclude: posix xtensa
platform_exclude: qemu_x86_64 platform_exclude: qemu_x86_64
tracing.transport.uart: tracing.transport.uart: