搜索资源列表
NucleusAnalyse
- Nucleus分析报告分析了内核,任务的调度,中断的调度-Nucleus analysis report analyzes the core task of scheduling, interrupt scheduling
TinyWorks
- TinyWorks操作系统。 每个任务占6~10个字节的RAM空间,整个系统占1k左右的代码空间,支持16个优先级的占先式调度,支持时间片调度。 最大特点:建立的任务越多、并且系统越繁忙时调度越快,最快比系统闲时快数十倍! 用AVR-GCC编译,支持MEGA8-TinyWorks operating system. Each task for 6 ~ 10 bytes of RAM space, the system as a whole accounted for around 1
RoundRobinSchedulingTask
- C++编程实例Round Robin Scheduling Task-C programming examples Round Robin Scheduling Task
MCUSimilate_1.2
- 一个用于单片机内运行的微内核,有像ucOS样的基于优先级的任务调度。但是没有使用其实时抢夺,我是等待一个高任务级运行完了才等到其他的任务运行。当前任务不可抢夺。这样就不用考虑到任务切换带来的损耗了。还有我用了一个内存分配机制,可以动态分配和释放内存块。这些都是在VC6.0上的测试示例,但使用者可以用到任意一款单片机开发上面。所有代码都在VC6.0和XC2287M上测试过了。-One for the microcontroller to run the micro-kernel, there is
LM3S_small_rtosV1.20.x
- lm3s系列 small rots模版,实现了简单的任务调度-Lm3s series small rots templates, Implements a simple task scheduling.
51OS
- 一个简单的51单片机操作系统,通时钟中断实现任务调度,含原理资料!-A simple 51 single-chip operating system, through the clock interrupt task scheduling, including the principle of information!
task_improving
- ucos-ii调度改进,减少内存使用,改善性能很多,不错的改进-ucos-ii task scheduling improving
STM32-UCOSII
- STM32 UCOSII入门实验1-1-任务调度,详情请看内部代码-STM32 UCOSII entry Ex. 1-1- task scheduling, details see internal code
MYRTOS
- 一个简易的任务调度器,参考uCOS-II的调度算法,在STM32平台上测试成功……可以用来参考学习操作系统原理-A simple task scheduler, scheduling algorithm in reference uCOS-II, STM32 platform test successful...... Can be used for reference to learn the operating system......
ucos-ii-task-scheduling
- 介绍ucosii最基本也是最重要的应用:任务调度-Introduction ucosii most fundamental and important applications: Task Scheduler
kernel
- 操作系统中任务调度核心代码,C51专用,测试无误-Any operating system task scheduling core code, C51-specific, test and correct
RTOS_Mindows4.10
- Mindows 4.10可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度,将实时性高的任务设置为高优先级就可以保证软件系统的实时性,用户也可根据自身需求选取需要的部分,也可在此基础上编写代码增加自己需要的功能,具有可裁剪性。-Mindows provides a variety of operating system, real-time preemptive operating system, task support multiple priority preempt
ucos
- uCOS 任务调度 ,信号量,邮箱与消息队列原理详解,以及经典例子。-uCOS task scheduling, semaphores, mailboxes and message queues Detailed principles, as well as classic examples.
OSPrioShedule_14_1229
- 基于STM32的小的任务调度程序,任务调度基于优先级调度法,任务间通信通过消息机制实现任务同步。同时包括了一个基于此调度内核的测试程序和串口驱动程序-STM32-based small task scheduler, task scheduling priority-based scheduling method, inter-task communication mechanisms to achieve synchronization of tasks through the message
UCOSII
- STM32F103单片机Ucos实现任务调度-STM32F103 microcontroller Ucos realize task scheduling
hand300
- Zmotion新版手持器程序,实现多任务调度,与底层控制器之间的通信,实现简单的四轴控制功能-Zmotion version of the handheld program, to achieve multi task scheduling, and the communication between the lower level controller, to achieve a simple four axis control function
UCOSII-task-scheduling-PWM
- uCOS-II PWM for STM32F4 Board. THis program is more effficient and control the pwm in proper way.