Skip to content

Commit edd1612

Browse files
evgeniy-paltsevnashif
authored andcommitted
tests: tracing.osawareness.openocd cleanup
Move all config options to prj.conf. No functional changes intended. Signed-off-by: Eugeniy Paltsev <[email protected]> Signed-off-by: Evgeniy Paltsev <[email protected]>
1 parent 142be60 commit edd1612

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

samples/subsys/tracing/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# enable to use thread names
22
CONFIG_THREAD_NAME=y
3+
CONFIG_MP_NUM_CPUS=1
4+
CONFIG_DEBUG_THREAD_INFO=y

samples/subsys/tracing/sample.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ tests:
1111
platform_allow: nrf52840dk_nrf52840 mimxrt1050_evk mimxrt1064_evk
1212
extra_args: CONF_FILE="prj_sysview.conf"
1313
tracing.osawareness.openocd:
14-
extra_configs:
15-
- CONFIG_MP_NUM_CPUS=1
16-
- CONFIG_DEBUG_THREAD_INFO=y
1714
arch_exclude: posix xtensa
1815
platform_exclude: qemu_x86_64
1916
tracing.transport.uart:

0 commit comments

Comments
 (0)