Commit Graph

16128 Commits

Author SHA1 Message Date
aganhx@gmail.com 693682c44a update sdcard driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@289 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-07 12:31:27 +00:00
wuyangyong 4f57db5c0b fix lpc2148 project.uv2
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@288 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-05 06:25:24 +00:00
wuyangyong 4d263b6490 fix lpc2148 demo
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@287 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-05 06:09:30 +00:00
fengzi.rtt 6b77e031db fix UART ISR function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@286 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-05 05:03:37 +00:00
bernard.xiong 329c44a03f add suspend thread display on mempool command.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@285 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-04 15:30:26 +00:00
bernard.xiong 9b905b5443 add more component options.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@284 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-04 15:00:14 +00:00
bernard.xiong 53d15c1349 update project file for RTGUI modification.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@283 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-04 06:53:23 +00:00
bernard.xiong 95e2dd509c fix textbox caret timeout function declaration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@282 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-04 06:52:32 +00:00
bernard.xiong 7474b05514 add example directory.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@279 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-04 00:05:47 +00:00
bernard.xiong 5950b02b04 add more optimization options, remove caret implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@278 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-04 00:05:01 +00:00
qiuyiuestc 238b6b89ea fix ftp file list problem.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@277 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-03 18:49:42 +00:00
aganhx@gmail.com 7b9c3e6bd0 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@276 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-01-03 09:38:57 +00:00
aganhx@gmail.com 5b66724bad git-svn-id: https://rt-thread.googlecode.com/svn/trunk@275 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-01-03 09:25:33 +00:00
qiuyiuestc 5d45949ec5 prepare for RT-Thread/LM3S 0.3.0 version
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@274 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-02 16:38:50 +00:00
bernard.xiong 0b26d44a74 Add lcd driver (N35, T35 and A70).
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@273 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-01 09:25:00 +00:00
bernard.xiong b6d91f6f3b Add lcd driver (N35, T35 and A70).
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@272 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-01 09:11:09 +00:00
mbbill f1d2ac8598 FIX: Fixed an assert error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@271 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-31 16:14:32 +00:00
wuyangyong 620cde72e3 fix netradio mass_storage
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@270 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-31 15:40:59 +00:00
wuyangyong aecf1601d8 add mass_storage for stm32_radio
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@269 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-31 14:12:11 +00:00
bernard.xiong e79dec8f0a RT_MEM_STATS is used for most condition.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@268 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-31 13:33:59 +00:00
bernard.xiong 11489a941f add yaffs2 directory.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@266 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-31 07:13:03 +00:00
mbbill a830f9bfc5 FIX: Removed duplicate function declaration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@265 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-30 17:02:32 +00:00
mbbill 54de5a60ba FIX: Removed RT_MEM_DEBUG definition, it should be defined in rtconfig.h . Forgot to remove ?
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@264 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-30 16:17:04 +00:00
aganhx@gmail.com de899dfc52 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@263 bbd45198-f89e-11dd-88c7-29a3b14d5316 2009-12-30 12:30:13 +00:00
aganhx@gmail.com 089427d9c5 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@262 bbd45198-f89e-11dd-88c7-29a3b14d5316 2009-12-29 15:08:26 +00:00
lijin.unix 63d6608b85 scons config file
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@261 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-29 09:12:53 +00:00
mbbill 54453a0748 FIX: Revert thread.c and rtthread.h to previous version.
FIX: Abort handler will suspend current thread instead of terminate it.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@260 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-29 08:13:45 +00:00
mbbill 8a590215b6 FIX: If abort happened in irq mode, halt system.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@259 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-29 07:48:10 +00:00
bernard.xiong ef9d8e4a00 update MDK 3.x project.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@258 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-29 07:21:26 +00:00
mbbill 79ca654e13 ADD: Add abort handler, it will terminate current thread by default.
ADD: Merged svc, abort and irq mode stack.
ADD: Changed MDK project to new format.
FIX: Removed the "static" qualifier of rt_thread_exit().
FIX: Change AT91SAM7X.h to the standard header(AT91SAM7X256.h) of RealView MDK. (not all of them are changed, e.g. sd.c)
FIX: Moved some board-dependent files to bsp.


git-svn-id: https://rt-thread.googlecode.com/svn/trunk@257 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-29 07:17:58 +00:00
aganhx@gmail.com 78de03446b git-svn-id: https://rt-thread.googlecode.com/svn/trunk@256 bbd45198-f89e-11dd-88c7-29a3b14d5316 2009-12-28 15:41:21 +00:00
aganhx@gmail.com bcaadfa91f git-svn-id: https://rt-thread.googlecode.com/svn/trunk@255 bbd45198-f89e-11dd-88c7-29a3b14d5316 2009-12-28 15:36:05 +00:00
aganhx@gmail.com da52b36077 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@254 bbd45198-f89e-11dd-88c7-29a3b14d5316 2009-12-28 15:31:36 +00:00
aganhx@gmail.com cf8cb65788 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@253 bbd45198-f89e-11dd-88c7-29a3b14d5316 2009-12-28 15:24:53 +00:00
mbbill f64d2241d0 Bug fix (USR mode stack removed).
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@252 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-28 14:37:56 +00:00
coldfish.zhu 6a7ad0f578 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@251 bbd45198-f89e-11dd-88c7-29a3b14d5316 2009-12-28 12:20:54 +00:00
coldfish.zhu fb44bdb9ba modify set_date() in rtc.c
修改月份差一个月的BUG

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@250 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-28 12:06:00 +00:00
aganhx@gmail.com e8a5648cfe git-svn-id: https://rt-thread.googlecode.com/svn/trunk@249 bbd45198-f89e-11dd-88c7-29a3b14d5316 2009-12-27 13:17:09 +00:00
aganhx@gmail.com b26ae3cb60 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@248 bbd45198-f89e-11dd-88c7-29a3b14d5316 2009-12-27 13:07:14 +00:00
aganhx@gmail.com 1df7e4fdc7 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@246 bbd45198-f89e-11dd-88c7-29a3b14d5316 2009-12-27 10:58:45 +00:00
bernard.xiong 6abb53c3d4 update dm9000a driver to fix 16bit transmit bug.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@238 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-27 06:45:49 +00:00
bernard.xiong 81c1b21e5d cleanup ping code;
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@237 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-27 06:44:47 +00:00
qiuyiuestc 4de2f13fcd support GCC compiler for LM3S platform
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@236 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-26 14:47:27 +00:00
qiuyiuestc 017d2b7662 support GCC compiler for LM3S platform
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@235 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-26 12:40:15 +00:00
qiuyiuestc 5696b4853a support GCC compiler for LM3S platform
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@234 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-26 10:16:59 +00:00
qiuyiuestc 6d9100da2e support GCC compiler for LM3S platform
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@233 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-26 10:10:50 +00:00
bernard.xiong d65e9dd610 add EXT_SRAM configuration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@232 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-26 07:12:39 +00:00
qiuyiuestc 0dc84a480a Add Libraries directory for lm3s
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@231 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-25 14:41:05 +00:00
qiuyiuestc d5b1a7a913 Add Libraries directory for lm3s
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@230 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-25 14:40:34 +00:00
qiuyiuestc 6774f3d1b0 Add Libraries directory for lm3s
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@229 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-12-25 14:39:36 +00:00