搜索资源列表
Training-Example
- 嵌入式VxWorks开发所需典型例程源代码,包括消息队列,信号量,时钟,优先级反转,中断等常见处理.-VxWorks embedded typical routines required for the development of the source code, including the Message Queue, semaphores, the clock, priority inversion, and other common treatment interruption.
uCOS16
- 8052小型操作系统, 用Keil C编译器, 能进行任务切换, 信号量管理.-8052 operating systems, with Keil C compiler, capable of switching tasks, semaphores management.
semaphores
- 嵌入式操作系统 VxWorks 开发环境tornado中信号量的应用,如创建、释放、销毁等。
semaphores
- 在TORNADO下写的基于VXWORKS的多信号量通信的源代码-in writing under VxWorks-based multi-volume communications signal source code
vxWorksNormal
- vxWorks下的DEMO程序。简单示范了任务、信号量、ISR、PIPE等的使用-the DEMO procedures. A simple model of tasks, semaphores, ISR, the use PIPE
libuclinux
- uclinux线程的创建、消息队列的创建、信号量、互斥信号量、信号等的创建,采用vxworks的接口方式-Basis thread creation, message queue creation, semaphores, mutual exclusion semaphores, signals the creation, use the interface mode VxWorks
zlg_ucos 周立功的LM3S8962开发板关于UCOS的实验代码
- 周立功的LM3S8962开发板关于UCOS的实验代码,涉及信号量,消息邮箱等。-ZLG' s LM3S8962 board on UCOS experimental code, involving semaphores, message mailboxes and so on.
mutex.rar
- 使用互斥信号量解决ucosii中的优先级反转,The use of mutex semaphores to solve the ucosii Priority Inversion
TEST.rar
- LPC2138能正常运行UCOS的代码,开发环境是ADS1.2的,里面有周立功的ucgui,还有信号量,邮箱的操作,其中有三个任务,LPC2138 can UCOS the normal operation of the code, development environment is the ADS1.2, there are weeks of Ligong ucgui, there are semaphores, mail operations, of which there are thr
ucos-test
- 基于UCOS-II的基础实验,包括GPIO,定时器,PWM,RTC,信号量。和大家分享!-UCOS-II based on the basis of experiments, including GPIO, timers, PWM, RTC, semaphores. To share!
UNIX_Version_1
- 本文档是Uinx环境下的高级编程的中文版,此电子书详细介绍了Unix系统下的程序编写,系统函数调用的API接口,包括文件系统,设备驱动,任务间的通讯机制,管道,信号量消息队列等等。对学习Linux,VxWorks等类Unix嵌入式系统编程有很好的指导作用。-This document is Uinx high-level programming environment, the Chinese version, this book details the programming under Un
ucos_OS
- ucos操作系统学习资料,进程间通信的机制,信号量,队列,邮箱。-ucos operating system learning materials, inter-process communication mechanisms, semaphores, queues, mailboxes.
LPC2378Ucos2
- 开发环境是在MDK 下LPC2378下的UCOS串口编程,和以前那个相比,改动了启动代码,去掉了系统里面的一个报警提示,并且使用了信号量、邮箱等,初学者使用!还没有使用队列,而且要经过改动才能支持串口的多个数据接收目前一次最多是发8个数据。 函数的测试是上电后,P2.0~P2.7从高变低并发一个字母给串口,从低变高,还有一个外部按键中断,按一下,发1000Bytes数据。从串口发的数据给ARM,ARM返回收到的数据。-Development environment is under the
fanzhuanxinhao
- MyTask、YouTask和ThreeTask 。在主函数中创建任务MyTask。而YouTask和ThreeTask由任务MyTaskTask创建,其优先级分别为2、4、6。这三个任务都要占用资源s,任务YouTask访问时间短一些,在任务MyTask和任务ThreeTask利用while(OSTime<T) {}增加访问时间,T值分别为300,500。MyTask、YouTask和ThreeTask采用OSTimeDly(K)延时等待,K值均为200。这样出现任务优先级反转。为了解决
ucos_dg128
- UCOSII在mcs12dg128上的移植,有包括初始化任务,红绿灯,互斥信号量,建立统计任务,空闲任务,任务额外信息,消息队列在内的6个工程。内容十分详尽,适合UCOS的学习。不过因为文件过多,低license无法编译,请自行申请license-UCOSII at mcs12dg128 on the transplant, including initialization tasks, the traffic lights, mutual exclusion semaphores, set u
sem
- 使用信号量模拟ucos中优先级反转的问题-Analog ucos the use of semaphores in the Priority Inversion Problem
UCOSIImulti-taskswitchroutine
- 三个任务分别通过UART0输出0X01,0X02,0X03,可以学习理解信号量的基本用法及多任务的调度方法-Three tasks respectively, through UART0 output 0X01, 0X02, 0X03, can learn to understand the basic usage of semaphores and multi-task scheduling method
led_os_sem_fiq
- AT91SAM7X256-EK平台,MDK开发环境,使用快速中断和信号量来控制LED-AT91SAM7X256-EK platform, MDK development environment, using fast interrupts and semaphores to control the LED
ucos_Pri_Reverse
- uC/OS优先级翻转演示.这个程序演示基本的天花板优先级的解决。程序启动具有三个不同优先级的任务,每个任务请求,获得 * ,释放互斥信号量,完成一系列动作。-uC/OS Priority Inversion presentation. This program demonstrates the basic solution to the ceiling priority. Program starts with three different priority tasks, each ta
semaphores
- Linux Semaphores posix implementation with all cases including deadlocks and events
