zephyr/subsys/logging
Pavel Kral e781997450 logger: rtt backend don't let starve others in blocking mode
When a RTT logger backend is configured to blocks, allow other threads
to continue during waiting for data to be transferred to host.

Signed-off-by: Pavel Kral <pavel.kral@omsquare.com>
2018-11-02 12:24:05 -04:00
..
CMakeLists.txt logger: Add a Segger RTT backend 2018-10-31 12:47:53 +01:00
Kconfig logger: fix PR codestyle issues 2018-10-31 12:47:53 +01:00
Kconfig.template.log_config
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: rtt backend don't let starve others in blocking mode 2018-11-02 12:24:05 -04:00
log_backend_uart.c logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_cmds.c shell: examples unification 2018-10-19 13:35:56 +02:00
log_core.c logging: add arguments counting in log_generic 2018-10-31 14:32:21 +01:00
log_list.c
log_list.h
log_msg.c logging: Fix possible out-of-bound access in log_output 2018-10-30 15:29:28 +01:00
log_output.c logging: Support for up to 15 arguments in log message 2018-11-02 12:22:01 -04:00
sys_log.c
sys_log_net.c