搜索资源列表
ucosv251源代码
- *** *** *** *** *** *** *** *** *** *** RELEASE NOTES *** *** ***** *** *** *** *** *** *** *** 1) RELEASE NOTES: --- ---- The release notes are now provided in PDF format in the file: \\SOFTWARE\\uCOS-II\\DOC\\RelV251.PDF
uCOS-II 2.52在51上的移植程序独立喂狗任务
- ucos2 移植到C51的源码,经过本人验证可以使用,价值很好-C51 ucos2 transplanted to the source, after certification can I use, good value
xltExlt2
- 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Selec
uCOS-II2.52--c51
- uCOS-II 2.52在51上的移植程序(大模式).rar
ucOS_II_for_51
- 采用ucOS-II 2.51编写的keil c 51 例程可用于多种51单片机演示。例如SST89E564RD ,STC89C516RD 等。
uCOS_ok
- 本例程uCOS-II 版本为2.51,仅创建一个LED闪烁任务于 P1.0 上,每隔 0.5 秒闪动一次,任务而此例程运行于内 RAM > 300 Byte 的51内核单片机即可。
ucos 51 lcd原代码
- uC/OS-II在C51下的一个完整的LCD项目源码,ucos 2.0 在C51下应用的一个完整工程,用到了SED1330(LCD320x240), 小汉字库自动提取,字库文件自动生成。-uC / OS-II in the C51 a complete LCD-source projects, CENTER 2.0 C51 under the application of a complete project, uses SED1330 (LCD320x240), small Store aut
uCOS_2.51.rar
- 不用说了,uC/OS2.51官方源代码,此外结合本人心得体会增加了详细地说明,希望对初次使用者能起到一定的帮助作用。适用于uC/OS-II开发工具Borland C3.1剪裁版。 ,Needless to say, uC/OS2.51 official source, in addition to combine my experiences increased detailed descr iption, and I hope to first-time users can play a ro
uCOS-II
- 51单片机上跑uCOS-II操作系统 1.在新建工程的时候Source Group 1 要选择SRC。 2.浮点库C51BFPC.LIB要加入。 3.一定要选择大模式。-51 MCU run on uCOS-II operating system 1. In new construction when the Source Group 1 to select SRC. 2. C51BFPC.LIB floating-point libraries to join. 3. Be sur
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
uCOS2.51CODER
- ucos2 2.52官方源代码 可成功移植-the official source code ucos2 2.52
uCOSIIfor51
- ucos-2 在keil c51 小模式下的移植-ucos-2 for 51
P89V51
- 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的
uCOSII_on_51
- uCOS-II 2.52在51上的移植程序(大模式),很实用的程序,值得参考-uCOS-II 2.52 of the 51 on the transplant program (major mode), very useful program, worth considering
arm_ucos_1.131
- ARM Port of UCOS-II Date : 03.06.2004 Version : 1.13 UCOS-II : Version 2.61 or lesser Tool-chain : SDT 2.51, ADS 1.2 or G-ARM Port of UCOS-II Date : 03.06.2004 Version : 1.13 UCOS-II : Version 2.61 or lesser To
Project
- AVR ATmega32上移至uCOS-II源代码。编译器:ICCAVR6.31a; ucos版本:2.51-ATmega32 move up to uCOS- II source code
uCOS-II-2.52-in-C51
- uCOS-II 2.52在51上的移植程序(大模式)-uCOS-II 2.52 in C51 transplant procedures
uCOS-II-2.52
- 51大端编译源自诏贝贝电子书的ucos2.52,精简代码、缩减RAM,使其能在RAM:512,code:8k的stc单片机中运行;压缩包中还包含proteus仿真文件,方便仿真学习-51 big endian compiled from the Chao Babe eBook ucos2.52, to streamline the code, reduce the RAM, so that it can run in the RAM: 512, code: 8k stc SCM compres
UCOS-II
- 使用Mircosoft Visual C++6.0编译,学习uc/os-ii 2.80版RTOS的范例,展示任务(task)创建,优先级(priority)等,并且示范如何在Mircosoft Visual C++6.0的环境下编译一个工程文件,以取代原文书中使用Borland C++ 4.51 版的编译,提供使用者一个新的选择。--Mircosoft Visual C++6.0 compile learn uc/os-ii 2.80 RTOS example, show the task (t