zephyr/subsys/logging
Pavel Kral a19726ee1e logger: console: init rtt only once
As RTT is used by more subsystem in Zephyr, initialization is moved
from RTT console and RTT logger backend to common kernel init phase.

Signed-off-by: Pavel Kral <pavel.kral@omsquare.com>
2018-10-31 12:47:53 +01: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 logging: add template for log configuration 2018-09-14 12:32:56 -04: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: console: init rtt only once 2018-10-31 12:47:53 +01: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 subsys: logging: Using struct to manger log_strdup buffer. 2018-10-29 09:46:01 -04: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: Add optional function name prefix 2018-10-24 11:14:26 +01:00
sys_log_net.c
sys_log.c