commit | 1a8cd31d64ec20b14fc0734ddde3931bbf4b2ea6 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Thu May 25 21:14:08 2017 +0300 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Jun 09 18:54:27 2017 -0400 |
tree | e53733bc5a21f01fdfaf97eae749d705fffb324b | |
parent | 680ca8c9441c93757394a6dce14b88e3d0cd1c43 [diff] |
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>