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 <anas.nashif@intel.com>
This commit is contained in:
parent
9961b89b17
commit
6aadf45032
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ config TRACING_CMD_BUFFER_SIZE
|
||||||
|
|
||||||
config TRACING_ISR
|
config TRACING_ISR
|
||||||
bool "Enabling Tracing ISR"
|
bool "Enabling Tracing ISR"
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
Enable tracing ISR. This requires the backend to be
|
Enable tracing ISR. This requires the backend to be
|
||||||
very low-latency.
|
very low-latency.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue