We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142be60 commit edd1612Copy full SHA for edd1612
samples/subsys/tracing/prj.conf
@@ -1,2 +1,4 @@
1
# enable to use thread names
2
CONFIG_THREAD_NAME=y
3
+CONFIG_MP_NUM_CPUS=1
4
+CONFIG_DEBUG_THREAD_INFO=y
samples/subsys/tracing/sample.yaml
@@ -11,9 +11,6 @@ tests:
11
platform_allow: nrf52840dk_nrf52840 mimxrt1050_evk mimxrt1064_evk
12
extra_args: CONF_FILE="prj_sysview.conf"
13
tracing.osawareness.openocd:
14
- extra_configs:
15
- - CONFIG_MP_NUM_CPUS=1
16
- - CONFIG_DEBUG_THREAD_INFO=y
17
arch_exclude: posix xtensa
18
platform_exclude: qemu_x86_64
19
tracing.transport.uart:
0 commit comments