搜索资源列表
REWK-msgqTest
- ReWorks里一个有关消息队列的例子。
freescale-MPC5634M_eQADC
- 飞思卡尔POWER PC片上AD驱动 带消息队列机制-Convert a few standard ADC channel inputs by starting a normal conversion which is software triggered. Instead of One Shot Mode, Scan Mode is used where “a sequential conversions of N channels specified in the NCMR re
FreeRTOSv8.0.1
- FreeRTOS是一个迷你操作系统内核的小型嵌入式系统。作为一个轻量级的操作系统,功能包括:任务管理、时间管理、信号量、消息队列、内存管理、记录功能等,可基本满足较小系统的需要。[1] 由于RTOS需占用一定的系统资源(尤其是RAM资源),只有μC/OS-II、embOS、salvo、FreeRTOS等少数实时操作系统能在小RAM单片机上运行。相对μC/OS-II、embOS等商业操作系统,FreeRTOS操作系统是完全免费的操作系统,具有源码公开、可移植、可裁减、调度策略灵活的特点,可以
QueueList
- ARduino消息队列的实现,可以实现队列对象,增加、取得队列中的对象-ARduino message queue implementations can be achieved queue object, add, get in the queue object
ucos
- uCOS 任务调度 ,信号量,邮箱与消息队列原理详解,以及经典例子。-uCOS task scheduling, semaphores, mailboxes and message queues Detailed principles, as well as classic examples.
消息队列测试例程
- 消息队列控制范例程序,适合新手学习消息队列的通信原理