4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 13:13:31 +08: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
2010-10-04 08:28:55 +00:00
2010-10-03 03:18:19 +00:00
2010-09-24 00:51:03 +00:00
2010-09-26 14:12:17 +00:00
2010-09-13 01:18:51 +00:00
2010-03-29 16:27:49 +00:00
Description
rt-thread 官方库镜像
https://www.rt-thread.org
Apache-2.0 1.3 GiB
Languages
C 97.6%
Assembly 1.9%
Python 0.3%
HTML 0.1%