4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 21:49:38 +08:00

2414 Commits

Author SHA1 Message Date
Rogerz Zhang
696d1af3d4 Fix build error in efm32 2013-02-02 20:06:23 +08:00
Bernard Xiong
6a60d40334 Merge pull request #17 from rogerz/master
Customize command string in scons
2013-02-01 18:54:28 -08:00
prife
fb94ccd89e Merge branch 'simdev' 2013-02-02 00:37:10 +08:00
Bernard Xiong
9400f237b2 Merge pull request #22 from grissiom/rtgui-0.6
sync with rtgui-0.6
2013-01-31 18:59:34 -08:00
Grissiom
f06c70feed sync with rtgui-0.6 2013-02-01 10:27:10 +08:00
Rogerz Zhang
2f6bf3b5ec Rename --default-comstr to --verbose 2013-01-29 16:54:03 +08:00
prife
4f02e67bef enabe dfs_win32 in simulator when built on windows 2013-01-28 18:06:59 +08:00
prife
5cc1dcb879 create disk/{ad, nor, nand in bsp/simulator 2013-01-28 18:05:19 +08:00
prife
2a3f223b4e Merge branch 'master' of github.com:RT-Thread/rt-thread 2013-01-25 12:21:59 +08:00
prife
4be62911f9 show volume size in KBytes in df 2013-01-25 12:17:47 +08:00
qiuyiuestc
58a5550414 Merge pull request #21 from heyuanjie87/ForPullRequest
class driver can custom string description
2013-01-24 05:08:09 -08:00
heyuanjie87
34d531578e class driver can custom string description 2013-01-24 20:59:43 +08:00
prife
72bd8b9978 clean code in bsp/simulator/rtconfig.py 2013-01-24 17:24:31 +08:00
prife
f709ddf631 fix compile errors with vs in bsp/simulator 2013-01-24 17:13:09 +08:00
Grissiom
0961cc5e36 simulator: no need to dump the bin file 2013-01-24 13:06:12 +08:00
Grissiom
634c3a3518 rtgui_demo: port to new API 2013-01-24 12:54:20 +08:00
Grissiom
94a727a4fe link with libm.so
This fix the compiling error:

    /usr/lib64/gcc/x86_64-slackware-linux/4.7.2/../../../../x86_64-slackware-linux/bin/ld: build/components/rtgui/common/dc.o: undefined reference to symbol 'sin@@GLIBC_2.2.5'
    /usr/lib64/gcc/x86_64-slackware-linux/4.7.2/../../../../x86_64-slackware-linux/bin/ld: note: 'sin@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
    /lib64/libm.so.6: could not read symbols: Invalid operation
    collect2: error: ld returned 1 exit status
2013-01-24 12:52:42 +08:00
Bernard Xiong
ba245ae880 Merge pull request #20 from prife/simmerge
some bug fix after the recently merge from simmerge branch
2013-01-22 08:06:36 -08:00
prife
821d0ac252 fix memory leak in sd_erase in bsp/simulator 2013-01-22 23:57:10 +08:00
prife
d7f8f375df just mask signal in sdl_fb.c 2013-01-22 23:51:13 +08:00
prife
f5fea40c5e add sd_erase in sd_sim.c, just erase MBR in SDCARD 2013-01-22 23:48:52 +08:00
prife
a4d661dcf1 fix memory leak in dfs_elm.c and umount fatfs when mount fatfs fails (this bug leads to mkfs failure in linux) 2013-01-22 23:47:32 +08:00
Bernard Xiong
ead6922231 Merge pull request #19 from prife/simmerge
merge simulator for linux to master branch
2013-01-22 04:10:04 -08:00
prife
05544d12c9 add .gdbinit to bsp/simulator 2013-01-22 17:45:06 +08:00
prife
80e2dd0d3d add gcc.ld to bsp/simulator 2013-01-22 17:40:03 +08:00
prife
832bbb9fe2 remove bsp/simlinux 2013-01-22 17:08:54 +08:00
prife
f2636ea813 clean code in bsp/simulator/application/application.c 2013-01-22 17:07:12 +08:00
prife
fbbc4c8d18 merge bsp/simlinux into bsp/simulator 2013-01-22 16:57:47 +08:00
prife
29d63fe2bc Merge branch 'master' into simposix 2013-01-22 16:23:33 +08:00
prife
3f3b6b7deb enable RTGUI in simlinux 2013-01-22 15:51:15 +08:00
prife
7c3f2fd6c7 fix sdl_fb.c to support gcc under linux 2013-01-22 15:49:49 +08:00
Bernard Xiong
8bbd54ddf6 Merge pull request #18 from prife/finsh-64gcc
fix bug in finsh when built with 64bit-gcc
2013-01-21 23:15:52 -08:00
prife
5d68ef8ec1 fix bug in finsh when built with 64bit-gcc 2013-01-22 12:44:47 +08:00
prife
236099e3ec enable FAT and uffs in simlinux/rtconfig.h 2013-01-22 12:11:35 +08:00
prife
e3cc345ecf clean code in sd_sim.c to make sure it can be built with gcc in linux 2013-01-22 12:09:43 +08:00
prife
4f45c460d8 use sd as '/' mount ponit 2013-01-22 12:08:19 +08:00
Rogerz Zhang
8dcb8a6af6 Use customized command string in scons 2013-01-19 21:55:08 +08:00
qiuyiuestc
b91271d490 Merge pull request #14 from heyuanjie87/ForPullRequest
fixed the string descriptor send to host more than actual
2013-01-17 04:25:23 -08:00
Bernard Xiong
14dbee0082 Merge pull request #16 from grissiom/fix-timer
more deterministic on timer
2013-01-17 00:28:24 -08:00
Grissiom
0001344105 more deterministic on timer
If two timer will timeout at the same tick, the one started later will
be called later. I've tested the patch on simulator and it _seems_ OK.

Reported-by: xdzy on the forum and delin17 <delin17@qq.com>
2013-01-17 16:13:01 +08:00
heyuanjie87
7ce0547575 fixed the string descriptor send to host more than actual 2013-01-17 14:03:45 +08:00
qiuyiuestc
250fd1082b Merge pull request #13 from heyuanjie87/ForPullRequest
handle standard request to interface that defined in class
2013-01-16 20:57:37 -08:00
heyuanjie87
a3bde3c4a3 handle standard request to interface that defined in class 2013-01-17 12:23:06 +08:00
prife
8999948650 recover the terminal's behaviour when runing exit in finsh 2013-01-17 12:06:23 +08:00
Bernard Xiong
9721603b72 Add RT_MTD_ESRC definitions.
Add RT_MTD_ESRC definitions. If the source page has issue when copying a page, the low level can return this error code.
2013-01-17 10:06:01 +08:00
prife
b8aaa6e730 clean code in cpu_port.c, add some comments 2013-01-16 18:49:07 +08:00
prife
b8bd5c8309 fix bug in cpu_port.c(can work very well) 2013-01-15 23:59:14 +08:00
prife
395178ebfa rewrite cpu_port.c (but still has bug) 2013-01-15 21:38:54 +08:00
prife
f0d6e0e173 add gcc.ld 2013-01-14 22:41:36 +08:00
prife
07da6caafd surport finsh 2013-01-14 22:38:54 +08:00