zephyr/subsys/tracing
Koen Van Herck 6ccd228d62 subsys/tracing: do not select (RTT_)CONSOLE in SEGGER_SYSTEMVIEW
Tracing using Segger's SystemView works fine without enabling RTT_CONSOLE
(or CONSOLE, in general).
SEGGER_SYSTEMVIEW was automatically selecting RTT_CONSOLE, which prevents
applications from using another console backend (e.g. UART_CONSOLE).

Signed-off-by: Koen Van Herck <koen.v.herck@gmail.com>
2025-06-24 20:04:07 -10:00
..
ctf kernel: kheap: decouple simple alloc from aligned_alloc 2025-04-01 22:13:04 +02:00
include
sysview kernel: kheap: decouple simple alloc from aligned_alloc 2025-04-01 22:13:04 +02:00
test kernel: kheap: decouple simple alloc from aligned_alloc 2025-04-01 22:13:04 +02:00
user kernel: kheap: decouple simple alloc from aligned_alloc 2025-04-01 22:13:04 +02:00
CMakeLists.txt tracing: Add sys_trace_idle_exit call 2025-03-12 14:03:48 +00:00
Kconfig subsys/tracing: do not select (RTT_)CONSOLE in SEGGER_SYSTEMVIEW 2025-06-24 20:04:07 -10:00
tracing_backend_adsp_memory_window.c
tracing_backend_posix_bottom.c
tracing_backend_posix_bottom.h
tracing_backend_posix.c
tracing_backend_ram.c
tracing_backend_uart.c
tracing_backend_usb.c tracing: fix build error on USB backend 2025-06-18 10:54:32 +02:00
tracing_buffer.c
tracing_core.c subsys/tracing: select backend name in Kconfig 2025-06-17 16:05:59 +02:00
tracing_format_async.c
tracing_format_common.c
tracing_format_sync.c
tracing_none.c tracing: Add sys_trace_idle_exit call 2025-03-12 14:03:48 +00:00
tracing_tracking.c tracing: k_pipe: Add tracing support for reworked k_pipe API 2025-01-17 19:43:44 +01:00