tracing: fix conflict with RTT locking
Make custom RTT locking configurable and select it where it is needed. When using RTT for tracing we want to use the default locking. Update both segger and tracerecorder modules to support that. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
acee43a176
commit
108129cf7d
5 changed files with 10 additions and 2 deletions
|
@ -45,6 +45,7 @@ config SEGGER_SYSTEMVIEW
|
|||
select RTT_CONSOLE
|
||||
select USE_SEGGER_RTT
|
||||
select THREAD_MONITOR
|
||||
select SEGGER_RTT_CUSTOM_LOCKING
|
||||
|
||||
config TRACING_CTF
|
||||
bool "Tracing via Common Trace Format support"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue