zephyr/subsys/logging
Krzysztof Chruscinski 2d6a226b2e logging: Fix lost printk output when no newline
Log_output module was always postfixing printk strings
with '\r'. If printk message did not ended with '\n'
it lead to last printk message being overwritten.

Fixed by adding '\r' only when string was ended by '\n'.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-11-22 19:18:41 -05:00
..
CMakeLists.txt logger: Add a Segger RTT backend 2018-10-31 12:47:53 +01:00
Kconfig logging: Add uart backend dependency to shell uart backend 2018-11-13 09:17:05 -05:00
Kconfig.template.log_config logging: make LOG_LEVEL depend on LOG 2018-11-02 15:31:44 -05:00
log_backend_native_posix.c logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_backend_rtt.c logger: fix missing macro in RTT backend, when blocking mode is selected 2018-11-13 09:27:37 -05:00
log_backend_uart.c logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_cmds.c logging: refactor log_filter_set to set existing log level 2018-11-20 08:43:34 -05:00
log_core.c logging: refactor log_filter_set to set existing log level 2018-11-20 08:43:34 -05:00
log_list.c logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_list.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_msg.c subsys: logging: Fix invalid memory access 2018-11-20 11:14:31 +01:00
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