zephyr/subsys/logging
Pavel Kral 47f529829f logger: fix missing macro in RTT backend, when blocking mode is selected
This simple patch fix compiler error when RTT blocking mode is selected.

Signed-off-by: Pavel Kral <pavel.kral@omsquare.com>
2018-11-13 09:27:37 -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 shell: examples unification 2018-10-19 13:35:56 +02:00
log_core.c logging: start log processing thread in enable_logger() 2018-11-07 14:39:55 +02: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 logging: Fix possible out-of-bound access in log_output 2018-10-30 15:29:28 +01:00
log_output.c subsys: logging: Fix switch statement 2018-11-06 16:20:15 -05:00
sys_log.c
sys_log_net.c