zephyr/subsys/shell
Jakub Rzeszutko c3bc7180b0 subsys: shell: add dummy backend to simplify commands testing
Added dummy backend which can be enabled with Kconfig. By default it is
disabled because it needs the same amount of memory as other phisical
backends. It shall be use only for commands testing purposes.

Improved shell_execute_cmd function, now it clears command context
before new command will be executed.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2018-10-28 11:45:41 -04:00
..
modules shell: kernel: list configured devices 2018-10-18 10:15:50 -04:00
CMakeLists.txt subsys: shell: add dummy backend to simplify commands testing 2018-10-28 11:45:41 -04:00
Kconfig shell: Enable backends via Kconfig file 2018-10-05 10:04:44 +02:00
Kconfig.backends subsys: shell: add dummy backend to simplify commands testing 2018-10-28 11:45:41 -04:00
legacy_shell.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
shell.c subsys: shell: add dummy backend to simplify commands testing 2018-10-28 11:45:41 -04:00
shell_cmds.c shell: commands help unification 2018-10-19 13:35:56 +02:00
shell_dummy.c subsys: shell: add dummy backend to simplify commands testing 2018-10-28 11:45:41 -04:00
shell_fprintf.c shell: parsing output LF character 2018-10-10 10:45:28 +02:00
shell_history.c shell: fix history feature 2018-10-24 14:31:25 +01: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 subsys: shell: add dummy backend to simplify commands testing 2018-10-28 11:45:41 -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