随笔分类 - RT-Thread
摘要:The Applications of RT-Thread RTOS Introduction The user application is the application layer of RT-Thread RTOS. The developer can develop his/her app
阅读全文
摘要:SCons: A software construction tool What is SCons? SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of
阅读全文
摘要:序言 期待读者 本文期待读者有C语言编程基础,后文中要分析代码,对其中的一些C语言中的简单语句不会介绍,但是并不要求读者有过多的C基础,比如指针和链表等不会要求太多,后面在分析代码时,会附带地介绍相关的知识,如果您已经精通了C语言的指针则可以略过相关的介绍。除此之外,不再假设读者拥有任何知识。 如何
阅读全文
摘要:rt-thread learning notes 2018-01-15 > 001 具有相同优先级的线程,每个线程的时间片大小都可以在初始化或创建该线程时指定 1 rt_thread_t rt_thread_create(const char *name, 2 void (*entry)(void
阅读全文