zephyr/subsys/logging
Krzysztof Chruscinski 68fd304d19 logging: Increase default CONFIG_LOG_STRDUP_MAX_STRING to 2
In modes where string duplication is not used, the code is
still compiled. On some compilers it was failing due to calling
strncpy which will do nothing because n is 0. Increase
CONFIG_LOG_STRDUP_MAX_STRING to 2 to ensure that n is 1 in that
case

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-03-24 21:42:10 -04:00
..
mipi_syst logging: add STP transport and raw data output support for syst 2020-11-17 10:09:19 -06:00
CMakeLists.txt susbys: logging: Added logging to flash backend 2021-03-22 13:04:23 -04:00
Kconfig logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
Kconfig.backends susbys: logging: Added logging to flash backend 2021-03-22 13:04:23 -04:00
Kconfig.filtering logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
Kconfig.formatting logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
Kconfig.misc logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
Kconfig.mode logging: Add name to the mode choice in kconfig 2021-03-23 13:00:33 +01:00
Kconfig.processing susbys: logging: Added logging to flash backend 2021-03-22 13:04:23 -04:00
Kconfig.template.log_config
log_backend_adsp.c soc/intel_adsp: Unify trace backends 2020-11-17 12:28:10 -08:00
log_backend_fs.c logging/log_backend_fs: support any directory 2021-03-22 13:04:23 -04:00
log_backend_native_posix.c logging: avoid identifier collisions 2020-07-25 21:26:15 -04:00
log_backend_net.c logging: Add backend parameter to the init function 2021-03-12 09:24:54 -05:00
log_backend_rtt.c logging: Add backend parameter to the init function 2021-03-12 09:24:54 -05:00
log_backend_spinel.c logging: Add backend parameter to the init function 2021-03-12 09:24:54 -05:00
log_backend_swo.c logging: swo: Add option to set custom reference frequency 2021-03-15 10:23:10 +01:00
log_backend_uart.c logging: Add backend parameter to the init function 2021-03-12 09:24:54 -05:00
log_backend_xtensa_sim.c logging: make log_backend_std header public 2020-10-21 10:21:05 -04:00
log_cmds.c logging: fix cmd_log_self_disable argc checker 2020-11-06 13:16:39 -05:00
log_core.c logging: Increase default CONFIG_LOG_STRDUP_MAX_STRING to 2 2021-03-24 21:42:10 -04:00
log_list.c
log_list.h
log_minimal.c Coding guideline: Fixing code violations for 21.13 Rule 2021-03-05 10:53:13 +03:00
log_msg.c logging: fix if else if constructs missing final else 2020-10-07 23:05:18 -07:00
log_output_syst.c logging: add STP transport and raw data output support for syst 2020-11-17 10:09:19 -06:00
log_output.c logging : do not reuse tag name log_output 2021-03-22 19:48:14 -04:00