bernard.xiong
|
969b9be9a7
|
add devfs initialization in application.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1034 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-10-29 06:01:04 +00:00 |
qiuyiuestc
|
24be5a1bbb
|
add key.c to compile
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1025 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-10-19 12:11:06 +00:00 |
qiuyiuestc
|
9536c46386
|
add virtual key driver for QEUM/mini2440
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1020 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-10-19 09:20:21 +00:00 |
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@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 |
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
|
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
|
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
|
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
|
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 |
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 |
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 |
qiuyiuestc
|
ec7345221d
|
clean up code
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@934 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-09-23 11:15:41 +00:00 |
qiuyiuestc
|
d98ba087f4
|
show rtgui on lcd
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@917 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-09-20 00:11:33 +00:00 |
qiuyiuestc
|
2fd51d55aa
|
code clean up
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@906 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-09-13 01:12:51 +00:00 |
bernard.xiong@gmail.com
|
427a00e9b4
|
update jz47xx branch code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@902 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-09-12 23:35:14 +00:00 |
qiuyiuestc
|
814ac8fb22
|
fix lcd update issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@898 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-09-09 15:36:39 +00:00 |
bernard.xiong@gmail.com
|
1b84c89a56
|
update jz47xx branch code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@894 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-09-05 23:43:35 +00:00 |
bernard.xiong@gmail.com
|
b63899a92a
|
update jz47xx branch code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@892 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-09-05 05:16:10 +00:00 |
qiuyiuestc
|
8dab825fbb
|
update project files
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@889 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-09-04 02:18:29 +00:00 |
bernard.xiong
|
d41f2f0830
|
force to compile as little endian.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@881 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-08-27 10:09:25 +00:00 |
bernard.xiong@gmail.com
|
c2507af6bc
|
add Nuvoton Cortex-M0 porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@877 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-08-22 23:22:01 +00:00 |
bernard.xiong@gmail.com
|
4eeae777dc
|
use minimal configuration on rtconfig.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@876 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-08-22 23:19:11 +00:00 |
bernard.xiong
|
4a0c2aa831
|
update Keil project file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@857 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-08-16 05:35:28 +00:00 |
qiuyiuestc
|
2df619d986
|
update run_module.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@833 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-08-06 14:53:21 +00:00 |
bernard.xiong
|
1451735e9e
|
clean up end of line.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@827 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-08-03 08:50:48 +00:00 |
bernard.xiong
|
787d7681fd
|
fix compiling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@826 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-08-03 08:50:06 +00:00 |
qiuyiuestc
|
a31474b019
|
fix serial issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@800 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-07-18 00:50:07 +00:00 |
qiuyiuestc
|
1e9996c0e5
|
the unit of read/write offset and buffer size is changed to the block size in block device driver read/write interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@798 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-07-18 00:34:42 +00:00 |
bernard.xiong@gmail.com
|
731711f74f
|
the unit of read/write offset and buffer size is changed to the block size in block device driver read/write interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@795 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-07-14 23:45:38 +00:00 |
bernard.xiong@gmail.com
|
b669237ae4
|
the unit of read/write offset and buffer size is changed to the block size in block device driver read/write interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@794 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-07-14 23:32:01 +00:00 |
bernard.xiong
|
64a7365af5
|
add init Jz47xx porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@791 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-07-14 09:50:58 +00:00 |
zchongnari@gmail.com
|
69466590ff
|
bug fixed for optimization
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@789 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-07-13 07:23:57 +00:00 |
dzzxzz
|
059f6d01a9
|
delete backup file "Backup of upd70f3454.ewp"
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@784 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-06-30 01:34:29 +00:00 |
dzzxzz
|
b2f78b2e77
|
port rt-thread to NEC V850E
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@779 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-06-29 02:33:54 +00:00 |
zchongnari@gmail.com
|
360095ecb1
|
add sep4020 porting
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@776 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-06-26 03:47:03 +00:00 |
qiuyiuestc
|
3e141fce65
|
update project file for lm3s
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@762 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-06-07 12:28:16 +00:00 |
bernard.xiong
|
b3b579ed9b
|
update STM3210 project file and building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@761 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-06-07 06:30:31 +00:00 |
bernard.xiong
|
95a579baf7
|
fix the end of line error
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@760 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-06-04 07:47:17 +00:00 |
qiuyiuestc
|
470feff16f
|
fix armcc compile error
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@749 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-05-29 16:22:11 +00:00 |
qiuyiuestc
|
25e7ea1745
|
module developing, application can be run successfully
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@747 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-05-29 15:27:27 +00:00 |
qiuyiuestc
|
a07a91643f
|
add module info
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@744 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-05-29 14:24:46 +00:00 |
qiuyiuestc
|
008bc108b0
|
remove warning message when no sdcard insert
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@743 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-05-29 14:21:56 +00:00 |