Commit Graph

1313 Commits

Author SHA1 Message Date
dzzxzz 804e48e7bf change the Fujitsu MB9BF500R start address of RAM from 0x20000000 to 0x1FFFC000
change the HEAP size from 0x400 to 0x0 in the FM3_easy_kit project

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1315 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-07 01:23:10 +00:00
dzzxzz 07b8413530 use relative directory to instead of absolute directory of link file FM3 IAR project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1314 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-07 01:19:15 +00:00
bernard.xiong@gmail.com a0cce584a8 fix open directory but without O_DIRECTORY flag issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1313 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-06 15:01:13 +00:00
bernard.xiong@gmail.com 62c1662366 fix destroy an application issue when there is no another application in the panel.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1312 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-06 04:16:31 +00:00
bernard.xiong@gmail.com 71421510fc remove NOT small size definition.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1311 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-06 03:28:24 +00:00
bernard.xiong@gmail.com 062f3ad035 fix external library path.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1310 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-06 02:40:16 +00:00
bernard.xiong@gmail.com 1090e48f01 fix no image case in listview.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1309 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-06 02:38:59 +00:00
bernard.xiong@gmail.com cee08f0160 update libpng, libz, jpeg building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1308 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-05 00:44:42 +00:00
wuyangyong fb9a0952c8 add Nios II app
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1307 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-04 14:08:36 +00:00
wuyangyong 7bc4fe3b74 add IDLE_THREAD_STACK_SIZE in rtconfig.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1306 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-04 09:16:41 +00:00
itspy.wei b495cb50fc git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1305 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-03-04 06:26:39 +00:00
bernard.xiong 40035dab65 move to external.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1304 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-04 05:55:42 +00:00
bernard.xiong 27129b50fe move freetype to external.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1303 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-04 05:53:03 +00:00
itspy.wei 6f4ad3b626 添加 zmodem
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1302 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-03 07:39:36 +00:00
bernard.xiong 2d3818ae54 add utilities directory.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1301 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-03 06:39:56 +00:00
dzzxzz 490322857a fixed a minor issue in mini2440/lcd_t35.c
change line 383 
from
"lcd->parent.open = rt_lcd_close;" 
to
"lcd->parent.close = rt_lcd_close;" 

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1300 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-03 06:09:34 +00:00
dzzxzz 6221cdfec6 fixed KEIL project of Fujitsu FM3 Easy Kit compiling error
avoid to include C:\Keil\ARM\RV31\INC\core_cm3.h

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1299 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-03 03:43:58 +00:00
dzzxzz 85a1d2f22d add IAR project for Fujitsu FM3 Easy Kit
running a LED thread

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1298 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-03 02:38:04 +00:00
bernard.xiong@gmail.com 91577f186e Add fm3 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1297 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-02 13:05:26 +00:00
onelife.real@gmail.com cabc797a2d *** EFM32 branch ***
1. Update the copyright information
 - 2009 => 2011
2. Add external oscillator configuration routine in "rt_hw_board_init()"
 - Before, it is set by default frequency, 32MHz
 - Now it can be set by user specified frequency
3. Add ADC and ACMP (analog comparator) drivers
4. Clarify the MCU and target board define in "rtconfig.py"

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1296 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-28 04:47:50 +00:00
bernard.xiong@gmail.com 338155eddc update building script for jz47xx.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1295 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-27 13:44:32 +00:00
dennis.zhang.os@gmail.com c217af8061 add sep4020.h (register address )
modify serial.c serial.h and clk.c (for compatibility with sep4020.h) 

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1294 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-27 13:31:59 +00:00
dennis.zhang.os@gmail.com 8ac855d164 As you know, most branches of RT-thread project has used "scons" tools to compile project or construct MDK project automatically for specific branch. this is a very simple and effective method.Now this method could have been available for sep4020, and the necessary script files has been wrote and uploaded.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1293 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-27 13:26:17 +00:00
dennis.zhang.os@gmail.com 85b2da15c9 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1292 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-02-27 12:55:51 +00:00
dennis.zhang.os@gmail.com 835ee58a4b delete the evb4020 and sep4020 branches, now We only maintain mini4020 branch.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1291 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-26 09:25:51 +00:00
dennis.zhang.os@gmail.com 9236274689 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1290 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-02-26 08:25:33 +00:00
bernard.xiong ae0ea17933 update version information.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1289 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-24 02:07:49 +00:00
bernard.xiong@gmail.com a32bda9ec7 fix variable section end issue in finsh shell, which submit by aozima.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1288 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-22 23:30:59 +00:00
bernard.xiong@gmail.com ead014f966 update mkromfs script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1287 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-22 00:14:23 +00:00
bernard.xiong 54228a0518 porting pthread to ARMCC compiler;
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1286 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-21 08:26:35 +00:00
bernard.xiong 397efc1252 remove RT_USING_MINILIBC definitions in building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1285 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-21 06:58:28 +00:00
bernard.xiong 4853d4f54a update the GNU GCC link script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1284 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-21 06:40:59 +00:00
bernard.xiong 88b3199266 update the GNU GCC link script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1283 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-21 06:39:13 +00:00
bernard.xiong@gmail.com ceda7d874e add CPU usage example code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1282 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-20 15:15:04 +00:00
wuyangyong 664a1345cf update Nios II
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1281 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-19 19:25:05 +00:00
dzzxzz 57756a5989 add a new CROSS_TOOL(iar) in the rtconfig.py for stm3210 branch
now the scons support three CROSS_TOOL(gcc, keil, iar)in the stm3210 branch

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1280 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-18 05:08:41 +00:00
dzzxzz 30c8d36017 fix compile error for stm3210 IAR project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1279 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-18 03:14:07 +00:00
dzzxzz 4cc9c785e2 update readme.txt for renesas m16c branch
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1278 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-17 07:27:45 +00:00
dzzxzz 65658d0420 add a readme.txt for renesas m16c branch
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1277 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-17 07:21:28 +00:00
dzzxzz ce312e689f keil is not support renesas M16C, so delete the keil platform in rtconfig.py
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1276 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-17 05:33:05 +00:00
dzzxzz e9a16eb5e3 set 4 bytes align for led_stack[]
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1275 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-17 05:24:33 +00:00
onelife.real 314bcbd3ea *** EFM32 branch ***
- New branch for Energy Micro's MCUs (http://energymicro.com/).
 - Target board: FM32 Gecko Starter Kit (http://www.energymicro.com/tools)

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1274 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-17 03:33:15 +00:00
wuyangyong d128ba9169 add nios
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1273 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-16 15:49:53 +00:00
dzzxzz fac560d432 add context_iar.S for SCONS
actually context_iar.S is the same as context_iar.asm
but context_iar.S is used for SCONS, and context_iar.asm is used for IAR

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1272 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-16 13:47:44 +00:00
dzzxzz e01eaabee9 using SCONS to build IAR M16C project
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1271 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-16 13:36:05 +00:00
dzzxzz 29db3e3295 get ready for SCONS
change the m16c assembly extension from s34 to asm
move the m16c porting files to m16c62p directory


git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1270 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-16 13:29:09 +00:00
dzzxzz efc32994d4 update IAR for M16C from EWM16C-EV-3401.exe to EWM16C-EV-3501.exe
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1269 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-16 13:13:57 +00:00
bernard.xiong 5d737bd875 fix directory issue of finsh shell.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1268 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-14 05:00:51 +00:00
bernard.xiong@gmail.com 7cca94e5a3 add image related building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1267 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-31 00:02:45 +00:00
bernard.xiong a6d0f9b942 fix compiling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1266 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-30 04:23:49 +00:00