Lines Matching +full:tx +full:- +full:buffer +full:- +full:size
2 # SPDX-License-Identifier: Apache-2.0
5 bool "Segger J-Link RTT backend"
13 is transferred to up-buffer at once depending on available space and
16 in up-buffer for a message and message is transferred to host.
25 bool "Drop messages that do not fit in up-buffer."
27 If there is not enough space in up-buffer for a message, drop it.
29 Increase up-buffer size helps to reduce dropping of messages.
34 Waits until there is enough space in the up-buffer for a message.
37 bool "Overwrite messages if up-buffer full"
39 If there is not enough space in up-buffer for a message overwrite
45 backend-str = rtt
49 int "Size of internal buffer for storing messages."
54 This option defines maximum message size transferable to up-buffer.
59 int "Size of the output buffer"
62 Buffer is used by log_output module for preparing output data (e.g.
69 Number of TX retries before dropping the data and assuming that
73 int "Delay between TX retries in milliseconds"
76 Sleep period between TX retry attempts. During RTT session, host pulls
77 data periodically. Period starts from 1-2 milliseconds and can be
85 int "Buffer number used for logger output."
89 Select index of up-buffer used for logger output, by default it uses
90 terminal up-buffer and its settings.
93 int "Size of reserved up-buffer for logger output."
97 Specify reserved size of up-buffer used for logger output.
99 # Enable processing of printk calls using log if terminal buffer is used.
100 # Same buffer is used by RTT console. If printk would go through RTT console