rt-thread/components
Grissiom c44f32e513 [msh] cd to path when possible
When DFS_USING_WORKDIR is enabled, msh will try to chdir if the command
is not found. For example, if there is folder named "SD", and there is
no `SD` command and `SD.mo` module, typing "SD" in msh will cd to the
folder.

In more detail, the execution order right now is:

1. built-in command
2. module
3. cd to path

If you have a folder named "ps", you have to run `cd ps` to change the
working dir.
2014-03-27 16:41:26 +08:00
..
CMSIS update CMSIS version to 3.20 2014-01-22 17:26:52 +08:00
dfs [DFS] fix compiling warning in NFS 2014-03-10 11:48:47 +08:00
drivers [DeviceDrivers] Add watchdog driver frame work 2014-03-04 14:32:56 +08:00
external [JS] fix the include path issue 2014-02-25 13:43:59 +08:00
finsh [msh] cd to path when possible 2014-03-27 16:41:26 +08:00
init [DFS] Add ramfs initialization in components initialization procedure 2014-02-23 00:10:09 +08:00
libc fixed _sys_read()/_sys_write() issues. 2013-11-24 23:11:17 +08:00
libdl add error handler in dlopen.c 2013-04-10 21:40:08 +08:00
net [Kernel] application module can support arguments 2014-01-11 16:33:31 +08:00
pthreads [Pthreads] fix compiling warning 2014-03-11 16:05:14 +08:00
utilities log_trace: fix the memmove use 2013-10-11 17:23:30 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00