- 30 12月, 2013 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 29 12月, 2013 2 次提交
-
-
-
由 bernard 提交于
-
- 27 12月, 2013 2 次提交
-
-
由 Bernard Xiong 提交于
BBB: init timer on startup
-
由 Grissiom 提交于
It could fix the problem encountered in https://groups.google.com/forum/?hl=en#!topic/rt-thread-cnusers/tpqZOMsIp8I
-
- 24 12月, 2013 2 次提交
-
-
由 Bernard Xiong 提交于
TC: if TC is enabled, add the TC dir to CPPPATH
-
由 Grissiom 提交于
Some component that depend on TC would like to include the tc_comm.h.
-
- 23 12月, 2013 4 次提交
-
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
[RFC] More tc
-
由 Grissiom 提交于
-
由 Grissiom 提交于
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.
-
- 22 12月, 2013 6 次提交
-
-
由 Bernard Xiong 提交于
Sq lite on armcc
-
由 geniusgogo 提交于
-
-
由 geniusgogo 提交于
-
由 geniusgogo 提交于
-
由 geniusgogo 提交于
-
- 21 12月, 2013 16 次提交
-
-
由 Bernard Xiong 提交于
More tc
-
由 prife 提交于
fix dfs_unmount bug
-
由 Grissiom 提交于
-
由 Grissiom 提交于
-
由 Grissiom 提交于
With system that has RT_TICK_PER_SECOND is 1000, it's easy to get one tick error.
-
由 Bernard Xiong 提交于
More tc
-
由 Bernard Xiong 提交于
Rtt next2
-
由 prife 提交于
DFS: let mount fail on device open error
-
由 Grissiom 提交于
-
由 prife 提交于
more infomation: http://www.rt-thread.org/phpBB3/topic2965.html
-
由 Grissiom 提交于
No functional changes.
-
由 Grissiom 提交于
-
由 prife 提交于
fix #211
-
由 Grissiom 提交于
Out side world is difficult to tell whethere there is dead thread remaining. If rt_thread_idle_excute only do one cleanup, it's hard to finish cleanups outside the idle thread. So let is loop and do all the cleanups in one call.
-
由 Grissiom 提交于
Out side world may be interested in whether the scheduler is locked or not. Provide an API to tell that.
-
由 prife 提交于
empty is confused in dfs_filesystem_lookup.
-
- 20 12月, 2013 3 次提交
-
-
由 Bernard Xiong 提交于
More tc
-
由 Grissiom 提交于
The tc thread should delay more time than tid2 in order to let it run the test. The hard-coded "27" is not enough in some cases.
-
由 Grissiom 提交于
TCs are supposed to exit with the TC_STAT_RUNNING cleared. If it forgot to do this, do it by ourselves.
-
- 19 12月, 2013 4 次提交
-
-
由 prife 提交于
dfs: refine code
-
由 prife 提交于
clean code with pointer rather than index
-
由 Bernard Xiong 提交于
Fix tc
-
由 prife 提交于
decrease indentation to make cleaner code fix mkfs bug when there is no mkfs implementation
-