搜索资源列表
lwip_os2
- ARM+UCOS/2的嵌入式开发资料。请大家参考。-ARM / 2 embedded development information. Please refer to.
GENIE-SHELL
- Genie-shell for ucos 一、 基本要求(必做) (1) 设计并实现ucos的shell模型 (2) 实现简单的Shell命令 hostname命令在屏幕上打印一句话,即自定义的本机名称。 hello 命令可以带多个参数,如hello a b c d,回车后会显示: hello,I am Genie your argv is: a b c d (3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和L
main
- PDA的ucos-2程序,包括常用芯片的驱动及程序架构,欢迎下载
ucos_time
- UCOS一种只支持优先级抢占型调度的操作系统。它不支持同一个优先级有2个及以上的任务同时运作。 本文修改的UCOS支持不同优先级调度的同时,支持同一个优先级有2个以上的任务以时间片轮转方式进行调度。 这个就是UCOS和修改的UCOS的区别。
ucos-ii
- 本书附带一张软盘包括了所有我们讨论的源代码。是假定读者在80x86,Pentium,或者Pentium-II处理器上运行DOS或Windows95。至少需要5Mb硬盘空间来安装uC/OS-II。 请按照以下步骤安装: 1.进入到DOS(或在Windows 95下打开DOS窗口)并且指定C:为默认驱动器。 2.将磁盘插入到A:驱动器。 3.键入 A:INSTALL 【drive】 注意『drive』是读者想要将µ C/OS-II安装的目标磁盘的盘符。
lwip-1.2.0
- 完整的LWIP源代码,可以实现和UCOS连用实实现网络通信
uCOS-II_LPC2000
- pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include \"includes.h\"改为\"config.h\" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOS
uC_OS-II_sourceV251
- ucos 源代码 完整的 源代码 2.5-ucos source code full source code 2.5
ucos2program
- Test program for UCOS 2 Port on Spatran 3
ucosvc
- 演示程序键盘命令(回车结束) t1:获取版本 t2:ucos任务测试1 t3:ucos任务测试2 t4:内含Timer测试 t5:ucos设置优先级组PRI(std1)==PRI(std2)(本人对ucos改进,设定一组优先级为相同优先级,采用轮转方式,任务std1,std2相同优先级) t6:ucos取消优先级组PRI(std1)!=PRI(std2) t9:取消显示(统计显示,std1/2显示) t91:统计显示(实时显示一些信息如统计任务信息)
UMiccriumGUUIC
- 把uCOS移植到三星的44B0的CPU上面,不过是在IAR环境下的,代代码是2.80的,还带uCGUI哦,用IAR for ARM 4.31与H -UCOS transplantation Samsung 44B0 CPU above, but in IAR environment, the generation of code is 2.80, also with uCGUI Oh using the IAR for ARM 4.31 and H
uuCOS-II-ARMC
- uCOS-II官方版2.84可以用于移植到ARM芯片的源码- can used dedicate to ARM7 chip -uCOS-II official version 2.84 can be used for source code ported to ARM chips- can used dedicate to ARM7 chip
uAN-1530-uCOSc
- ucos-2在bf537开发板上的移植,环境为visualddsp++ 5.0-ucos-2 based on bf537 -ucos-2 the bf537 development board transplantation environment visualddsp++ 5.0-ucos-based on bf537
实验代码含UCOSV291
- VC++测试UCOSII 2.91系统(嵌入式实时操作系统μCOS原理与实践)(VC++ test UCOSII 2.91 system)
uCOS-II
- uCOS-II-2.91 官方源码包 最新版本啦,里面还有详细的说明和帮助文档呢.(uCOS-II-2.91, the latest version of you, along with detailed instructions and help document it.)
uCOSII2.91+lwip-1.3.2(USE Library)
- ucos LWIP fpr LPC1768
Small RTOS v1.12.2
- small rtos 陈明计,这个人有必要要认识下,因为small rtos 是他写的,他根据ucos的原理写的。这个small rtos是可以再51单片机上运行的,但是受ARM内存的限制。 作为单片机开发的时刻都得想着内存的问题,因为51芯片资源有限。(small rtos Chen Ming plan, this person needs to know, because small RTOS he wrote, he wrote on the basis of the principl
Micrium-uCOS-II-V290
- Micrium uC/OS-II, The Real-Time Kernel Version 2.90
多任务实验2代码
- 实现多任务 ucos 代码,基于lpc2103(It is about ucosII in lpc2100)