zephyr/subsys
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
..
app_memory subsys: app_memory: Fixed the size calculation for power of 2 MPUs 2018-09-20 11:25:53 -04:00
bluetooth Bluetooth: controller: Fix Conn Param Req procedure stall issue 2018-12-19 14:47:38 +01:00
console console: Kconfig: Update for recent changes 2018-12-20 12:21:49 +01:00
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug doc: regular misspelling scan 2018-12-26 13:27:14 -05:00
dfu dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
disk misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
fb drivers: Clear SSD1673 display during display init 2018-12-10 17:21:37 -05:00
fs fs/nvs: Speed Improvement 2018-12-23 12:23:25 +01:00
logging log: Fix switch statement 2018-12-21 21:06:18 +01:00
mgmt crc: deprecate old headers and issue warning when used 2018-12-04 08:52:46 -06:00
net doc: regular misspelling scan 2018-12-26 13:27:14 -05:00
power power: rename api sys_soc -> sys_ 2018-12-28 16:16:28 -05:00
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings settings: fix key-value duplication check 2018-12-12 12:51:12 +01:00
shell shell: Fix return error in shell_execute_cmd 2018-12-28 17:47:46 -05:00
stats stats: move from misc to subsys/stats 2018-11-12 08:01:15 -05:00
storage misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
usb usb: hid: boot protocol 2018-12-19 07:36:18 -06:00
CMakeLists.txt stats: move from misc to subsys/stats 2018-11-12 08:01:15 -05:00
Kconfig Build: Improve C++ support 2018-10-29 09:15:04 -04:00