
RT-Thread
SuGuolin
这个作者很懒,什么都没留下…
展开
-
RT-Threaad的。drive.c
/* * File : device.c * This file is part of RT-Thread RTOS * COPYRIGHT (C) 2006 - 2012, RT-Thread Development Team * * The license and distribution terms for this file may be * found in the原创 2017-02-23 09:13:45 · 725 阅读 · 0 评论 -
RT-Thread的rt_thread_create函数介绍
thread = rt_thread_create("T_RTU", Thread_RTU, RT_NULL, 2048, //分配堆栈大小 3, // 线程的优先级 20);//线程所分配的时间片 当一个线程的优先级独一无二的时候,它的时间片这个参数将失去作用,我们不要认为上面的两个线程运行完 20 个系统 ticks 后就会原创 2017-03-07 17:33:30 · 9652 阅读 · 0 评论