zephyr/subsys/shell
Krzysztof Chruściński 8207a05304 shell: modules: kernel_service: deprecate log_level
Log_level command is a duplicate of 'log enable' command from
the logging command set (enabled by CONFIG_LOG_CMDS=y). Adding
warning about deprecation as 'log enable' is recommended since
it has more features (e.g. autocompletion).

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2025-01-17 09:08:26 +01:00
..
backends shell: backends: shell_websocket remove deadcode 2025-01-16 14:51:10 +01:00
modules shell: modules: kernel_service: deprecate log_level 2025-01-17 09:08:26 +01:00
CMakeLists.txt shell: Allow custom shell log backend implementation 2024-10-17 10:48:25 -04:00
Kconfig Revert "segger: rtt: disable unsupported shell/log features" 2024-12-11 21:30:19 +01:00
Kconfig.template.shell_log_queue_size shell: shell_log_backend: take buffer size from config 2022-11-22 13:05:29 +09:00
Kconfig.template.shell_log_queue_timeout
shell.c shell: Added assert 2024-10-16 10:00:17 +02:00
shell_cmds.c shell: Added assert 2024-10-16 10:00:17 +02:00
shell_fprintf.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
shell_help.c shell: shell_help: fix width for subcommands help text 2024-08-27 12:44:46 +02:00
shell_help.h shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
shell_history.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell_log_backend.c shell: shell_log_backend: Allow printing the thread ID or name 2025-01-16 22:36:50 +01:00
shell_ops.c shell: add generic RX buffer flush function 2024-10-09 13:48:41 +02:00
shell_ops.h shell: add generic RX buffer flush function 2024-10-09 13:48:41 +02:00
shell_utils.c shell: utils: omit NULL initialization of endptr 2024-12-13 11:35:28 +01:00
shell_utils.h shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
shell_vt100.h
shell_wildcard.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
shell_wildcard.h shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00