zephyr/subsys/shell
Luiz Augusto von Dentz 1a8cd31d64 shell: Add shell_exec
This adds shell_exec which can be used to execute commands directly
without the use of a console which is useful for both testing as well
as interfacing with applications/upper layer which would like to have
access to shell commands directly.

In addition to that this may be more trivial to interface with instead
of using fifos like uart_register_input and telnet_register_input do.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-06-09 18:54:27 -04:00
..
modules subsys: convert to using newly introduced integer sized types 2017-04-21 09:36:22 -05:00
Kconfig shell: Make the command queue size configurable via Kconfig 2017-01-27 12:35:53 +02:00
Makefile shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
shell_service.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
shell.c shell: Add shell_exec 2017-06-09 18:54:27 -04:00