搜索资源列表
ucos252-src
- 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。 该源代码主要包括如下几个方面: 1、任务管理 2、消息邮箱 3、消息队列 4、信号量 5、事件管理 6、内存管理-famous embedded operating system uC / OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following ma
task4
- ucosii小实验任务4 消息队列,可以帮助学习嵌入式操作系统-ucosii four small experimental tasks Message Queue can help embedded operating system
UcosiiAppliction
- 任务一 任务管理 任务二 优先级天花板 任务三 哲学家就餐 任务四 消息队列 任务五 时钟中断-task of a task management tasks two priority tasks ceiling three meals philosopher four tasks Message Queue five tasks Clock interruption
02_uCOS-II_msgqueue
- ucos下的消息队列使用实例源码,配合ucos标准教程一书-ucos message queue using the following source code examples, with the standard tutorial book ucos
ucos_ex2
- ucos移植到44b0的示例程序,ads1.2开发环境,介绍了ucos中消息队列的使用方法~-ucos transplant procedures 44b0 example, ads1.2 development environment, introduced in the message queue ucos use ~
UCOS-Q
- 在UC/OS-II上调用消息队列函数对消息队列进行编程-In the UC/OS-II on the function of call message queue message queue programming
xiaoxiduilian
- 解决软件开发中常见的消息队列就餐问题,很好用的程序,希望对你有开发有帮助,UCOS下开发的。-To solve common software development problems Message Queue dining, good use of the program, want to help you develop, UCOS under development.
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
02_uCOS-II_msgqueue
- ucos操作系统下,对消息队列的操作,基于vc编程 -ucos operating system, the operation of the message queue, based on vc Programming
LT-ARM214X-ucosrenwujanxiaodiduilietongxinshiyan.r
- 力天电子中LT-ARM214X学习板的UCOS任务间消息队列通信试验的配套源程序。-Power-day e-learning in the LT-ARM214X UCOS board message queue communication experiments between tasks supporting source.
3bUVNexM
- ucosii的五个实验列子,任务管理,消息队列,时钟中中断等-ucosii Liezi five experiments, task management, message queue, the clock interrupt, etc.
Micrium-1138-sem-event
- UCOS 在ZLG开发板1138上的SEM(信号量)应用。可以跟踪理解ucos的信号量机制。环境:IAR -UCOS ZLG development board in 1138 on the Q (message queue) applications. Ucos can understand the message queue tracking mechanism. Environment: IAR
Micrium-1138-Q
- UCOS 在ZLG开发板1138上的消息列队的应用。可以跟踪理解ucos的消息列队机制。环境:IAR -UCOS ZLG development board in 1138 on the application of the message queue. Ucos can understand the message queue tracking mechanism. Environment: IAR
4
- uCOS下消息队列的使用,自己写的代码,调试成功。-Under the use of uCOS message queue, his writing code, debugging success.
ucos2-vc
- ucos2 2.51 在vc 下得移植 一共有4个线程,主线程TaskStart初始化消息队列,开启定时器,Tast1只是简单的运行 Task2给Task3发消息,收到回执后继续发,从A发到Z,task3则收取消息并回执-ucos2 2.51 was transplanted under the vc A total of four threads, the main thread TaskStart initialization message queue, open the t
BC48
- ucos中消息队列,x86体系,嵌入式系统开发-In ucos message queue, x86 architecture, embedded system development
DemoProject
- ucosii 消息队列和信号量 多按键处理-ucosii message queue and semaphore key multi-processing
keyqueue
- UCOS编写的按键消息队列液晶屏蜂鸣器响应程序,已经测试,完全可以使用,cortex-m3使用。-The key message queue LCD buzzer UCOS written response procedures have been tested, and can use, cortex-m3 use.
ucos-kinetis
- 基于kinetis cortex m4 ucos 消息列队-Based kinetis cortex m4 ucos message queue
The-message-queue-
- 基于UCOSII的消息队列: 多任务主要是: 1、起始任务,运行时创建LED1、LED2和LED3三个任务,然后删除自身。 2、LED1任务,每隔1s切换一次LED1亮灭状态。 3、LED2任务,每隔5s切换一次LED2亮灭状态。 4、LED3任务,每隔10s切换一次LED3亮灭状态。-Based on the UCOSII message queue: Multitasking is mainly: 1, the initial task, runtime cr
