From 807790782712c5c09bd0bff1a6718dedd5d8cd7f Mon Sep 17 00:00:00 2001 From: Evgeniy Paltsev Date: Tue, 12 Oct 2021 15:00:55 +0300 Subject: [PATCH] tests: fix tracing.osawareness.openocd when thread names disabled tracing.osawareness.openocd relies on the CONFIG_THREAD_NAME is enabled, however we don't enable it in test config. Fix that. Signed-off-by: Eugeniy Paltsev Signed-off-by: Evgeniy Paltsev --- samples/subsys/tracing/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/subsys/tracing/prj.conf b/samples/subsys/tracing/prj.conf index c1ec0b1ec24..ed79576d54b 100644 --- a/samples/subsys/tracing/prj.conf +++ b/samples/subsys/tracing/prj.conf @@ -1 +1,2 @@ # enable to use thread names +CONFIG_THREAD_NAME=y