zephyr/subsys/logging
Krzysztof Chruscinski d915fa0c35 logging: rtt: Fix backend behavior when LOG_IMMEDIATE enabled
Backend was not initialized to work in synchronous mode if LOG_IMMEDIATE
was enabled. That causes use of rtt_lock which uses mutex. That lead to
assert in application.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-03-18 11:28:50 -05:00
..
CMakeLists.txt logging: add backend for xtensa simulator 2019-03-04 10:35:07 -05:00
Kconfig logging: Use vprintk for string formatting by default 2019-03-05 08:24:50 -05:00
Kconfig.template.log_config
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 logging: Switch to new net_pkt/net_context API 2019-03-11 20:56:44 -07:00
log_backend_rtt.c logging: rtt: Fix backend behavior when LOG_IMMEDIATE enabled 2019-03-18 11:28:50 -05:00
log_backend_swo.c
log_backend_uart.c
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_net.c logging: Switch to new net_pkt/net_context API 2019-03-11 20:56:44 -07:00
sys_log.c