Lines Matching full:uart
5 # The Kconfig file is dedicated to UART transport of MCUmgr
13 bool "UART mcumgr SMP transport"
19 Enables handling of SMP commands received over UART. This is a
21 commands to be received over UART without requiring an additional
29 bool "Use async UART API when available"
31 The option enables use of UART async API when available for selected mcumgr uart port.
36 int "Number of async RX UART buffers"
40 The asynchronous UART API requires registering RX buffers for received data; when the RX
46 int "Size of single async RX UART buffer"
56 int "UART SMP MTU"
59 Maximum size of SMP frames sent and received over UART, in bytes.