rtt-f030/components
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
..
CMSIS Re-normalizing the repo 2013-01-08 22:40:58 +08:00
dfs fix O_APPEND write issue in RAMFS 2013-07-29 14:50:12 +08:00
drivers dev/portal: fix bug in portal callback forwarding 2013-08-22 16:43:06 +08:00
external sync with rtgui-0.6 2013-02-01 10:27:10 +08:00
finsh finsh: use alias in the variable definition 2013-08-31 17:58:34 +08:00
init add initialization debug code 2013-07-24 07:33:48 +08:00
libc fix compiling warning in finsh shell 2013-04-04 14:12:35 -04:00
libdl add error handler in dlopen.c 2013-04-10 21:40:08 +08:00
net fix lwip 1.4.1 compiling error when enable component init 2013-06-30 22:50:33 +08:00
pthreads remove compiling warning 2013-08-12 07:21:29 -07:00
utilities Move logtrace to utilites 2013-06-30 21:51:41 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00