搜索资源列表
ucos_OS
- ucos操作系统学习资料,进程间通信的机制,信号量,队列,邮箱。-ucos operating system learning materials, inter-process communication mechanisms, semaphores, queues, mailboxes.
MessageQueue
- 关于UC/OSII的应用,任务四消息队列,对更深入理解操作系统基本原理非常有帮助-With regard to UC/OSII applications, tasks, four message queues, for more in-depth understanding of the basic principles of the operating system is very helpful
ucos_MessageQueue
- uC/OS消息队列演示.这个程序演示基本的消息队列。程序启动设计了6个普通应用任务以及 一个控制任务TAC,等待消息的任 * 务总是按照优先级的高低来决定获得消息的顺 序,实现消息队列的使用。-uC/OS message queue presentation. This program demonstrates a basic message queue. Proceedings designed six common application tasks, and a control ta
xx3
- μC/OS-II 2.0版以上的内核都具有可抢占的实时多任务调度功能,另外它还提供了许多系统服务,例如信号量、消息队列、邮箱、内存管理、时间函数等,这些功能可以根据不同的需求进行裁减。可以说,μC/OS-II是一个具备现代操作系统特点的RTOS,同时它结构清晰、注解详尽,具有良好的可扩展性和可移植性,被广泛地应用于各种架构的微处理器上。 -μC/OS-II version 2.0 kernel over a preemptive real-time multi-task scheduling f
SUN
- 基于UC/OS-II的温度实时监测系统, 控制CPU自带温度传感器,并将温度显示在数码管或LCD上;当温度大于设定值时报警;报警驱动蜂鸣器并通过串口上传到PC;PC给出消除报警指令后则取消报警;报警的重新启动由按键通过中断送入;合理安排UC/OS-II实时任务,合理利用UC/OS-II各类事件机制(信号量、消息邮箱、消息队列、事件标志组等)。-Based on UC/OS-II real-time temperature monitoring system, the control CPU co
UCOS-II-Explanation
- 此文档是对UC/OS-II中的任务同步和通信进行的说明,包括信号量,邮箱,消息队列,信号量集进行了详细的介绍。-This document is a descr iption of the UC/OS-II task synchronization and communications, including semaphores, mailboxes, message queues, semaphore sets were introduced in detail.
UCOS-III
- UCOS-IIIV3.0版本 ,KEIL4中开发的;硬件STM32F103ZET6 添加了两个任务,一个信号量,两个消息队列;非常干净,代码书写非常规范;是移植LWIP 等其他组件的理想载体;-UCOS-IIIV3.0 version, KEIL4 developed hardware STM32F103ZET6 added two tasks, a semaphore, two message queues very clean, very standard code writing
ucos-ii
- uCOS嵌入式实时操作系统的应用,基于恩智浦NXP1768芯片的使用,是学习ucos的入门必备范例,其中包括任务的创建与删除,信号量的使用,消息邮箱的使用,消息队列的使用。-UCOS embedded real-time operating system applications, based on the use of NXP NXP1768 chip is to learn ucos entry essential examples, including the creation and d
