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 b3226f8 commit ad4e7f2Copy full SHA for ad4e7f2
subsys/tracing/Kconfig
@@ -7,6 +7,8 @@ DT_CHOSEN_Z_CONSOLE := zephyr,console
7
8
config TRACING
9
bool "Enabling Tracing"
10
+ imply THREAD_NAME
11
+ imply THREAD_STACK_INFO
12
help
13
Enable system tracing. This requires a backend such as SEGGER
14
Systemview to be enabled as well.
0 commit comments