Go to file
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
bsp startup.c 2010-10-04 08:28:55 +00:00
components 第415行 2010-10-03 03:18:19 +00:00
examples add RT_USING_MODULE macro condition. 2010-09-27 23:30:22 +00:00
include struct rt_thread 的 stack_size 改回 rt_uint16_t 类 2010-10-04 07:55:24 +00:00
libcpu clean up code 2010-09-24 00:51:03 +00:00
src FIX: #endif out of position. 2010-09-26 14:12:17 +00:00
tools update rtmlinker 2010-09-13 01:18:51 +00:00
AUTHORS prepare for 0.3.0 final release. 2010-03-29 16:27:49 +00:00
COPYING import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00