zephyr/subsys/shell
Krzysztof Chruscinski d653a5182c shell: Allow calling shell_fprintf from various contexts
Extended shell to allow command to indicate that shell should
halt not accepting any input until termination sequence is
received (CTRL+C) or shell_command_exit() is called. While shell
is in that state it is allowed to print to shell from any thread
context.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-12-28 10:42:06 -05:00
..
modules
CMakeLists.txt
Kconfig
Kconfig.backends shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
Kconfig.template.shell_log_queue_size shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
Kconfig.template.shell_log_queue_timeout shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
legacy_shell.c
shell_cmds.c
shell_dummy.c shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
shell_fprintf.c
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c shell: Add dropping of expired messages 2018-12-19 14:37:00 +01:00
shell_ops.c shell: Allow calling shell_fprintf from various contexts 2018-12-28 10:42:06 -05:00
shell_ops.h
shell_rtt.c shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
shell_service.c
shell_uart.c shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: Allow calling shell_fprintf from various contexts 2018-12-28 10:42:06 -05:00