zephyr/subsys/logging/backends
Krzysztof Chruściński d23e12ac45 logging: backends: rtt: Do not enable when shell logging is used
Typically, when shell logging backend is used user wants to get
logs on shell instances so do not enable raw RTT log backend in
that case. When raw backend is enabled then initial logs go to
RTT backend and they are not visible on shell which starts later
as it requires additional thread.

It can be assumed that when RTT backend is used it will be
explicitly enabled by the user.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2025-02-14 19:40:23 +00:00
..
CMakeLists.txt logging: backend: Add websocket backend 2024-10-15 04:11:03 -04:00
Kconfig logging: backend: Add websocket backend 2024-10-15 04:11:03 -04:00
Kconfig.adsp logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.adsp_mtrace logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.ble Bluetooth: Rename BLE to Bluetooth (LE) where applicable 2025-02-12 12:24:18 +01:00
Kconfig.efi_console logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.fs logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.multidomain
Kconfig.native_posix logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.net logging: remove part for when gmtime_r is not available 2024-12-10 08:06:25 +01:00
Kconfig.rtt logging: backends: rtt: Do not enable when shell logging is used 2025-02-14 19:40:23 +00:00
Kconfig.semihost logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.spinel logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.swo logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.uart Revert "segger: rtt: disable unsupported shell/log features" 2024-12-11 21:30:19 +01:00
Kconfig.ws logging: backend: Add websocket backend 2024-10-15 04:11:03 -04:00
Kconfig.xtensa_sim logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
log_backend_adsp_mtrace.c
log_backend_adsp.c
log_backend_ble.c Bluetooth: Rename BLE to Bluetooth (LE) where applicable 2025-02-12 12:24:18 +01:00
log_backend_efi_console.c
log_backend_fs.c logging: fs backend: simplify checking if file exists 2025-02-07 14:33:35 +01:00
log_backend_ipc_service.c
log_backend_native_posix.c
log_backend_net.c log: net: Fix build warning with IPv6 disabled 2024-10-08 16:58:20 +02:00
log_backend_rtt.c
log_backend_semihost.c
log_backend_spinel.c
log_backend_swo.c
log_backend_uart.c
log_backend_ws.c log: websocket: Remove debug printing 2025-01-13 20:23:07 +01:00
log_backend_xtensa_sim.c
log_multidomain_backend.c