rt-thread/components/finsh
Grissiom c05b205390 finsh: use alias in the variable definition
With this patch, one could define two alias for the same function like:

    FINSH_FUNCTION_EXPORT_ALIAS(rt_hw_cpu_reset, reboot, reboot the cpu);
    FINSH_FUNCTION_EXPORT_ALIAS(rt_hw_cpu_reset, __cmd_reboot, reboot the cpu);

Suitable for being used in MSH/Finsh.
2013-08-31 17:58:34 +08:00
..
SConscript Change the const prefix to right position. 2012-09-20 05:07:14 +00:00
cmd.c finsh/cmd: add description for new pipe and portal device 2013-08-20 14:27:28 +08:00
finsh.h finsh: use alias in the variable definition 2013-08-31 17:58:34 +08:00
finsh_compiler.c implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_error.c implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_error.h implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_heap.c implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_heap.h implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_init.c implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_node.c implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_node.h implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_ops.c implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_ops.h implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_parser.c implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_parser.h implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_token.c fix compiling warning in finsh shell 2013-04-04 14:12:35 -04:00
finsh_token.h implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_var.c implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_var.h implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_vm.c implement a shell for module 2013-03-30 16:14:38 +08:00
finsh_vm.h implement a shell for module 2013-03-30 16:14:38 +08:00
msh.c implement a shell for module 2013-03-30 16:14:38 +08:00
msh.h implement a shell for module 2013-03-30 16:14:38 +08:00
msh_cmd.c move commands out of DFS 2013-07-14 14:36:48 +08:00
shell.c add shell device automatically setting for rx_ind 2013-08-19 12:46:04 +08:00
shell.h Add component initialization. 2013-06-23 07:48:42 +08:00
symbol.c implement a shell for module 2013-03-30 16:14:38 +08:00