zephyr/subsys/logging
Krzysztof Chruscinski aa0c417e38 logging: defines clean up
RTT backend supports two modes blocking and drop. Apparently,
defines used lead to warning while clang compilation. Define
that caused warning has been changed together with clean up
which removed #ifdefs for definitions.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-03-26 13:55:59 -05:00
..
CMakeLists.txt logging: add backend for xtensa simulator 2019-03-04 10:35:07 -05:00
Kconfig logging: Force LOG_PRINTK option if RTT backend is used 2019-03-19 12:15:50 -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 support for new 'in place' mode to native posix backend 2019-01-29 17:24:37 +01:00
log_backend_net.c log: net: Fix CONFIG_LOG_IMMEDIATE typo in comment 2019-03-26 07:45:20 -05:00
log_backend_rtt.c logging: defines clean up 2019-03-26 13:55:59 -05:00
log_backend_swo.c logger: add a SWO backend 2019-01-09 15:30:59 +01:00
log_backend_uart.c logging: Add support for new 'in place' mode to UART backend 2019-01-29 17:24:37 +01:00
log_backend_xtensa_sim.c logging: add backend for xtensa simulator 2019-03-04 10:35:07 -05:00
log_cmds.c shell: Deprecate macros for subcommands creation 2019-02-20 07:31:35 -05:00
log_core.c logging: Workaround build warning with clang 2019-03-15 06:42:25 -05:00
log_list.c
log_list.h
log_msg.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
log_output.c logging: replace assert calls with __ASSERT_NO_MSG 2019-03-18 11:28:50 -05:00
sys_log.c
sys_log_net.c net/context: Remove token parameter from net_context_send/sendto 2019-03-20 10:27:14 -05:00