| # Copyright (c) 2022 Nordic Semiconductor ASA |
| # SPDX-License-Identifier: Apache-2.0 |
| config LOG_FRONTEND_DICT_UART |
| bool "UART dictionary frontend" |
| depends on UART_ASYNC_API || UART_INTERRUPT_DRIVEN |
| Frontend sends data in binary dictionary mode. |
| if LOG_FRONTEND_DICT_UART |
| config LOG_FRONTEND_DICT_UART_BUFFER_SIZE |
| Number of bytes dedicated for buffering data |
| config LOG_FRONTEND_DICT_UART_DROPPED_NOTIFY_PERIOD |
| int "Dropped notification period" |
| Determines how often a report about dropped messages is printed. Given |