zephyr/subsys/shell
Pisit Sawangvonganan d207edb1cf shell: rename `shell_xxx_impl` wrapper functions to `shell_fprintf_xxx`
Since the `_impl` naming convention is intended for internal use only,
renaming these functions to the `shell_fprintf_xxx` variant is
more suitable for calls outside the module:
- `shell_info_impl` to `shell_fprintf_info`
- `shell_print_impl` to `shell_fprintf_normal`
- `shell_warn_impl` to `shell_fprintf_warn`
- `shell_error_impl` to `shell_fprintf_error`

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-09-09 13:55:31 -04:00
..
backends lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
modules shell: kernel: do a cold reboot by standard 2024-09-05 11:33:22 -05:00
CMakeLists.txt
Kconfig
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell.c shell: rename `shell_xxx_impl` wrapper functions to `shell_fprintf_xxx` 2024-09-09 13:55:31 -04:00
shell_cmds.c
shell_fprintf.c
shell_help.c shell: shell_help: fix width for subcommands help text 2024-08-27 12:44:46 +02:00
shell_help.h
shell_history.c
shell_log_backend.c
shell_ops.c Shell: Make `full_line_cmd` return false on empty lines 2024-08-27 18:37:28 -04:00
shell_ops.h
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h