搜索资源列表
ucosII专门针对ARM7的源代码实现
- 针对UCOS的移植,对ARM7体系架构上的做移植.是一个很麻烦的问题,您需要的是修改一些底层的启动代码.-against graft, ARM7 architecture of the transplant. It is a very troublesome question, you need to be some change in the bottom of the boot code.
usosII_ModemDriver
- 在ARM内核的LPC2119硬件平台下,以uc/osII开发环境下写的操作modem的设备驱动程序。用户可以不用修改即可操作modem,而且代码是可重入的。-in the LPC2119 ARM core hardware platform, to uc / osII development environment to write the operation of the modem device driver. Users do not have to be amended to opera
ucosII_i2c
- 周立功公司的ARM开发板LPC2119环境下,I2C总线读写驱动程序。该代码可以重入。可直接使用无须修改。-the development board LPC2119 ARM environment, I2C bus driver to read and write. The code can go back to. Direct access needed to be changed.
ucosii-bf533
- UCOS-II2.76在ADI-BF533上的移植.在UCOS-II网站提供的源码基础上修改了几处汇编代码.采用2.76版系统内核移植,在DSP++4.0上调试成功-UCOS - II2.76 the ADI-BF533 the transplant. In UCOS-II site on the basis of the source of several amendments compiled code. Using version 2.76 kernel transplantation,
myucos2
- kei1 c51 移植的ucos2 直接运行我的工程文件可以进入shell界面 里面我修改堆栈地使用方法,内部中文解说-kei1 transplant operation ucos2 direct my engineering documents can enter inside my shell interface changes to the use of stack, internal Chinese Commentary
uCOSii_for_8951_EXT_64k
- uCOS2 for 51系列,已经在SST89E564上测试通过,实验板要求有64K扩展ram,根据原来网上公开版本修改而成,附带提供在C51中利用函数指针带参数传递调用汇编接口例子和一个简单的shell界面-uCOS2 for 51 series, in SST89E564 testing, Experimental board requires 64K ram expansion, according to the original version of the Internet open
uCOS-II_For_s3c44b
- UCOS for 44b0 的移植,采用的是EFW520.COM上的板子,经过稍微修改就可以用了,调试环境是STD-44b0 UCOS for the transplant, the EFW520.COM is on the board, After a slight modification can be used, the debugging environment is STD
file-fat
- 分区表。文 件 名: format.c **创 建 人: 陈明计 **最后修改日期: **描 述: 文件系统的格式化实用程序 -partition table. File Name : format.c ** Created : ** Chen dollars last modified date : ** Descr iption : file system formatting utility
uCOS-II-V283source.ZIP
- 官方发布的UCOS V2.83版本,全部源码,未经修改过的-UCOS official release of version V2.83, all source code, without the modified
MCS5_uCOC_II
- 移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。
uCOS-IIforIAR3.41
- Application.c修改为IAR3.41支持的格式 uCOS-II.eww工程文件 其他文件介绍略过-Application.c IAR3.41 support for the revised format for uCOS-II. eww works documents other documents introduced skip
UCOSII2.83
- ucos2 2.83最新版,增加了os_tmr.c,定时器管理程序,别的修改了一些小BUG,任务管理到254个,很不错,使用的时候仔细看以下说明-ucos2 latest version 2.83, an increase of os_tmr.c, timer management procedures, revised some other small BUG, task management to 254, is pretty good, the use of carefully read
UCOS2.83forADS_update_2006.12.1
- UCOS2.83在S3C44B0x移植的最更版,修改了一些漏洞,里面条理清新,对你的学习绝对有帮助-UCOS2.83 S3C44B0x transplantation in the more edition, revised some loopholes, fresh grapple with the inside of your learning can definitely help! !
twopersonrussiasquar
- 这是俄罗斯方块游戏,是双人的俄罗斯方块游戏,移植其他试验平台上需要稍微修改,用c编写的游戏。-This is the game box, double the Russian box games Transplant other test platform needs a little revision, and c preparation of the game.
ucgui-enhanced
- 在windowsxp下用ADS1.2编译,列表框做了修改,增加了对齐功能,新加了文本框,按钮控件可以显示2排了.-in windowsxp using ADS1.2 compiled a list box changes increase the alignment functions, plus a new text box, a button can control two shows scheduled.
ucosii2
- 修改了其它人的ucosiifor44b0见博客 http://blog.sina.com.cn/bufengmobuchenghuo-revised the other person's blog ucosiifor44b0 see http : / / blog.sina.com.cn / bufengmobuchenghuo
uCOS-II
- uCOS-II 操作源码, 可以简单修改其中的部分就可以把他uCOS-II移植到你自己的硬件系统中。
lpc2368kit_port
- LPC2368Kit 开发板的UCOS移植!今天终于在从这个论坛上下载的LPC214X的UCOS移植代码的基础上,自己做了一些修改,把UCOS-II移植到LPC236X Kit开发板上。编译环境:KEIL FOR ARM,上传上来供大家一起研究。 by silentdawn www.mcu123.net
uCOS_Emu
- ucos的WINDOWS版!通过官方的移植版制作,重新创建了VC工程,使用WIN32界面而不是原版的控制台窗口,可以很方便的在上面移植UCGUI,只要修改底层绘图函数即可!并且程序中可以输出调试信息到OUTPUT窗口,可以很方便地进行模拟开发。
eFS
- ucFS的加强版,含完整代码,原版的ucFS不支持长文件名和中文(因为不支持UNICODE). 经本人修改目前已经支持长文件名,长目录名等,同时定义了自己的扩展UNICODE支持,可用于显示中文,日文等文件名。而且对FAT表操作做了处理,将FAT信息放在内存中,有效提高文件FSEEK的速度,已经应用到公司的项目中,对嵌入式应用中随机读写文件效果很明显!