mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 07:31:57 +00:00
Refactored blocking operation of RTT backend. Log_output buffer is used directly in case of blocking operation. Detection of host presence added. Prevent use of RTT lock when in panic mode. Removed pending on data being read by the host on every message. Refactor gives savings of 300 bytes in ROM and 120 bytes in RAM. 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_rtt.c | ||
log_backend_uart.c | ||
log_cmds.c | ||
log_core.c | ||
log_list.c | ||
log_list.h | ||
log_msg.c | ||
log_output.c | ||
sys_log_net.c | ||
sys_log.c |