Skip to content

Commit 6aadf45

Browse files
committed
tracing: enable TRACING_ISR by default
This should be enabled by default and if not needed, disabled by the application. Signed-off-by: Anas Nashif <[email protected]>
1 parent 9961b89 commit 6aadf45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/tracing/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ config TRACING_CMD_BUFFER_SIZE
126126

127127
config TRACING_ISR
128128
bool "Enabling Tracing ISR"
129+
default y
129130
help
130131
Enable tracing ISR. This requires the backend to be
131132
very low-latency.

0 commit comments

Comments
 (0)