prife
9a80044a55
simulator: update readme.txt, disable RT_USING_MODULE in rtconfig.h
2013-03-15 16:55:44 +08:00
prife
70611580dc
simulator: move {dfs_win32.c,moudule_win32.} from drives/
2013-03-15 16:54:23 +08:00
aozima
be59c9287f
fixed cache initial bug.
2013-03-08 11:23:40 +08:00
prife
dac91dc569
Merge pull request #47 from aozima/aozima
...
add dfs_win32_stat st_mtime support.
2013-03-03 02:25:12 -08:00
aozima
981be386a7
add dfs_win32_stat st_mtime support.
2013-03-03 16:50:11 +08:00
prife
157e326487
dfs_elm.c: fix the head file conflicts caused by time.h
2013-03-02 18:56:07 +08:00
prife
377c153c40
Merge branch 'master' of github.com:RT-Thread/rt-thread
2013-03-02 18:40:01 +08:00
Bernard Xiong
784e8e2459
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2013-03-04 06:59:05 -08:00
Bernard Xiong
c5d5a54c5d
fix compile warning and error
2013-03-04 06:58:05 -08:00
prife
2b0ebebcc2
simulator: update comments,add 'RTT_IN_MODULE' macro in testdll\SConstruct
2013-03-02 18:39:05 +08:00
prife
c6ba8eac62
Merge branch 'master' of github.com:RT-Thread/rt-thread
2013-03-02 14:38:15 +08:00
prife
f1fe20a3df
simulator: fix dfs_win32_mkfs prototype
2013-03-02 14:35:04 +08:00
prife
5cb02e1258
simulator: make sure LCD driver ready to use after rt_hw_sdl_start is invoked
2013-03-02 14:32:26 +08:00
prife
27d6d60279
Merge pull request #44 from prife/toolscript-fix
...
simulator: assign the x86 32bit version in Enverionment, or the 64bit version will be built with vs2010 in win7 64bit
2013-03-01 22:28:37 -08:00
prife
842d129f03
simulator: assign the x86 32bit version in Enverionment, or the 64bit version will be built with vs2010 in win7 64bit
2013-03-01 22:43:33 +08:00
prife
07605d6bed
Merge pull request #43 from aozima/aozima
...
fixed DFS elmfat bug.
2013-03-01 03:47:43 -08:00
aozima
9bb005312f
fixed uninitialized variable.
2013-03-01 12:34:01 +08:00
aozima
f71555ec55
fixed dfs(elmfat) bug: fixed the stat(st_mtime) issue.
2013-03-01 12:23:28 +08:00
Bernard Xiong
a67af25428
Merge pull request #42 from prife/toolscript-fix
...
tools script: fix up mdk460 link error
2013-02-28 15:09:47 -08:00
prife
cc3684847f
tools script: fix up mdk460 link error
2013-03-01 02:27:32 +08:00
prife
3478420fad
Merge branch 'master' of github.com:RT-Thread/rt-thread
2013-03-01 01:55:47 +08:00
prife
a665b97129
app module for simulator: add the missing module_win32.c
2013-03-01 01:30:21 +08:00
Bernard Xiong
9b5d6887eb
Merge pull request #41 from aozima/aozima
...
fixed list_tcps bug: ipaddr_ntoa isn't reentrant.
2013-02-28 02:46:24 -08:00
aozima
43228aeb9c
fixed list_tcps bug: ipaddr_ntoa isn't reentrant.
2013-02-28 18:22:52 +08:00
Bernard Xiong
0df78e4598
Merge pull request #40 from prife/sim-module
...
app module of simulator:update readme.txt, add rtthread.def for default ...
2013-02-27 15:52:06 -08:00
prife
8bff1f8397
app module of simulator:update readme.txt, add rtthread.def for default buiding with msvc
2013-02-28 00:39:37 +08:00
Bernard Xiong
76bdeb3ec3
Merge pull request #39 from prife/sim-module
...
simulator: mingw and app module support
2013-02-26 17:44:33 -08:00
prife
188dfea3a7
app module simulator: add app module test cases
2013-02-27 02:41:02 +08:00
prife
1ab15ba0a6
app module of simlator: simpliy command of building, now use `scons --def` to create rtthread.def which can used by msvc
2013-02-27 02:27:19 +08:00
prife
a07b4a4396
app module of simlator: rename librtthread.a to rtthread.lib after post-building
2013-02-27 02:04:43 +08:00
prife
5923b4abc8
Merge branch 'master' of github.com:RT-Thread/rt-thread into sim-module
2013-02-27 00:39:07 +08:00
prife
a64ec10e68
app module support for simlator, first version
2013-02-27 00:37:57 +08:00
prife
242574a36f
mingw support for simulator: rtgui
2013-02-26 17:51:21 +08:00
prife
2106287efe
mingw support for simulator: dfs/uffs
2013-02-26 16:40:04 +08:00
prife
8928f4e4b7
mingw support for simulator: dfs/dfs_win32
2013-02-26 16:36:33 +08:00
prife
9f355875d8
mingw support for simulator: dfs/fatfs
2013-02-26 16:23:28 +08:00
prife
9ccdf4172e
basic mingw support for simulator: kernel and finsh
2013-02-26 16:03:08 +08:00
Bernard Xiong
caf18dabdf
Merge pull request #37 from grissiom/fix-building-py
...
building.py: append messed up objs list, use extend to avoid that
2013-02-25 01:32:22 -08:00
Grissiom
c24c4f8e16
building.py: append messed up objs list, use extend to avoid that
...
The return type of SConscript is a subclass of UserList. We should use
extend to keep the depth of the list is always 1 when concatenate
SConscript return values. Thanks prife for making me realize that this
is really a problem.
Reported-and-Tested-by: prife
2013-02-24 23:29:27 +08:00
Bernard Xiong
278cc914b3
Merge pull request #36 from rogerz/auto-ci
...
Add building status image in README
2013-02-24 05:26:31 -08:00
Bernard Xiong
1b784c6a7d
Merge pull request #35 from grissiom/remove-gui-examples
...
remove gui examples
2013-02-24 05:25:57 -08:00
Bernard Xiong
4ba03b809d
Merge pull request #34 from grissiom/rtgui-cali
...
bsp/stm32f10x: remove the last calibration.c
2013-02-24 05:25:05 -08:00
Grissiom
b0c84dc305
remove gui examples
...
As part of RTGUI, we should also remove gui examples. Copy
demo/examples/* in RT-Thread/RTGUI to examples/gui in RTT When you need
them.
2013-02-24 18:19:31 +08:00
Grissiom
24649bfefe
bsp/stm32f10x: remove the last calibration.c
...
This also provide an example to show how to use calibration feature in
the RTGUI.
2013-02-24 18:16:16 +08:00
Bernard Xiong
de569ec8e7
Merge pull request #33 from rogerz/efm32
...
Remove RT-Thread GUI from bsp/efm32
2013-02-23 05:39:12 -08:00
Rogerz Zhang
fe538d630a
Add building status image
2013-02-22 23:46:45 +08:00
Rogerz Zhang
53275be7ba
Remove RT-Thread GUI from bsp/efm32
2013-02-22 23:34:27 +08:00
aozima
0700b2ec96
remove RT-Thread GUI from mini2440.
2013-02-22 14:30:41 +08:00
aozima
203707e5f1
Merge pull request #32 from aozima/pulls
...
Pulls
2013-02-21 22:23:25 -08:00
aozima
8a8f904e1b
Merge branch 'master' into aozima
...
Conflicts:
bsp/stm32f107/project.uvproj
2013-02-22 13:54:15 +08:00