rtthread启动流程 - 哲别羽

博客园 · score 44.0 · 8/18/2026, 3:52:00 AM

摘要

【摘要】RT-Thread RT-Thread 启动流程 课堂笔记。对应源码:src/components.c(rtthread_startup)、src/timer.c(rt_system_timer_thread_init / _timer_thread_entry)、src/idle.c。 一、启动总 阅读全文

原始内容

【摘要】RT-Thread RT-Thread 启动流程 课堂笔记。对应源码:src/components.c(rtthread_startup)、src/timer.c(rt_system_timer_thread_init / _timer_thread_entry)、src/idle.c。 一、启动总 <a href="https://www.cnblogs.com/zhebieyu/p/22554199" target="_blank">阅读全文</a>