搜索资源列表
ucos_ii-linux
- GCC下microC/OS-II 开发平台,内含microC/OS-II 完整源代码和邵贝贝版的四个应用程序book.c(有makefile)和相关的pdf(在解压后的Linux-test文件夹下),适合初学者学习。里面的代码均经过Linux下运行通过。
ucos_zlgfs
- ucos下的文件系统,周立功的,包括SD的驱动程序,ucos的源码请到网上下载最新的,放在source文件夹下即可
uCOS-II-Transplantable
- 可以在PC机上运行的ucos-ii工程文件包,用borland4.5编译,可以移植到任何文件夹下面。只需要修改其中TEXT.C任务文件即可-Can run on PC machine ucos package works with borland4.5 compiler can be ported to any folder below. Only need to amend the document in which tasks can be TEXT.C
UCGUI
- M3例程之UCOS,其中GUI部分已封装成库,GUI源码在GUI文件夹中-The M3 routines UCOS of Lord function
uCOSIIportSTM32
- 含有一个uCOSII在STM32上移植的工程文件夹和一个移植教程 移植代码是精简版的 移植教程 图文并茂,步步清晰。 uCOS是流行的V2.86版-Contain a uCOSII the tutorial project folder and a transplant transplantation on the STM32 Portable code is a stripped down version of Transplantation
ucos2_s3c2410_mdk
- uC/OS-II for S3C2410 MDK版 ----------------版本----------------- 核心版本:V2.86 原版 移植版本:AN-1014 原版 其余部分取自 bobey ---------------编译器--------------- RealView MDK-ARM Version:3.24 测试正常 ----------------目录---------------- /Appli
uCOSII_Beep
- 基于uCOSII的蜂鸣器程序,需要手动将os源码添加到source文件夹中-Based on the buzzer uCOSII procedures will need to manually os source added to the source folder
S3C44B0X_uCGUI
- uc-gui.apj SDT2.51工程文件 uC-GUI\ ADS1.2工程文件夹 FS-GUI UltraEdit工程文件 SI\ SourceInsight工程文件夹 img\ C语言格式位图 gui\ uC-GUI源代码文件夹 不同的LCD需改变\gui\config\lcdconf.h文件中的定义 #define LCDMONO //单色 #define LCDG4 //4级灰度 #define LCDG16 //16级灰度
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
net
- 关于NIOSII下移植uC/OS操作系统并实现TCP/IP协议的源码,工程文件夹和说明-NIOSII and uC/OSII
uCOS-II
- UCOS演示例程 ├─ ucos-ii文件夹:ucosII(版本)内核源文件 └─ s3c44b0文件夹:EmbestS3CEV40 CPU文件 ├─ star文件夹: CPU启动文件和软件库文件 ├─ uhal文件夹: CPU硬件相关定义文件 └─ ucos-ii文件夹:ucosII for S3C44B0- UCOS演示例程 ├─ ucos-ii文件夹:ucosII(版本)内核源文件 └─ s3c44b0
yuyuanyetest
- 在8051f340下ucos的移植drv文件夹下是我的硬件驱动,可以不必理会-ucos for 8051 f340
ucos_app
- S3C2440A的uCOS部分的APP文件夹,编写和定义一些在ucos中使用的函数和应用接口。本次工上传四个文件:ucos_app.rar, ucos_hal.rar, uCOS_Data.rar, uCOS_II.rar,将上述四个文件加压后放到一个文件夹中,选用ADS进行编译。-S3C2440A the uCOS part of the APP folder, write and define some functions used in ucos and application inter
uCOS_Data
- S3C2440A的uCOS部分的Data文件夹,编写和定义一些在ucos中使用的函数和应用接口。本次工上传四个文件:ucos_app.rar, ucos_hal.rar, uCOS_Data.rar, uCOS_II.rar,将上述四个文件加压后放到一个文件夹中,选用ADS进行编译。-S3C2440A the uCOS part of the Data folder, write and define some functions used in ucos and application int
ucos_hal
- S3C2440A的uCOS部分的HAL文件夹,编写和定义一些在ucos中使用的函数和应用接口。本次工上传四个文件:ucos_app.rar, ucos_hal.rar, uCOS_Data.rar, uCOS_II.rar,将上述四个文件加压后放到一个文件夹中,选用ADS进行编译。-S3C2440A the uCOS part of the HAL folder, write and define some functions used in ucos and application inter
uCOS_II
- S3C2440A的uCOS部分的ucosii文件夹,编写和定义一些在ucos中使用的函数和应用接口。本次工上传四个文件:ucos_app.rar, ucos_hal.rar, uCOS_Data.rar, uCOS_II.rar,将上述四个文件加压后放到一个文件夹中,选用ADS进行编译。-S3C2440A the uCOS part ucosii folder, write and define some functions used in ucos and application interf
UC-OS-II
- 文件夹说明 UC-FS:是μC/OS-II的文件系统代码 UC-GUI:是μC/OS-II的图形界面的代码 UC-TCP-IP:是μC/OS-II的TCP/IP协议栈的代码-Folder Descr iption UC-FS: is the μC/OS-II file system code UC-GUI: is the μC/OS-II graphical interface code UC-TCP-IP: is the μC/OS-II for TCP/IP protoco
DataSample
- SmartARM2400开发平台 基于uc/osii的示例程序,记住要在uCOSII文件夹下面加入UC/OS 2.52源码,这个包里面没有加入UC/OS源码,但经过运行测试,绝对能用,完全可以用于产品,稳定性不错。这个包是数据采集的示例,需要的可以下来学习下-based on smartArm2478 ,use uc/os,datasample test
rtc
- SmartARM2400开发平台 基于uc/osii的示例程序,记住要在uCOSII文件夹下面加入UC/OS 2.52源码,这个包里面没有加入UC/OS源码,但经过运行测试,绝对能用,完全可以用于产品,稳定性不错。这个包是万年历的示例,需要的可以下来学习下--based on smartArm2478 ,use uc/os,RTC
CFCard
- SmartARM2400开发平台 基于uc/osii的示例程序,记住要在uCOSII文件夹下面加入UC/OS 2.52源码,这个包里面没有加入UC/OS源码,但经过运行测试,绝对能用,完全可以用于产品,稳定性不错。这个包是操作CF卡的示例,需要的可以下来学习下-based on smartArm2478 ,use uc/os,CF Card test