mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:22:33 +00:00
Introduced interface for efficient logging from external logsystems: Added handling of vaargs and automatic strdup to macros intended to be used in logging interface function. Fast path to less then 4 arguments to speed up the execution. Made log_count_args external, if external logsystem cannot count arguments. Signed-off-by: Tomasz Konieczny <tomasz.konieczny@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.template.log_config | ||
log_backend_native_posix.c | ||
log_backend_net.c | ||
log_backend_rb.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_minimal.c | ||
log_msg.c | ||
log_output_syst.c | ||
log_output.c |