Lines Matching +full:tx +full:- +full:buffer +full:- +full:size

3 # Copyright (c) 2014-2015 Wind River Systems, Inc.
5 # SPDX-License-Identifier: Apache-2.0
95 Useful in board bring-up if there aren't any working serial
99 DT_CHOSEN_Z_RAM_CONSOLE := zephyr,ram-console
106 Emit console messages to a RAM buffer "ram_console" which can
107 be examined at runtime with a debugger. Useful in board bring-up
111 bool "Use dedicated section as RAM console buffer"
115 Use a dedicated section as the RAM console buffer, whose address is
117 examined by a debugger or software tool from a parallel-running OS.
120 int "Ram Console buffer size"
125 Total size of the RAM console buffer, to ensure it's always
126 NULL-terminated leave one byte unused, the actual length is
135 Emit console messages to a RAM buffer that is then read by the
136 Segger J-Link software and displayed on a computer in real-time.
137 Requires support for Segger J-Link on the companion IC onboard.
142 int "Number of TX retries"
145 Number of TX retries before dropping the byte and assuming that
149 int "Delay between TX retries in milliseconds"
152 Sleep period between TX retry attempts. During RTT session, host pulls data
153 periodically. Period starts from 1-2 milliseconds and can be increased
159 bool "Busy wait in the interrupt context for TX retry"
161 If enabled RTT console will busy wait between TX retries when console
169 bool "Inter-processor Mailbox console sender"
175 bool "Inter-processor Mailbox console receiver"
181 int "Stack size for IPM console receiver thread"
188 stack size for these threads here.
191 bool "Inter-processor Mailbox console"
195 Enable console over Inter-processor Mailbox.
198 int "IPM console line buffer length"
202 IPM console line buffer length specify amount of the buffer
218 int "Size of receive buffer for mcumgr fragments received over UART, in bytes"
221 Specifies the size of the mcumgr UART receive buffer, in bytes. This
269 module-str = UART console