jiaojinxing1987@gmail.com
|
8732a6feb8
|
删除一个多余的readme.txt for ftk
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1127 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-11-28 08:00:12 +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 |
|