rt-thread/components/finsh
gbcwbz 860f8d954d [finsh] change return type of finsh_getchar from ch to int
finsh_getchar invokes getchar, who's return type is int, and return value may < 0, which means error occurred or EOF.
finsh should handle that situation properly, and inform user about the error.
2019-03-10 15:50:03 +08:00
..
Kconfig [components][finsh]msh最大参数个数可配置 2018-06-07 11:55:54 +08:00
SConscript [Finsh] Add script feature for msh. 2015-10-11 15:38:08 +08:00
cmd.c add first version 2019-02-12 14:09:34 +08:00
finsh.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_api.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_compiler.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_error.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_error.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_heap.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_heap.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_init.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_node.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_node.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_ops.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_ops.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_parser.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_parser.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_token.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_token.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_var.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_var.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_vm.c [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
finsh_vm.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
msh.c [finsh/shell] compatible definition for cube package 2018-11-07 14:31:32 +08:00
msh.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
msh_cmd.c [finsh/shell] compatible definition for cube package 2018-11-07 14:31:32 +08:00
msh_file.c [finsh/shell] compatible definition for cube package 2018-11-07 14:31:32 +08:00
shell.c [finsh] change return type of finsh_getchar from ch to int 2019-03-10 15:50:03 +08:00
shell.h [license] Change license to Apache. 2018-10-14 19:28:18 +08:00
symbol.c [finsh/shell] compatible definition for cube package 2018-11-07 14:31:32 +08:00