zephyr/subsys/shell
Ederson de Souza 049b67aca9 subsys/shell/backends: Fix shell_telnet.c build with clang
It declares a variable inside a switch statement without brackets to
properly delimit the scope, making clang barf. This patch adds them.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2023-11-03 20:04:08 -04:00
..
backends subsys/shell/backends: Fix shell_telnet.c build with clang 2023-11-03 20:04:08 -04:00
modules shell: modules: kernel: add human readable uptime 2023-09-28 09:34:00 +02:00
CMakeLists.txt
Kconfig
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: print name and prompt when listing backends 2023-10-25 09:57:29 +02:00
shell_fprintf.c
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c shell: fix a memory corruption coverity issue 2023-10-13 13:11:28 +03:00
shell_ops.c
shell_ops.h
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: add new APIs to get the backend instances 2023-10-25 09:57:29 +02:00