Welcome![Sign In][Sign Up]
Location:
Search - rtos

Search list

[OtherERTOSVxWorksmanualvxworks

Description: RTOS VxWorks manual培训vxworks的资料-RTOS VxWorks training manual information vxworks
Platform: | Size: 917504 | Author: zb7401 | Hits:

[SCMrtos51

Description: RTOS-51实时操作系统 源程序,运行于51单片机上的实时操作系统源代码-RTOS-51 real-time operating system source code, running on the MCU 51 real-time operating system source code
Platform: | Size: 604160 | Author: lijinhao | Hits:

[Other Embeded programSMALLRTOS

Description: 在M16上动行的Small RTOS,编译器AVR-GCC 可以直接编译运行。-moving in the Small RTOS, compiler AVR-GCC compiler can be run directly.
Platform: | Size: 60416 | Author: | Hits:

[Other Embeded programSmallRTOSv1203

Description: 主要介绍了在实时操作系统Small RTOS下,编写独立CAN控制器SJA1000驱动程序的方法。并介绍了SJA1000 PeliCan模式下接口函数库的使用方法,以及简要的介绍了对Small RTOS的配置方法。-introduced in the Small RTOS Real-Time Operating System, preparation of the independent SJA1000 CAN controller drives the procedure. And introduced the SJA1000 PeliCan mode interface functions of use, and a brief introduction of the Small RTOS configuration method.
Platform: | Size: 670720 | Author: ansem | Hits:

[Other Embeded programrewk-timerTest

Description: RTOS -REWORKS 定时器的例子-RTOS-REWORKS timer example
Platform: | Size: 927744 | Author: zh | Hits:

[Com PortFreeRTOSV4.3.1

Description: This is the free RTOS on PIC24.
Platform: | Size: 7234560 | Author: wang | Hits:

[Software EngineeringRTOS

Description: 介绍实时操作系统的一个很经典的文档,而且是英文版的-Introduce real-time operating system is a very classic documents, but also the English version of
Platform: | Size: 117760 | Author: linchan | Hits:

[SCMpgh

Description: [推荐]彭光红先生的《小容量单片机系统的C语言程序结构》Point RTOS monolithic integrated circuit real-time operating system -[Recommended] Mr. Peng Guanghong
Platform: | Size: 61440 | Author: cw | Hits:

[SCMMy_OS_SEM

Description: Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。 目前,Point RTOS 仅提供对51系列及其扩展系统单片机的支持, 针对51内核函数不能重入以及51单片机的内存空间管理方式等因素, RTOS放弃了抢先式内核的调度,而使用了时间片的调度方式,除非任务主动放弃, 否则任务将独占CPU一直运行,因而任务中必须完成对本次操作的时间片设置,即等时间的设置。-Main Point RTOS is a small system development and design of real-time operating system. At present, Point RTOS only provide for 51 series and its expansion of the system single-chip support for 51 core function should not re-entrant, as well as 51 single-chip memory space management and other factors, RTOS abandoned preemptive kernel scheduling, the use of a scheduling time slice manner, unless voluntarily chose to abandon the mission, or mission will be exclusive CPU has been running, which must be completed in the mission of this operation time slice settings, that is, the time settings.
Platform: | Size: 51200 | Author: 范特西 | Hits:

[uCOSM430_RTOS_For_IAR_v3.42a

Description: 一个使用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进制格式。
Platform: | Size: 17408 | Author: kly | Hits:

[Otheros_ii

Description: uC/COS-II实时操作系统,源代码公开的RTOS,是学习RTOS的良好的教材-uC/COS-II real-time operating system, open source RTOS, the RTOS is a good learning materials
Platform: | Size: 472064 | Author: leo.hou | Hits:

[SCMMS3

Description: 实用单片机系统第三版 本包包还程序阅读器souceinsight3.5 以及比较完整得单片机系统,类似与大家知道得UCOS,但又有很大不同!本包是我朋友所作现在我帮助起推广。“现在这段时间RTOS非常热,可很多人往往为了用RTOS而用RTOS,其实很多很多的项目一般的设计都已经可以了的,RTOS显得有些画蛇添足。对于一般的设计思路,往往要做很多的工作,甚至整个软件的结构不知道怎么搭建,McuSystem主要就是解决以上的问题提出的,真正为实用服务的一个系统,它全部用C语言编写,结构非常清晰,核心是它的消息机制,解决很多普通设计中的一些问题,包括并发事件问题。并且这个消息还支持优先级。我相信只要具有一般C语言水平的都能很快的看懂。系统用Source Insight做编辑,keil为编译,DPFLASH下载,这个成了标准配置,目录建在D:\MCU51\。这个程序是让大家去修改,以适合自己的平台用。现在简单的说一下文件的构成:boot.c是入口程序,define.h是一些宏定义,system.c是系统内核,包括节拍,消息都在这个里面,routine.c为例行程序,如键盘,数码管显示都在这个里面控制,键盘是采用扫描的。”
Platform: | Size: 3666944 | Author: friendly_QQ | Hits:

[SCMsmall_rtos1.12.1

Description: 基于AVR单片机的 RTOS实时操作系统-AVR MCU RTOS-based real-time operating system
Platform: | Size: 84992 | Author: lansen | Hits:

[SCMSmall_RTOS1.12.1

Description: small Rtos,用在单片机上的简单操作系统,内有详细说明-small Rtos, single-chip microcomputer used in the simple operating system, which has a detailed description
Platform: | Size: 84992 | Author: zhangbingbo | Hits:

[SCMSmall_RTOS_V1.12.1_in_DP-51_sample

Description: small rtos在周立功的开发板dp51上的使用示例,在其他地方也有借鉴作用。-meritorious service in the small rtos weeks dp51 development board on the use of examples, in other places also have reference.
Platform: | Size: 245760 | Author: zhangbingbo | Hits:

[Documents2222

Description: 这是一篇关于embedded rtos的文章,有一定的参考价值 -This is an article on the embedded rtos article, has some reference value
Platform: | Size: 366592 | Author: 大为 | Hits:

[MiddleWareRTOS_for_iccavr

Description: RTOS_for_iccavr.rar AVR的RTOS-RTOS_for_iccavr.rar AVR the RTOS
Platform: | Size: 47104 | Author: 林小鱼 | Hits:

[Driver Developrtos-device-drivers

Description: 嵌入实时系统中驱动程序的开发教程,学习如何在嵌入系统中写驱动程序-Embedded real-time system driver development tutorial, learn how to write embedded systems driver
Platform: | Size: 110592 | Author: ouyang | Hits:

[BooksEmbedded-system-and-software-development-in-RTOS.r

Description: 介绍嵌入系统和嵌入系统软件开发,多年经验总结-Introduction embedded systems and embedded systems software development, multi-year experience
Platform: | Size: 1880064 | Author: ouyang | Hits:

[ARM-PowerPC-ColdFire-MIPSRTOS-UROS-For-AVR

Description: UCOS-II在ATMEL公司AVR CPU上的应用-UCOS-II in ATMEL Corporation AVR CPU application
Platform: | Size: 290816 | Author: chenjianyu | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net