zephyr/subsys/shell
Jakub Rzeszutko bc6da1c34a shell: Enable backends via Kconfig file
Added functionality to enable active shell backends via Kconfig
file. When there will be more backends implemented user will
have an option to select only required ones.

It is no longer needed to select SERIAL in prj.conf.

Fixes #10190

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2018-10-05 10:04:44 +02:00
..
modules subsys: shell: add int ret_val to command handlers 2018-10-02 14:44:25 +02:00
CMakeLists.txt shell: Enable backends via Kconfig file 2018-10-05 10:04:44 +02:00
Kconfig shell: Enable backends via Kconfig file 2018-10-05 10:04:44 +02:00
Kconfig.backends shell: Enable backends via Kconfig file 2018-10-05 10:04:44 +02:00
legacy_shell.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
shell_cmds.c Shell: Remove reference to alphabetically sorted 2018-10-03 10:51:52 +02:00
shell_fprintf.c subsys: shell: support posix arch 2018-09-27 17:24:34 +02:00
shell_history.c shell: Add shell history feature 2018-09-19 09:30:29 -04:00
shell_log_backend.c logging: Add option to suppress timestamp printing in log_output 2018-09-26 15:01:38 +02:00
shell_ops.c subsys : shell : Added API changing prompt 2018-09-24 13:17:24 +02:00
shell_ops.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_service.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
shell_uart.c shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_utils.c shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_utils.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_vt100.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_wildcard.c shell : assert standardization 2018-09-25 10:31:13 +02:00
shell_wildcard.h shell: Add wildcard support 2018-09-19 09:30:29 -04:00
shell.c shell: Make autocomplete works with non-sorted commands 2018-10-03 10:51:52 +02:00