This is the free RTOS on PIC24.
上传时间: 2013-12-14
上传用户:mikesering
ti tms281x BIOS/RTOS 实例代码, 适合ccs2.2环境
上传时间: 2013-12-18
上传用户:zhouli
[推荐]彭光红先生的《小容量单片机系统的C语言程序结构》Point RTOS monolithic integrated circuit real-time operating system Point RTOS monolithic integrated circuit real-time operating system
标签: monolithic integrated real-time operating
上传时间: 2013-12-18
上传用户:rocketrevenge
Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。 目前,Point RTOS 仅提供对51系列及其扩展系统单片机的支持, 针对51内核函数不能重入以及51单片机的内存空间管理方式等因素, RTOS放弃了抢先式内核的调度,而使用了时间片的调度方式,除非任务主动放弃, 否则任务将独占CPU一直运行,因而任务中必须完成对本次操作的时间片设置,即等时间的设置。
上传时间: 2014-12-05
上传用户:athjac
In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol since it does not allow kernel to have multiple tasks at the same priority. Although it has different ways to avoid priority inversion such as priority ceiling protocol, developers still have some difficulties in programming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability to support round robin scheduling and implement priority inheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore to evaluation board, and evaluate the execution time of each of the kernel service as well as verify the operations of our implementation.
标签: priority preemptive inversion problem
上传时间: 2015-12-14
上传用户:气温达上千万的
一个使用MSP430汇编语言写的 RTOS,此版本为 V1.1 版并已修正过在 IAR MSP430 V3.42A 编译后可于 Simulator 下正常调度工作了,其中设置的六个任务上都下了断点,方便在 Simulator 下观测任务调度,兹将原使用说明详列如下: M430/OS 演示程序 V1.1 版,此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每个管脚输出方波的任务 task3 向端口4的每个管脚输出方波的任务 task4 向端口5的每个管脚输出方波的任务 taskled 点亮P1.0上指示灯的任务 6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不同。 软时钟任务利用M430/OS的多任务延时模拟了一个有年、月、日、时、分、秒的时钟,并且可以日期,时间格式为BCD格式或10进制格式。
上传时间: 2015-12-14
上传用户:www240697738
uC/COS-II实时操作系统,源代码公开的RTOS,是学习RTOS的良好的教材
上传时间: 2014-12-02
上传用户:思琦琦
基于AVR单片机的 RTOS实时操作系统
上传时间: 2016-01-04
上传用户:2404
AVRX实时操作无线遥控LED变化控制完整源码,解码器件为PT2262,并具有无线编辑保存功能,采用后进先出方式,代码可直接应用。
上传时间: 2016-01-05
上传用户:xc216
small Rtos,用在单片机上的简单操作系统,内有详细说明
上传时间: 2016-01-06
上传用户:hzy5825468