Commit Graph

2665 Commits

Author SHA1 Message Date
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
Bernard Xiong 4e7247e072 Merge pull request #31 from aozima/pulls
Pulls
2013-02-21 04:50:37 -08:00
aozima 6b52390a1c Merge commit '7bec8a242b87d7881b3c28d638db68c553d6d111' into pulls 2013-02-21 20:17:37 +08:00
aozima 8421ecfa27 update SD card driver: use RT-Thread SPI driver. 2013-02-21 20:13:44 +08:00
aozima 5c17c2e698 update: bsp/stm32f107 add RT_USING_COMPONENTS_INIT. 2013-02-21 18:52:17 +08:00
aozima 7bec8a242b update scons: support C::B 2013-02-21 17:37:30 +08:00
Bernard Xiong a5df8c9d0b remove RT-Thread GUI 2013-02-21 14:04:17 +08:00
Bernard Xiong 18cd47d3da remove RT-Thread GUI [ci-skip] 2013-02-21 14:03:34 +08:00
Bernard Xiong 094797c201 remove RT-Thread GUI from mini2440 2013-02-21 13:34:02 +08:00
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