zephyr/subsys/logging
Krzysztof Chruscinski 08e5103105 logging: Extend log_output to support raw data
Added functions for processing log string and hexdump. Details
are passed as function parameters and not as log_msg. Those
functions can be used when logger works in  synchronous mode
and log messages are not created.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-01-29 17:24:37 +01:00
..
CMakeLists.txt
Kconfig logging: Refactoring 'in place' mode to reduce memory footprint 2019-01-29 17:24:37 +01:00
Kconfig.template.log_config
log_backend_native_posix.c logging: Add buffer flushing on entering panic 2019-01-10 07:27:14 -05:00
log_backend_net.c
log_backend_rtt.c logging: Add buffer flushing on entering panic 2019-01-10 07:27:14 -05:00
log_backend_swo.c
log_backend_uart.c logging: Add buffer flushing on entering panic 2019-01-10 07:27:14 -05:00
log_cmds.c
log_core.c logging: Refactoring 'in place' mode to reduce memory footprint 2019-01-29 17:24:37 +01:00
log_list.c
log_list.h
log_msg.c logging: Refactoring 'in place' mode to reduce memory footprint 2019-01-29 17:24:37 +01:00
log_output.c logging: Extend log_output to support raw data 2019-01-29 17:24:37 +01:00
sys_log_net.c
sys_log.c