zephyr/subsys/logging/backends
Trent Piepho 2112844eea logging: backend_uart: Reword buffer size Kconfig text
As written, the title and description of the Kconfig option seem to
specify the logging sub-system will not flush until the buffer is full.
Someone reading this would expect that shorter log message will not be
flushed until the specified number of bytes accumulate.

This is not the case.  Each log message is flushed when finished.  The
size is only the maximum bytes of a single formatted message's contents
that will be accumated before the backend flushes.

What's more, it only applies in deferred mode.  In immediate mode there
is no buffering, not just of multiple log messages but also of the
message contents as they are formatted.

Signed-off-by: Trent Piepho <tpiepho@gmail.com>
2022-12-21 12:23:23 +01:00
..
CMakeLists.txt logging: Add ipc_service log backend 2022-10-17 10:16:53 +02:00
Kconfig logging: Add remote link and backend 2022-10-17 10:16:53 +02:00
Kconfig.adsp
Kconfig.adsp_hda
Kconfig.adsp_mtrace
Kconfig.efi_console
Kconfig.fs logging: log_backend_fs: added LOG_BACKEND_FS_AUTOSTART configuration 2022-10-26 12:00:29 +02:00
Kconfig.multidomain logging: Add ipc_service log backend 2022-10-17 10:16:53 +02:00
Kconfig.native_posix
Kconfig.net
Kconfig.rtt
Kconfig.spinel
Kconfig.swo
Kconfig.uart logging: backend_uart: Reword buffer size Kconfig text 2022-12-21 12:23:23 +01:00
Kconfig.xtensa_sim
log_backend_adsp.c
log_backend_adsp_hda.c dma: dts: Rename of the dma_buf_alignment to dma-buf-addr-alignment 2022-11-23 15:36:31 -05:00
log_backend_adsp_mtrace.c
log_backend_efi_console.c
log_backend_fs.c logging: log_backend_fs: added LOG_BACKEND_FS_AUTOSTART configuration 2022-10-26 12:00:29 +02:00
log_backend_ipc_service.c logging: Add ipc_service log backend 2022-10-17 10:16:53 +02:00
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: allow disabling auto-start of UART backend 2022-12-01 09:48:42 +01:00
log_backend_xtensa_sim.c
log_multidomain_backend.c logging: Add remote link and backend 2022-10-17 10:16:53 +02:00