Lines Matching +full:tx +full:- +full:data +full:- +full:mode
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
14 selected mode.
15 In panic mode backend always blocks and waits until there is space
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
54 This option defines maximum message size transferable to up-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
79 case of heavy traffic data can be lost and it may be necessary to
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.
101 # that will lead to corruption of RTT data which is not protected against being