zephyr/subsys/shell
Krzysztof Chruscinski 61d12cad78 shell: Use temp_buffer in tab completion
Change common_beginning_find() to use temp_buffer for storing first
command when algorithm compares commands in search for common
beginning. It is done to support cases where syntax returned by
dynamic commands is transient (e.g. single static buffer is used
for to build syntax).

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-11-08 12:29:24 -05:00
..
modules kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
CMakeLists.txt
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.backends kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell.c shell: Use temp_buffer in tab completion 2019-11-08 12:29:24 -05:00
shell_cmds.c
shell_dummy.c
shell_fprintf.c
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c shell: fix log output when CONFIG_LOG_IMMEDIATE=y 2019-08-14 14:27:14 +02:00
shell_ops.c
shell_ops.h
shell_rtt.c
shell_telnet.c net: telnet: User could telnet to zephyr only once 2019-10-28 13:58:59 +02:00
shell_telnet_protocol.h
shell_uart.c
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h