zephyr/subsys/logging
Ryan McClelland 1216f19a89 logging: fix LOG_TAG_MAX_LEN min warning
if CONFIG_LOG_TAG_MAX_LEN is 0, then a warning would be generated
on the MIN macro always being false, but as
CONFIG_LOG_TAG_MAX_LEN is a constant, then it is better to just
compile out the function if it's 0.

Signed-off-by: Ryan McClelland <ryanmcclelland@fb.com>
2022-04-19 11:49:34 +02:00
..
mipi_syst
CMakeLists.txt logging: remove obj character 2022-04-15 09:24:32 -04:00
Kconfig logging: Kconfig cleanup of frontened related options 2022-04-13 13:45:36 -07:00
Kconfig.backends everywhere: fix typos 2022-03-18 13:24:08 -04:00
Kconfig.filtering
Kconfig.formatting logging: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
Kconfig.frontends logging: Add UART dictionary frontend 2022-04-13 13:45:36 -07:00
Kconfig.misc logging: Kconfig cleanup of frontened related options 2022-04-13 13:45:36 -07:00
Kconfig.mode logging: Kconfig cleanup of frontened related options 2022-04-13 13:45:36 -07:00
Kconfig.processing logging: Kconfig cleanup of frontened related options 2022-04-13 13:45:36 -07:00
Kconfig.template.log_config
Kconfig.template.log_format_config
log_backend_adsp.c logging: backend_adsp: lock the output 2022-04-13 17:41:27 -04:00
log_backend_fs.c
log_backend_native_posix.c
log_backend_net.c
log_backend_rtt.c
log_backend_spinel.c
log_backend_swo.c
log_backend_uart.c logging: backend_uart: configurable buffer size 2022-03-14 16:44:17 -05:00
log_backend_xtensa_sim.c
log_cmds.c
log_core.c logging: fix LOG_TAG_MAX_LEN min warning 2022-04-19 11:49:34 +02:00
log_frontend_dict_uart.c logging: Add UART dictionary frontend 2022-04-13 13:45:36 -07:00
log_list.c
log_list.h
log_mgmt.c logging: Fix LOG_OVERRIDE_LEVEL option 2022-04-06 10:59:57 +02:00
log_minimal.c
log_msg.c
log_msg2.c logging: Adapt logging to use new cbprintf feature 2022-03-30 16:16:40 -04:00
log_output.c logging: disable Linux-style timestamp formatting by default 2022-04-15 10:33:15 -07:00
log_output_dict.c
log_output_syst.c logging: syst: add support for catalog messages 2022-04-01 13:29:45 +02:00