3081 Commits

Author SHA1 Message Date
bernard
ae891e2011 [Finsh] fix strncmp issue in command search 2014-01-16 22:22:23 +08:00
Bernard Xiong
2970723cb0 Merge pull request #231 from roamboy/master
Update msh.c
2014-01-13 00:05:16 -08:00
roamboy
1c8693c87e Update msh.c 2014-01-13 15:57:13 +08:00
roamboy
1df4c1b962 Update msh.c 2014-01-13 15:56:20 +08:00
roamboy
849130da2c Update msh.c
fix msh_exec(char* cmd, rt_size_t length) bug
2014-01-13 15:52:23 +08:00
RTsien
d71b86c750 friendly for uart count under 6 2014-01-11 22:03:51 +08:00
Bernard Xiong
97508eb48e Merge pull request #228 from prife/kernel
kernel: rearrange the header file include order
2014-01-11 03:58:10 -08:00
prife
86cdc22043 kernel: rearrange the header file include order
There are some CONFIG OPTIONS in rtdebug.h, which may influence the
rtdef.h, so rtdebug.h should be head of the rtdef.h
2014-01-11 16:50:53 +08:00
bernard
2188d06003 [DFS] remove a compiling warning 2014-01-11 16:34:15 +08:00
bernard
31446eab4c [Kernel] application module can support arguments 2014-01-11 16:33:31 +08:00
RTsien
9382a7105f add CM_PER_UARTx_CLKCTRL 2014-01-11 15:14:36 +08:00
RTsien
ef09b822b7 add RT_USING_UARTx and set console via uart0 2014-01-11 15:09:43 +08:00
RTsien
faf3515e6b support UART0 to UART5 straightly 2014-01-11 15:05:51 +08:00
RTsien
b9c6605876 add operating definitions of UART0 to UART5 2014-01-11 15:04:19 +08:00
prife
c07a78ae00 nfs: fix bug
I have to mention that this bug is introduced by myself, in the last
commit <fd07f30f511335f506ae6557e300093d4dde421e> to dfs_nfs.c
2014-01-11 14:57:02 +08:00
Bernard Xiong
05e9233de6 Merge pull request #226 from grissiom/hot-fix
Revert "BBB: init timer on startup"
v1.2.0
2014-01-06 06:38:34 -08:00
Grissiom
0ddf1023f4 Revert "BBB: init timer on startup"
This reverts commit 9cdf989c59257c06f46a36c6ee939be18363f857. The timer
has been initialized already.
2014-01-06 21:39:17 +08:00
Bernard Xiong
14507454a5 Update README.md [ci-skip] 2014-01-06 13:32:24 +08:00
Bernard Xiong
ff055fe2a0 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2014-01-05 14:58:19 +08:00
Bernard Xiong
abdcd80dcd [Finsh] Add more command in msh 2014-01-05 14:57:58 +08:00
Bernard Xiong
5fb3c76cd4 Update README.md [ci skip] 2014-01-04 23:30:34 +08:00
lgnq
dd3d96e83a [BSP] fixed a compiling warning with GCC 2014-01-04 23:07:55 +08:00
Bernard Xiong
053f579eeb [BSP] change file name for Linux building 2014-01-04 21:49:31 +08:00
bernard
737c7acfea Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2014-01-04 07:56:08 +08:00
bernard
3142811644 [lwIP] Add more RT-Thread options into lwIP 2014-01-04 07:55:25 +08:00
Bernard Xiong
28246abb5a [BSP] [ci skip] fix list issue in SConscript 2014-01-04 07:31:41 +08:00
bernard
cdf02d3aa0 [CI] Add more BSP for travis-ci building 2014-01-04 06:08:48 +08:00
bernard
9973f599a2 [CI] Add more BSP for travis-ci building 2014-01-04 06:07:32 +08:00
bernard
7fd45f3d44 [DFS] remove the unnecessary code 2014-01-04 06:05:03 +08:00
bernard
e393b8fcfa fix the FINSH_USING_SYMTAB not defined and compiling error issue 2014-01-04 06:03:24 +08:00
bernard
6a624356e4 [Finsh] code cleanup 2014-01-04 06:02:33 +08:00
bernard
1f8a0668d2 [Finsh] Add features to execute module. 2014-01-03 08:01:24 +08:00
bernard
bd8fc8b2f9 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2014-01-03 07:16:13 +08:00
bernard
8a56e181bd [Finsh] cleanup the code style 2014-01-03 07:15:25 +08:00
Bernard Xiong
c1550361fa Merge pull request #225 from nongxiaoming/master
add the bsp for lpc407x/408x
2014-01-02 02:53:58 -08:00
nongxiaoming
a043a74c7b add the bsp for lpc407x/408x 2014-01-02 18:30:13 +08:00
bernard
b924104129 Add FINSH_USING_MSH_ONLY option 2014-01-01 23:14:45 +08:00
bernard
9993c9e60c Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2014-01-01 21:46:14 +08:00
bernard
a5ba2a24f7 add file and path name auto completion for module shell 2014-01-01 21:45:09 +08:00
Bernard Xiong
ec7fada97e [Drivers] Fix the block start issue in MTD Nand operators 2013-12-30 18:14:09 +08:00
bernard
a93251ae2b Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2013-12-29 22:31:05 +08:00
bernard
42ae1c634d [Drivers] Add more debug utilities in MTD nand 2013-12-29 22:27:33 +08:00
Bernard Xiong
939176d13a Merge pull request #224 from grissiom/BBB
BBB: init timer on startup
2013-12-27 00:31:32 -08:00
Grissiom
9cdf989c59 BBB: init timer on startup
It could fix the problem encountered in
https://groups.google.com/forum/?hl=en#!topic/rt-thread-cnusers/tpqZOMsIp8I
2013-12-27 16:25:14 +08:00
Bernard Xiong
259baec238 Merge pull request #221 from grissiom/more-tc
TC: if TC is enabled, add the TC dir to CPPPATH
2013-12-23 20:12:24 -08:00
Grissiom
e336a9807a TC: if TC is enabled, add the TC dir to CPPPATH
Some component that depend on TC would like to include the tc_comm.h.
2013-12-24 12:08:22 +08:00
Bernard Xiong
041a7e887b Update posix_types.h 2013-12-23 13:23:49 +08:00
Bernard Xiong
80ff88b2fc Merge pull request #220 from grissiom/more-tc
[RFC] More tc
2013-12-22 19:54:30 -08:00
Grissiom
21fe463168 TC: delay longer in tc_stop 2013-12-23 10:47:15 +08:00
Grissiom
fddbd836b4 TC: re-implement the loop feature
We should not use the _tc_stat to determine whether we should loop the
TCs. Use an other variable and introduce tc_loop FinSh command.
2013-12-23 10:42:39 +08:00