Commit Graph

1216 Commits

Author SHA1 Message Date
qiuyiuestc d8b4897cac update export symbols
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1217 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-20 12:55:13 +00:00
qiuyiuestc a1225b1edf update ftk_module.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1216 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-20 12:54:40 +00:00
wuyangyong 27ad56b8d2 port lpc176x for IAR
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1215 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-20 12:51:52 +00:00
qiuyiuestc 848a08f62e extract module symbol via elf file instead of using RTM_EXPORT declare
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1214 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-19 12:12:23 +00:00
bernard.xiong@gmail.com 00e74b98cb update GUI building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1213 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-18 02:03:53 +00:00
bernard.xiong@gmail.com 84d701bce3 update GUI example building script
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1212 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-18 02:03:25 +00:00
bernard.xiong@gmail.com 05bb889d8c add menu demo.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1211 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-18 01:55:25 +00:00
bernard.xiong@gmail.com b2db97ed96 update menu control.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1210 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-18 01:52:31 +00:00
qiuyiuestc 5b440a3429 fix zone release bug
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1209 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-18 00:46:02 +00:00
bernard.xiong@gmail.com 6565e9511b update menu control.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1207 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-17 02:39:06 +00:00
bernard.xiong 7eee3d5e82 update building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1206 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-15 11:04:37 +00:00
bernard.xiong 89ac28b9bb add building script for ftk module demo.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1205 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-15 11:03:26 +00:00
qiuyiuestc 3569b27c32 add ftk demo
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1204 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-15 00:22:55 +00:00
wuyangyong 162fbee8d6 add ALIGN(RT_ALIGN_SIZE) for finsh_heap
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1203 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-14 15:20:44 +00:00
bernard.xiong@gmail.com 58f21a0179 change output directory to 'build'
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1201 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-13 14:24:40 +00:00
qiuyiuestc 179bdeca6c update elf loader
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1200 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-13 14:17:00 +00:00
bernard.xiong 12750c38b8 add defunct list initialization even if not use heap.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1199 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-13 05:26:15 +00:00
qiuyiuestc 9ee5762068 add ftk calculator
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1198 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-13 00:57:09 +00:00
qiuyiuestc b769aa15d7 update export symbols
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1197 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-13 00:52:32 +00:00
qiuyiuestc b7e62fb733 update elf loader for R_ARM_RELATIVE type relocation
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1196 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-13 00:33:07 +00:00
qiuyiuestc 0c7ed9c903 add ftk_module.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1195 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-13 00:27:59 +00:00
bernard.xiong@gmail.com af95ba6304 add combobox and listctrl example.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1194 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-12 23:40:40 +00:00
bernard.xiong@gmail.com 5d0786513e update combobox widget; add listctrl.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1193 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-12 23:40:04 +00:00
bernard.xiong@gmail.com 3ba6d887da update mkromfs script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1192 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-12 23:37:56 +00:00
bernard.xiong@gmail.com fdfe4f4781 add RT_USING_TC in SConscript.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1191 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-12 23:37:14 +00:00
bernard.xiong@gmail.com efdd4043bd add ftk label demo.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1190 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-10 14:18:29 +00:00
qiuyiuestc 0ee9b3d922 use rt_malloc_page api in module.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1189 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-10 00:20:30 +00:00
bernard.xiong 43448c696d fix mib2 compiling warning; add more options in lwip building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1188 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-09 07:55:07 +00:00
bernard.xiong f1a255b4be add a default parameter to function call.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1187 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-09 07:54:30 +00:00
bernard.xiong 83bb6a11bb fix compiling warning; optimize ls function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1186 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-09 07:54:00 +00:00
bernard.xiong@gmail.com f8397a1693 fix mkdir issue; add cd command in finsh.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1185 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-09 00:07:03 +00:00
bernard.xiong@gmail.com 46914144c9 add current path in prompt.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1184 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-09 00:05:50 +00:00
bernard.xiong@gmail.com fbe81f8c4c add IAR compiler version check in weak; add rt_malloc_page/rt_free_page for application module; fix the software timer thread stack issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1183 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-08 23:17:23 +00:00
mbbill 7cdd2849a7 Bugfix: redundant * before "old_handler" is removed.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1182 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-08 15:02:55 +00:00
bernard.xiong@gmail.com ffbda31410 add combobox example.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1181 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-07 00:05:14 +00:00
bernard.xiong 5c21c6b45d change static __inline to rt_inline.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1180 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-06 01:33:43 +00:00
bernard.xiong@gmail.com a8053dbe6e update combobox widget
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1179 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-06 00:04:22 +00:00
bernard.xiong@gmail.com 1a8721ecdf add list_mem function in slab allocator.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1178 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-05 11:59:54 +00:00
wuyangyong 14a840b911 fix cat print buffer no \0
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1176 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-04 07:27:11 +00:00
bernard.xiong@gmail.com 3f5623a8ee add combobox widget
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1174 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-02 23:54:17 +00:00
wuyangyong 80af4ee98e add __weak for rt_hw_console_output (IAR)
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1172 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-02 03:36:19 +00:00
bernard.xiong 6ae0b45820 fix compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1167 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-01 01:54:26 +00:00
bernard.xiong aff115bbbc fix compiling error!!!
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1166 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-01 01:53:50 +00:00
bernard.xiong@gmail.com 98492b7344 cleanup 3210 branch code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1163 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 14:22:18 +00:00
bernard.xiong@gmail.com 753de20643 fix dfs_filesystem_lookup issue in empty item.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1162 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 14:19:12 +00:00
qiuyiuestc 400c012e4d update lm3s project files & fix sd card read fail issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1161 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 12:56:03 +00:00
qiuyiuestc fad87e1f80 fix ssize_t redefinition error when using minilibc
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1160 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 11:39:35 +00:00
qiuyiuestc 010afcef48 fix kernel testcase fail issue, need to be reviewed
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1159 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 11:36:34 +00:00
bernard.xiong 82f817046c merge DFS ELM FatFs from 0.3.2 to 0.4.x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1158 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 07:14:42 +00:00
bernard.xiong 6a6d49f52d remove RTC_DEBUG definition.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1157 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 07:02:09 +00:00