zephyr/subsys/shell
Jordan Yates 91f8c1aea9 everywhere: replace #if IS_ENABLED() as per docs
Replace `#if IS_ENABLED()` with `#if defined()` as recommended by the
documentation of `IS_ENABLED`.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2024-06-28 07:20:32 -04:00
..
backends everywhere: replace #if IS_ENABLED() as per docs 2024-06-28 07:20:32 -04:00
modules shell: kernel: add command to unwind a thread 2024-06-13 16:46:48 -04:00
CMakeLists.txt
Kconfig posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY 2024-06-04 16:27:12 -05:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c
shell_fprintf.c
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c
shell_ops.c
shell_ops.h shell: change controlling expressions in while to Boolean 2024-06-12 14:22:36 +03:00
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: fix index out bound issue 2024-05-27 08:16:36 -07:00