zephyr/subsys/shell
Marcin Niestroj 7451a32e98 mgmt: smp: shell: allow to configure multiple RX buffers via Kconfig
With only single RX buffer there is a high chance that such buffer will
not be processed before new bytes come in over UART. This is why it is
good to have at least two buffers, one which can be processed by SMP
layer, while another is being filled with new incoming bytes.

Add Kconfig option which allows to configure multiple buffers filled
with received UART SMP fragments. Use default value of 2, so we can
safely process already received frame in thread, while new fragment
comes in concurrently.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-10-07 14:51:06 +02:00
..
modules
CMakeLists.txt
Kconfig shell: add argc range in Kconfig 2020-09-18 15:18:07 +02:00
Kconfig.backends shell: Fix typo in a comment 2020-09-15 09:44:42 -05:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: enhance help command 2020-10-02 12:05:49 -04:00
shell_dummy.c
shell_fprintf.c
shell_help.c shell: help functions update 2020-10-02 12:05:49 -04:00
shell_help.h shell: help functions update 2020-10-02 12:05:49 -04:00
shell_history.c
shell_log_backend.c
shell_ops.c
shell_ops.h
shell_rtt.c
shell_telnet_protocol.h
shell_telnet.c
shell_uart.c mgmt: smp: shell: allow to configure multiple RX buffers via Kconfig 2020-10-07 14:51:06 +02:00
shell_utils.c shell: improve function shell_cmd_get 2020-10-02 12:05:49 -04:00
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: help functions update 2020-10-02 12:05:49 -04:00