mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 09:15:39 +00:00
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.template.log_config | ||
log_backend_native_posix.c | ||
log_backend_rtt.c | ||
log_backend_uart.c | ||
log_cmds.c | ||
log_core.c | ||
log_list.c | ||
log_list.h | ||
log_msg.c | ||
log_output.c | ||
sys_log_net.c | ||
sys_log.c |