搜索资源列表
无需要外扩RAM的RTOS
- 无需要外扩RAM的RTOS-no RAM expansion needs of the RTOS
SmallRTOS for C51
- 嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴uc
Micrium uCOS II V2.86 RTOS
- Micrium uCOS II V2.86 RTOS 实时任务系统
uCOS-II_Win32
- 使用Mircosoft Visual C++6.0编译,学习uc/os-ii 2.80版RTOS的范例,展示任务(task)创建,优先级(priority)等,并且示范如何在Mircosoft Visual C++6.0的环境下编译一个工程文件,以取代原文书中使用Borland C++ 4.51 版的编译,提供使用者一个新的选择。-The use of Mircosoft Visual C++6.0 compiler, learning uc/os-ii 2.80 version RTOS ex
SmallRTOSAVR
- SMALL RTOS for AVR源码,不错的学习用的入门级RTOS-RealTime Operating System
RTOS
- 一些RTOS的使用说明论文,包括ucos和ecos-RTOS use some of the papers, including uCOS and eCos
STM32_RTOS
- 基于STM32的RTOS例程。本移植使用的是 ucosⅡ 2.83版本,需要在OS文件夹下添加的操作系统源代码包括如下文件: os_flag.c os_mbox.c os_mem.c os_mutex.c os_q.c os_sem.c os_task.c os_time.c os_tmr.c os_core.c-RTOS routines based on the STM32. Transplantation using the uc
EX1mini2440
- 使用广州友善之臂(Friendly Arm) mini2440开发板,学习uc/os-ii RTOS的范例,依据Jean J. Labrosse先生之书中第一个学习的例子,并展示如何移植uc/os-ii至SAMSUNG 公司之S3C2440 蕊片的开发板中,提供用户一个学习ARM CPU系统移植RTOS的经验。-Guangzhou friendly use of the arm (Friendly Arm) mini2440 development board, learning uc/os-i
51_RAM_ROM_RTOS
- 单片机构建的RTOS操作系统,可以用于MCS51等系列的小容量RAM和ROM单片机中-Construction of single-chip RTOS operating system, can be used, such as MCS51 series of small-capacity single-chip RAM and ROM in
MCF51JM128_FREERTOS
- This a ported version for FreeRTOS using the microcontroller MCF51JM128 of Freescale, this is a very easy example to start to use this RTOS
uCOSII_basic_ebook
- Included uCOS documents. Its been explained fantastically with simple english. Have read many rtos documents, But the rtos concept explained here is simple, basic and to the point.
USB_host
- USB OHCI host driver for ucos rtos. It works on atmel s at91sam9260 cpu s.
My_OS-RTOS
- sb自己写的实时操作系统,类似ucos-ii的,应该可以给大家些帮助-sb wrote it myself, real-time operating system
UCOS_original_code
- ucos嵌入式操作系统源码, 包含内存管理,任务管理,时间管理-ucos RTOS original code
uCOS-II
- it is a source code to develope rtos
uCOS_II_V286
- Whether your embedded project involves fairly simple RTOS requirements or must be compliant with the most rigorous of standards, Micrium has an RTOS to do the job. Some say Micrium s µ C/OS-II is used by hobbyists, and that s true. However, given
stm8s_atom_rtos
- 支持STM8和AVR的轻量级RTOS Atomthreads v1.2,可替代UCOS快速的完成工程开发,原网站为http://atomthreads.com/,本模板为IARforSTM8下的工程,由PanHao制作生成。-AVR support STM8 and lightweight RTOS Atomthreads v1.2, alternative UCOS rapid development of construction, the original site for the htt
uCOS3
- “嵌入式实时操作系统——μC/OS-III”的中文介绍及于μC/OS-II的区别文档。(来源于网络)-" Embedded RTOS--μC/OS-III" the Chinese descr iption and the μC/OS-II of the difference between documents. (From Network)
avruCOS
- avr单片机上的RTOS系统,系统是基于UCOS的系统,在AVR单片机上进行了移植。代码包含编译器的头文件。-RTOS on the avr microcontroller system, the system is based on the UCOS the system, the AVR microcontroller on the transplant. Code contains the compiler header files.
RTOS-Part2
- RTOS guide for engineers