搜索资源列表
8052os
- /*看大家都在学操作系统,我也想学学。所以想用51写一个来玩玩,发现比较郁闷。 弄了几下,不想再弄了,51弄这个没啥意思。我用的89S52,除了速度慢,RAM资源 太少之外,其它都还过得去。弄了一点代码出来,放在那也没啥用,不如拿上来 给新手看看,一个任务调度的雏形是什么样子的~~~~~~~~~这些代码没有经过优化, 我只求实现任务切换的功能。 利用定时器2产生10mS的定时中断作为时钟节拍,任务切换时保存工作寄存器等操作 嵌入了汇编指令,因此Task_Switch.
uC_OS_II_for_C51
- C51单片机上的嵌入式操作系统,具有任务调度,文件服务,等功能-C51 MCU embedded operating system, with task scheduling, documentation services, etc.
51MCUrtos
- 51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。-51 written in a simple operating system, with the creation tasks, delete tasks, task scheduling, the system delay, missions flown, sending news, waitin
lq51
- Keil 自带的 RTX51—Tiny 系统有这样几个缺点:1、非占先式任 务调度,这样系统的实时性就很难保证 2、提供的系统服务太少, 只有 wait 与 signal。而 RTX51—Tiny 的优点是:1、Keil 公司自己开 发的,使用_task_关键字区别每个任务,这样可以使得被不同任务调 用的不同函数即使没有相互调用,他们的局部变量也不会相互覆盖。 免去了在 SmallRTOS 中需要手动制止函数间局部变量的相互覆盖。 2、内核小。整个 RTX51--Tin
52scheduling
- 51一个简单的多任务调度功能程序 // 利用定时器2产生10mS的定时中断-51 A simple multi-task scheduling program// use Timer 2 interrupt generated timing 10mS
OS_AVR
- 一个AVR的开源操作系统,硬任务调度,效率不错-AVR an open-source operating system, hard task scheduling, efficiency, good
51_00_OS
- 基于51内核的圈圈操作系统,51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释,-Circle-based operating system kernel 51, 51 is written in a simple operating system, providing create t
Honeywell
- HONEY实现工业控制过程的系统,进行任务调度.-HONEY process of industrial control systems, task scheduling.
OS_1602_CLOCK
- 任务调度式1602中文万年历,含protues仿真。-Task scheduling type of the 1602 Chinese calendar, with protues simulation.
RTX51_for-me
- lq51系统整合了RTX51—Tiny的优点。1、在lq51系统中_task_ 关键依然有效,0号任务依然是最高优先级的任务,1号任务次之, 依次类推。2、lq51系统完整编译只需2.5K的ROM,并且系统自带 的128B RAM对lq51系统也是绰绰有余的。同时lq51系统弥补了 RTX51—Tiny的缺点。首先lq51系统采用占先式任务调度,这样可 以最大限度保证系统的实时性。其次lq51系统提供 lqDelay、lqWaitFlg、 lqWaitSem、lqWai
Zstack
- Z_stack中对不同的任务发生的函数调用, 实现用户自己的任务调度,揭开任务调度的面纱-Z_stack,For different tasks in Z_stack function call, to realize task scheduling the users themselves, the task scheduling
STC12C5AXX-Mutilple
- 使用STC单片机,DS18B20温度测量,使用定时器实现多任务调度,AD采集,数码管显示,串口通讯,EPROM读写-STC microcontroller, DS18B20 temperature measurement, using a timer to multi-task scheduling, AD collection, digital display, serial communications, EPROM read and write
ARM_SC_UART
- LPC2129的时间触发方式系统设计,该系统运用静态路由表原理对TASK进行调度,相比于事件触发方式的系统更为可靠。-The LPC2129 time trigger mode system design, the system uses the principle of static routing table of TASK scheduling, the system is more reliable compared to the event trigger mode.
os
- 一个简单的单片机任务调度器 用标注c编写 可移植性比较强 -A simple microcontroller task scheduling Used labeled c prepared relatively strong portability
51-core-circle-operating-system
- 基于51内核的圈圈操作系统提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息,等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等功能。-Based on 51 core circle operating system create tasks, delete tasks, task scheduling, system delay, suspend the task, send messages, waiting for news, CPU usage stat
E-sys
- 单片机使用的任务调度代码,占用资源较少,是比较好的单片机系统框架代码-Microcontroller using task scheduling code, takes up less resources, is a good SCM system framework code
easy51r
- 周立功的操作系统,在51上运行的,非常金典的操作系统,能实现任务的调度,管理。-Zhou, who s operating system, running on 51, very Golden operating system, can achieve the task scheduling and management.
test
- ALIENTEK MINISTM32 实验35 UCOSII实验1-任务调度-ALIENTEK MINISTM32 experiment 35 UCOSII experimental 1- task scheduling
EasyOS
- 此内核为基于优先级调度的,非抢占式任务调度内核。内核最多提供36个优先级,以及36个可建立任务。提供时钟管理,以及定时管理。-This core priority-based scheduling for non-preemptive task scheduling kernel. Kernel provides up to 36 priority, and 36 can create a task. Providing clock management, and timing manageme
POINT
- 在UCOS下的串口配置应用 利用UCOS的任务调度可以同时用两个串口-In serial configuration UCOS UCOS task scheduling application can use two serial ports simultaneously