Commit Graph

1089 Commits

Author SHA1 Message Date
bernard.xiong 0f5fb37f9a remove the complicated definition on FTK component.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1018 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 08:27:41 +00:00
bernard.xiong ad3d42106a Improve the Device File System of the POSIX compatibility
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1017 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 08:20:42 +00:00
bernard.xiong e7fb6e7be2 Improve the Device File System of the POSIX compatibility
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1016 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 08:19:07 +00:00
bernard.xiong b4a98e4457 Improve the Device File System of the POSIX compatibility
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1015 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 08:18:24 +00:00
bernard.xiong@gmail.com 14a0eaf617 add init loongson soc3210 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1014 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-15 23:54:36 +00:00
bernard.xiong@gmail.com 83c4a17c6e add init loongson soc3210 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1013 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-15 23:53:22 +00:00
bernard.xiong@gmail.com 67eff19969 add init loongson soc3210 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1012 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-15 23:40:44 +00:00
bernard.xiong@gmail.com 0395886e11 add rand function in minilibc.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1011 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-15 23:31:11 +00:00
bernard.xiong 9e324032b6 fix rt_realloc issue when realloc a NULL pointer.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1010 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-14 09:38:03 +00:00
bernard.xiong 8a43cbc5b9 add POSIX thread directory.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1009 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-14 08:06:26 +00:00
bernard.xiong f5d6586c1a add POSIX thread directory.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1008 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-14 08:05:30 +00:00
qiuyiuestc 809f8c5fd3 fix MMU table overwrite issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1007 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-10 11:50:44 +00:00
qiuyiuestc acfbfad25e fix MMU table overwrite issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1006 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-10 11:50:28 +00:00
bernard.xiong da7bbdb0df remove interrupt.h and compiling error in jz47xx branch.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1005 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-09 09:20:28 +00:00
jiaojinxing1987@gmail.com d56c91e322 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1004 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-08 11:27:05 +00:00
jiaojinxing1987@gmail.com 8f2f6f647b git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1003 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-08 11:26:27 +00:00
jiaojinxing1987@gmail.com 19517efc3d 修改FTK的文件组织
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1002 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-08 11:24:55 +00:00
jiaojinxing1987@gmail.com aad58f3567 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1001 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-08 11:23:47 +00:00
jiaojinxing1987@gmail.com bd144ed23a git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1000 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-04 09:02:45 +00:00
jiaojinxing1987@gmail.com ffa3341d41 startup.c
rtthread_startup函数的
rt_system_heap_init(__bss_end, (void*)0x34000000);
暂时改为
rt_system_heap_init((void*)0x33000000, (void*)0x34000000);

application.c
RT_INIT_THREAD_STACK_SIZE改为10*1024

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@999 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-04 08:28:55 +00:00
jiaojinxing1987@gmail.com c1798b7585 struct rt_thread 的 stack_size 改回 rt_uint16_t 类
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@998 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-04 07:55:24 +00:00
jiaojinxing1987@gmail.com 47c5101124 第415行
if (fno.fattrib & AM_DIR) d->d_type &= DFS_DT_DIR;
		else d->d_type &= DFS_DT_REG;
改为:
		if (fno.fattrib & AM_DIR) d->d_type = DFS_DT_DIR;
		else d->d_type = DFS_DT_REG;

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@997 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-03 03:18:19 +00:00
jiaojinxing1987@gmail.com c37979560d git-svn-id: https://rt-thread.googlecode.com/svn/trunk@996 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 16:27:38 +00:00
jiaojinxing1987@gmail.com be8406155b git-svn-id: https://rt-thread.googlecode.com/svn/trunk@995 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 15:45:09 +00:00
jiaojinxing1987@gmail.com e7211af8a7 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@994 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 14:02:43 +00:00
jiaojinxing1987@gmail.com bb83a05cc8 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@993 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 14:01:50 +00:00
jiaojinxing1987@gmail.com 56d8c45202 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@992 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 13:01:37 +00:00
jiaojinxing1987@gmail.com 18eb6e16b3 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@991 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:57:58 +00:00
jiaojinxing1987@gmail.com b324805cb0 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@990 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:41:38 +00:00
jiaojinxing1987@gmail.com d90ac765d4 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@989 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:40:18 +00:00
jiaojinxing1987@gmail.com 36154f46b6 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@988 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:15:48 +00:00
jiaojinxing1987@gmail.com 36077081a0 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@987 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:04:34 +00:00
jiaojinxing1987@gmail.com a40dda184a git-svn-id: https://rt-thread.googlecode.com/svn/trunk@986 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 11:55:13 +00:00
jiaojinxing1987@gmail.com 8693fc1ed4 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@985 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 11:42:06 +00:00
jiaojinxing1987@gmail.com f15642680f git-svn-id: https://rt-thread.googlecode.com/svn/trunk@984 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 11:40:46 +00:00
jiaojinxing1987@gmail.com ae5e8d2d6e git-svn-id: https://rt-thread.googlecode.com/svn/trunk@983 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 11:37:12 +00:00
bernard.xiong 0dac4f368b fix Keil MDK project template and add scatter file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@974 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-28 03:07:47 +00:00
Kyle.Hu.GZ 53cc2e079c Fixed compile error caused by missing const declaration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@972 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-28 02:17:45 +00:00
bernard.xiong@gmail.com 7498af2fd0 add RT_USING_MODULE macro condition.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@970 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-27 23:30:22 +00:00
bernard.xiong@gmail.com 98dc2877a5 fix compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@969 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-27 15:51:38 +00:00
bernard.xiong@gmail.com c8a48b5d23 fix compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@968 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-27 15:51:17 +00:00
bernard.xiong@gmail.com 7774d03fd7 update font engine.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@967 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-27 15:36:45 +00:00
bernard.xiong@gmail.com 9641f5b7a0 update font engine.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@966 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-27 15:36:03 +00:00
qiuyiuestc d33bee4762 add demo_view_module.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@965 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-27 13:21:30 +00:00
bernard.xiong e5747e5b7b update FreeType font support. And the default texture encode is GBK.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@964 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-27 10:06:26 +00:00
bernard.xiong@gmail.com 9238dbb7bf fix draw_mono_bmp issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@963 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-26 22:59:05 +00:00
bernard.xiong@gmail.com 74a97349d2 add none-fixed font support.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@961 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-26 14:30:42 +00:00
mbbill 03072ba689 Sam7x project updated.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@960 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-26 14:16:55 +00:00
mbbill a2055ef63a FIX: #endif out of position.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@959 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-26 14:12:17 +00:00
qiuyiuestc 09c3fdc0e5 update module
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@950 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-25 16:38:00 +00:00