mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
ffa3341d41f636ddf4b408a0b455b17882d1a19a
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
Description
RT-Thread is an open source IoT Real-Time Operating System (RTOS). https://rt-thread.github.io/rt-thread/
Apache-2.0
1.5 GiB
Languages
C
97.4%
Assembly
1.7%
Python
0.8%