zephyr/subsys/logging
Joakim Andersson cd3a1f8ba3 logging: fix signed and unsigend comparison warnings
Fix instances of:
warning: comparison between signed and unsigned integer expressions
[-Wsign-compare]

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-04-03 18:06:59 -04:00
..
CMakeLists.txt logging: Make ring buffer backend more general 2020-03-12 13:31:24 +02:00
Kconfig logging: log_backend_rb: Use int for memory area size 2020-03-12 13:31:24 +02: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 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
log_backend_net.c logging: net: Avoid copying too much data 2020-04-02 15:54:36 -04:00
log_backend_rb.c logging: log_backend_rb: Make message buffer size configurable 2020-03-12 13:31:24 +02:00
log_backend_rtt.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
log_backend_std.h logging: log_output: Improve immediate mode handling 2019-12-18 13:08:46 -08:00
log_backend_swo.c logging: add SWO syst backend support 2019-10-29 10:18:51 +01:00
log_backend_uart.c logging: add UART syst backend support 2019-10-29 10:18:51 +01:00
log_backend_xtensa_sim.c subsys/logging: Fix xtensa simcall assembly 2020-02-01 08:08:19 -05:00
log_cmds.c logging: Add string duplicates pool profiling 2019-05-27 10:18:10 +02:00
log_core.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
log_list.c logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_list.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_minimal.c logging: fix LOG_HEXDUMP_* in C++. 2019-12-18 21:54:18 +01:00
log_msg.c logging: fix signed and unsigend comparison warnings 2020-04-03 18:06:59 -04:00
log_output.c logging: log_output: Improve immediate mode handling 2019-12-18 13:08:46 -08:00
log_output_syst.c logging: add syst format output 2019-10-29 10:18:51 +01:00