Bernard Xiong
385f682d7b
remove RT-Thread GUI from RT-Thread temporary
2013-02-21 13:11:10 +08:00
Bernard Xiong
c4bd0023f8
Merge pull request #30 from aozima/pulls
...
Pulls
2013-02-20 18:01:23 -08:00
aozima
f75a37a9c5
Merge branch 'aozima' into pulls
2013-02-20 22:04:11 +08:00
aozima
d80888a194
port stm32f0x to gcc.
2013-02-20 22:03:31 +08:00
aozima
5fad83b0d6
Merge branch 'aozima' into pulls
2013-02-20 21:56:59 +08:00
aozima
5fb028968b
fix compile errors in bsp:stm32f0x.
2013-02-20 21:54:08 +08:00
aozima
12f34b8c73
update bsp: stm32 family.
2013-02-20 18:40:31 +08:00
aozima
eefb272cfd
update stm32f10x template.
2013-02-20 10:49:09 +08:00
aozima
fcf581ea3d
remove old code.
2013-02-20 10:20:40 +08:00
aozima
e3a4ae1370
update stm32f10x template.
2013-02-20 10:15:09 +08:00
prife
38f1c4ef55
add declaration in simulator/drivers/usart_sim.c
2013-02-07 23:32:26 +08:00
prife
fd5dfc723c
clean code in simulator/drivers/serial.c
2013-02-07 23:27:29 +08:00
prife
81751d99cc
fix bug in simulator/drivers/serial.c which deadlock may happen if multi-uart both output use printf
2013-02-07 23:21:19 +08:00
prife
1c522be515
rewrite serial/uart code in simulator to support multi-uarts
2013-02-07 23:18:59 +08:00
Bernard Xiong
dc089a6444
Merge pull request #25 from rogerz/build-error
...
Fix build error in efm32
2013-02-02 05:08:22 -08:00
Bernard Xiong
f371ed8094
Merge pull request #24 from rogerz/auto-ci
...
Add all arm bsp to building matrix
2013-02-02 05:07:35 -08:00
Rogerz Zhang
696d1af3d4
Fix build error in efm32
2013-02-02 20:06:23 +08:00
Rogerz Zhang
78126e9226
Remove unsupported BSP
2013-02-02 19:24:59 +08:00
Rogerz Zhang
ebd6bfeae9
add all arm bsp to build matrix
2013-02-02 19:12:23 +08:00
Rogerz Zhang
97a822f555
Use build matrix
2013-02-02 18:20:47 +08:00
Rogerz Zhang
e0048ee456
Add detail build result
2013-02-02 17:36:34 +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