zephyr/subsys/shell
Flavio Ceolin bc4cb76df5 shell: Fix return error in shell_execute_cmd
ENOEXEC should be used for executable file format error.
While is undertandable return it when the command is wrong, this
function is returning it two cases where other errors are more
descriptive. When parameter is NULL, is better return EINVAL.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-12-28 17:47:46 -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: Fix return error in shell_execute_cmd 2018-12-28 17:47:46 -05:00