chaos.proton@gmail.com
c3f0850297
move components/tjpgd1a to components/external/tjpgd1a
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2228 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-22 11:20:11 +00:00
chaos.proton@gmail.com
8cf479caaa
add "remove_components" feature
...
If one do not want to use some components in the RTT_ROOT, it can pass a remove_components=['the_component'] parameter to PrepareBuilding. Sample code is:
RTT_RTGUI = os.getenv('RTT_RTGUI')
# if GUI dir is set to other place, don't use the one in RTT_ROOT
if RTT_RTGUI:
# prepare building environment
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False, remove_components=['rtgui'])
objs += SConscript(os.path.join(RTT_RTGUI, 'SConscript'))
else:
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
You can safely omit the parameter if you do not want to remove any components.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2227 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-22 11:17:04 +00:00
chaos.proton@gmail.com
0b1f748701
fix a warning in keil.py
...
Fix the warning:
E:\projects\rt-thread\rtthread-svn\trunk\tools\keil.py:72: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
if not groups:
See http://docs.python.org/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.remove for detail.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2226 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-22 10:49:52 +00:00
chaos.proton@gmail.com
21c9c6e13a
add tjpgd1a which is forgotten in r2222
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2225 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-22 10:23:54 +00:00
chaos.proton@gmail.com
f2503a770f
sync with github 5892d5b7
...
Add update_toplevel event. As always, full log is in GitHub.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2224 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-21 12:18:51 +00:00
chaos.proton@gmail.com
8c03104507
sync with RTGUI d24a1ff
...
fix rtgui/driver and bmp engine bugs.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2223 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-20 18:48:34 +00:00
chaos.proton@gmail.com
92a50c838d
sync with RTGUI c074ff2898b9e
...
Full log is in GitHub.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2222 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-20 12:37:56 +00:00
bernard.xiong@gmail.com
c2868be90d
add the alignment display for signed integer
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2220 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-18 13:38:50 +00:00
qiuyiuestc@gmail.com
1016e3ae5b
add ADK protocol implement & format code style
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2219 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-16 02:20:20 +00:00
qiuyiuestc@gmail.com
70cee4b82e
add atol and isspace to minilibc.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2218 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-12 22:42:06 +00:00
qiuyiuestc@gmail.com
ae3c1800d4
solve the symbol conflict problem for ART project;
...
the symbols in rtm.c would be scatted to different files in the near future.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2217 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-12 22:39:12 +00:00
qiuyiuestc@gmail.com
41520b0723
fix module delete fail problem when met undefined symbols.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2216 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-11 00:08:41 +00:00
dzzxzz@gmail.com
128a283245
fixed a spelling error and use RT_NULL instead of NULL in DFS
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2215 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-10 10:08:46 +00:00
dzzxzz@gmail.com
291c4336d7
fixed a spelling error and format the code in components_init.c
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2214 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-10 09:52:45 +00:00
dzzxzz@gmail.com
fdc7dfc768
use RT_NULL instead of NULL in DFS, and format the code in DFS
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2213 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-10 09:25:19 +00:00
dzzxzz@gmail.com
9d4072ce59
fixed spelling errors in DFS
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2212 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-10 09:09:42 +00:00
dzzxzz@gmail.com
4b0e272644
delete the re-defined rt_list_entry(node, type, member) and format the code in devfs.c
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2211 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-10 00:42:39 +00:00
iamyhw@gmail.com
961a6a51c9
Display the function name and the line Numbers, when detect widget type.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2210 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-09 02:53:40 +00:00
luohui2320@gmail.com
7729b4a1e4
move SDIO driver header files to the drivers/include directory and update rtdevice.h
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2209 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-08 14:43:08 +00:00
qiuyiuestc@gmail.com
6ae04deffb
update rt_components_init
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2208 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-07 14:34:57 +00:00
qiuyiuestc@gmail.com
5e5362202e
add usb_host.h file
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2207 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-07 09:04:27 +00:00
qiuyiuestc@gmail.com
64c485f5fc
reconstruct USB host project directory
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2206 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-07 08:49:28 +00:00
bernard.xiong@gmail.com
25268ad23d
Add more symbols export for application module.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2205 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-06 11:20:53 +00:00
bernard.xiong@gmail.com
08f329d5f7
POSIX thread can be compiled with minilibc.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2204 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-06 11:19:52 +00:00
bernard.xiong@gmail.com
c1ad7c8f69
Add more type definitions for POSIX thread.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2203 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-06 11:19:16 +00:00
dzzxzz@gmail.com
83ad1ad01d
change the file name from rtthread-stm32.map to rtthread-lm4f.map
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2202 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-04 02:19:24 +00:00
dzzxzz@gmail.com
6c806253bd
fixed a compiling error using gcc in linux system
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2201 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-04 02:02:12 +00:00
bernard.xiong@gmail.com
760f837871
fixed list directory issue on path.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2200 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-02 23:28:06 +00:00
bernard.xiong@gmail.com
ee546fb0d4
change rt_memcpy to memcpy in ringbuffer implementation.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2199 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-02 15:51:58 +00:00
goprife@gmail.com
e040266967
fix bug in f_seekdir in elm fatfs, with the patch provided by rogerz.zhang@gmail.com
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2198 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-07-01 10:36:47 +00:00
dzzxzz@gmail.com
d402cfea19
fixed compiling error in stm32f0x
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2197 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-30 01:52:48 +00:00
dzzxzz@gmail.com
e2f5d34500
update the mini2440 MDK project file
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2196 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-30 01:46:12 +00:00
dzzxzz@gmail.com
4dc24e6a86
fixed a compiling error and format the coding style
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2195 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-30 01:41:48 +00:00
bernard.xiong@gmail.com
94d413a7a7
merge 1.0.2 modification.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2194 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-29 06:03:11 +00:00
iamyhw@gmail.com
4455768b92
fixed s3c2440a context thread bug,patch contributor
...
:yuxun2k
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2192 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-28 14:04:20 +00:00
iamyhw@gmail.com
b440fc981e
beautify the focused rectangle.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2191 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-27 03:03:44 +00:00
dzzxzz@gmail.com
cfb550b8d1
fixed gcc compiling error in lpc178x project
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2190 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-27 01:01:47 +00:00
dzzxzz@gmail.com
a97ed29249
update the sam7x project
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2189 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-27 00:59:28 +00:00
dzzxzz@gmail.com
6c19a26481
add the search path to right place for IAR(M16C)
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2188 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-26 06:50:23 +00:00
dzzxzz@gmail.com
bb529858fe
update the m16c62p project
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2187 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-26 06:41:59 +00:00
dzzxzz@gmail.com
f1e6f2f6ca
delete the useless files and update the file headers
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2186 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-26 03:45:53 +00:00
dzzxzz@gmail.com
aea59143b5
update mini4020 project
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2185 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-26 03:30:07 +00:00
dzzxzz@gmail.com
594ccd799a
update MDK project for stm32f0x
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2184 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-26 01:51:10 +00:00
dzzxzz@gmail.com
d20343a87d
using RTC API from RTC device driver framework
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2183 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-25 09:02:46 +00:00
dzzxzz@gmail.com
2c45dc2041
fixed compiling error in at91sam9260
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2182 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-25 04:02:59 +00:00
dzzxzz@gmail.com
b5ce8cb195
correct the path for I2C device driver framework
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2181 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-25 03:50:04 +00:00
qiuyiuestc@gmail.com
216ce608d1
fix compile warning.
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2180 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-25 00:45:44 +00:00
goprife@gmail.com
503534a506
remove uffs/sr/test code to reduce size of source
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2179 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-23 18:48:53 +00:00
chaos.proton@gmail.com
4bb93de55f
Add astyle parameters from lgnq
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2178 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-23 13:52:05 +00:00
dzzxzz@gmail.com
70e39ffa54
update rtgui related project
...
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2177 bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-06-19 00:48:11 +00:00