cc5094b3bf
Added CONIFG_LOG_BLOCK_IN_THREAD option to block until buffer for log message is available. When log message is called in the thread and there is no buffer available in the pool, thread will block with configurable timeout (CONFIG_LOG_BLOCK_IN_THREAD_TIMEOUT_MS). If buffer cannot be allocated by that time, message will be dropped. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.template.log_config | ||
log_backend_native_posix.c | ||
log_backend_net.c | ||
log_backend_qemu_x86_64.c | ||
log_backend_rtt.c | ||
log_backend_std.h | ||
log_backend_swo.c | ||
log_backend_uart.c | ||
log_backend_xtensa_sim.c | ||
log_cmds.c | ||
log_core.c | ||
log_list.c | ||
log_list.h | ||
log_msg.c | ||
log_output.c |