zephyr/subsys/logging
Krzysztof Chruscinski 65b5e86c52 logging: Fix RTT backend being enabled with shell RTT
If USE_SEGGER_RTT option was enabled then LOG_BACKEND_RTT was
enabled by default. In case shell RTT was also used then both
write to RTT. Updated Kconfig to prevent such situation.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-12-03 11:55:33 +01:00
..
CMakeLists.txt
Kconfig logging: Fix RTT backend being enabled with shell RTT 2018-12-03 11:55:33 +01:00
Kconfig.template.log_config
log_backend_native_posix.c
log_backend_rtt.c
log_backend_uart.c
log_cmds.c
log_core.c logging: Make logging thread priority fixed 2018-11-30 10:59:02 -08:00
log_list.c
log_list.h
log_msg.c
log_output.c logging: Fix lost printk output when no newline 2018-11-22 19:18:41 -05:00
sys_log_net.c
sys_log.c