zephyr/subsys/logging
Krzysztof Chruscinski f35b854345 logging: Fix RTT backend drop mode and coverity issue
Drop mode in RTT backend was broken. It is not the default
one so most likely it was unnoticed for a long time. Fixed
to report drop message when logs are lost.

Additionally, added assert to ensure that memmove does not
do memory overwrite.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-04-12 08:38:16 -04:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig logging: kconfig: Remove legacy SYS_LOG symbols 2019-03-28 09:30:29 -04:00
Kconfig.template.log_config license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04: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 all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
log_backend_rtt.c logging: Fix RTT backend drop mode and coverity issue 2019-04-12 08:38:16 -04:00
log_backend_swo.c logging: Add support for new 'in place' mode to SWO backend 2019-04-03 10:46:57 -04: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: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
log_output.c subsystems: Rename reserved function names 2019-04-03 17:31:00 -04:00