Lines Matching +full:rx +full:- +full:buffer +full:- +full:config
2 # Copyright Nordic Semiconductor ASA 2020-2022. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
35 config MCUMGR_TRANSPORT_UART_ASYNC_BUFS
36 int "Number of async RX UART buffers"
40 The asynchronous UART API requires registering RX buffers for received data; when the RX
41 reaches the end of a buffer, it will send event requesting next buffer, to be able to
42 receive data without stopping due to running out of buffer space. At least two buffers
43 area required for smooth RX operation.
45 config MCUMGR_TRANSPORT_UART_ASYNC_BUF_SIZE
46 int "Size of single async RX UART buffer"
49 The size of single buffer for asynchronous RX.
55 config MCUMGR_TRANSPORT_UART_MTU