zephyr/subsys/logging
Aastha Grover 70c51768de kconfig: logging: Add LOG_MIPI_SYST_ARGS_BUFFER_SIZE option.
Add user configurable LOG_MIPI_SYST_ARGS_BUFFER_SIZE Kconfig
option to use it for macro MIPI_SYST_PCFG_PRINTF_ARGBUF_SIZE.
Moving macro definition of MIPI_SYST_PCFG_PRINTF_ARGBUF_SIZE
from mipi-sys-t library to platform.h which defaulted to 1kb
and resulted in stack overflow in some applications.
LOG_MIPI_SYST_ARGS_BUFFER_SIZE gives flexibilty to users when
maximum log length is known.

Fixes zephyrproject-rtos/mipi-sys-t#10

Signed-off-by: Aastha Grover <aastha.grover@intel.com>
2022-08-17 12:07:08 +02:00
..
mipi_syst kconfig: logging: Add LOG_MIPI_SYST_ARGS_BUFFER_SIZE option. 2022-08-17 12:07:08 +02:00
CMakeLists.txt dma: HDA rename prefix from cAVS to ADSP 2022-07-14 17:53:46 +00:00
Kconfig
Kconfig.backends dma: HDA rename prefix from cAVS to ADSP 2022-07-14 17:53:46 +00:00
Kconfig.filtering
Kconfig.formatting kconfig: logging: Add LOG_MIPI_SYST_ARGS_BUFFER_SIZE option. 2022-08-17 12:07:08 +02:00
Kconfig.frontends
Kconfig.misc
Kconfig.mode
Kconfig.processing logging: added log process thread priority support 2022-07-21 08:59:38 -04:00
Kconfig.template.log_config
Kconfig.template.log_format_config
log_backend_adsp_hda.c dma: HDA rename prefix from cAVS to ADSP 2022-07-14 17:53:46 +00:00
log_backend_adsp.c
log_backend_efi_console.c
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
log_backend_xtensa_sim.c
log_cmds.c
log_core.c logging: added log process thread priority support 2022-07-21 08:59:38 -04:00
log_frontend_dict_uart.c
log_mgmt.c
log_minimal.c
log_msg.c
log_output_dict.c
log_output_syst.c
log_output.c logging: log_output: Add function for processing input arguments 2022-07-21 09:04:37 -04:00