modules: enable percepio tracerecorder for tracing
Add support for percepio tracealyzer. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f477bac818
commit
1af037f477
4 changed files with 48 additions and 1 deletions
|
@ -32,6 +32,13 @@ config TRACING_NONE
|
|||
help
|
||||
None of the available tracing formats is selected.
|
||||
|
||||
config PERCEPIO_TRACERECORDER
|
||||
bool "Percepio Tracealyzer support"
|
||||
select THREAD_NAME
|
||||
select INIT_STACKS
|
||||
select THREAD_MONITOR
|
||||
depends on ZEPHYR_TRACERECORDER_MODULE
|
||||
|
||||
config SEGGER_SYSTEMVIEW
|
||||
bool "Segger SystemView support"
|
||||
select CONSOLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue