Welcome![Sign In][Sign Up]
Location:
Search - ucos 2.00

Search list

[Other resourceucosiinote

Description: ucos的PDF书籍、2.00源码以及我的学习心得
Platform: | Size: 927946 | Author: mn | Hits:

[ARM-PowerPC-ColdFire-MIPSMIPS_UCOS_1.00

Description: 用UCOS系统实现的MIPS平台源码,很不错的资料,源码可以直接用的-UCOS systems using the MIPS platform source, very good information source can be used directly
Platform: | Size: 145408 | Author: 李凡 | Hits:

[OS Developucosv251源代码

Description: *** *** *** *** *** *** *** *** *** *** RELEASE NOTES *** *** ***** *** *** *** *** *** *** *** 1) RELEASE NOTES: --- ---- The release notes are now provided in PDF format in the file: \SOFTWARE\uCOS-II\DOC\RelV251.PDF 2) FEATURES SINCE V2.00: --- --- ----- All the features added since V2.00 are described in the PDF file: \SOFTWARE\uCOS-II\DOC\NewV251.PDF 3) EVENT FLAGS: -------------- Event Flags are discussed in AN-1007 (see www.Micrium.com/app_notes.htm) 4) QUICK REFERENCE CHART: ------------------------ A Quick Reference Chart for all the functions in V2.51 is provided in the following .PDF files: \SOFTWARE\uCOS-II\DOC\QuickRefChartV251-Color.PDF Once printed, simply FOLD the page in half and if you have a LAMINATION machine, you can protect the chart by laminating it.-UcOs Operation System V2.51 with source code. the OS can used for PC/ARM/MCU,etc.For more detail,to view the package.
Platform: | Size: 1013760 | Author: 王陈 | Hits:

[uCOSsdrw

Description: UCOS2的SDMMC卡读写模块,SD/MMC卡读写模块V2.00, 支持SD卡和MMC卡, 支持实时操作系统UCOS-II, 也支持在没有实时操作系统下使用-UCOS2 the SDMMC card reader module, SD/MMC Card Reader V2.00 module, SD Card and MMC cards, and real-time operating system UCOS-II, also support in the absence of the use of real-time operating systems
Platform: | Size: 27648 | Author: wish | Hits:

[uCOSucosii-8051

Description: uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example-uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example
Platform: | Size: 18432 | Author: ping | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的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页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[uCOSDisplayerEx3

Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp, you could Project-
Platform: | Size: 5120 | Author: 邢兰停 | Hits:

[uCOSUCOS-II_SOURCE

Description: ucos-II各版本内核.共5个,从V2.00到最稳定的V2.76!-OUT-II version of the kernel. A total of five, from V2.00 of the most stable V2.76!
Platform: | Size: 6120448 | Author: zxg | Hits:

[uCOSuCOS-II2.8

Description: V2.8 uc/os移植到PC机上运行,希望可以给学习嵌入式的朋友一点帮助-V2.8 uc/os transplant on PC, hoping to learn Embedded 1:00 friends! !
Platform: | Size: 90112 | Author: 徐冬 | Hits:

[uCOSSDMMC

Description: SDMMC卡读写模块 1. ZLG_SD读写模块V2.0: SD/MMC卡读写模块V2.00, 支持SD卡和MMC卡, 支持实时操作 系统UCOS-II, 也支持在没有实时操作系统下使用 2. SDMMCExam: SD/MMC卡读写模块V2.00 使用方法的一个例子 3. 相关中间件和移植代码: SDMMCExam例子 用到的相关中间件和移植代码 4. PC机程序: SDMMCExam例子 的PC机程序,请直接使用本目录下的SDExample.exe. -SDMMC Card Reader Module 1. ZLG_SD Module V2.0 : SD/MMC Card Reader V2.00 module, support SD cards and MMC cards, Real-time operating system support UCOS-II, also support in the absence of real-time operating systems use two. SDMMCExam : SD/MMC Card Reader V2.00 modules use a method of Example 3. Middleware and transplant-related code : SDMMCExam examples used in the transplant and related middleware code 4. PC : SDMMCExam example of the PC process, Please direct use of SDExample.exe Catalog.
Platform: | Size: 302080 | Author: 白哈 | Hits:

[uCOSucosiinote

Description: ucos的PDF书籍、2.00源码以及我的学习心得-uCOS of PDF books, 2.00 source code as well as my learning experience
Platform: | Size: 927744 | Author: mn | Hits:

[SCMucos

Description: 99秒马表,在Proteus设计两个数码管动态显示及一个键盘SP。在ucos下结合keil完成开始时,显示“00”,第1次按下SP后就开始计时。 第2次按SP后,计时停止。第3次按SP后,计时归零。-99 seconds stopwatch, two in the Proteus design dynamic digital tube display and a keyboard SP. Keil in combination ucos completed under the beginning of the show " 00" , 1st timer after pressing the SP. 2nd by SP, the time to stop. The 3rd by the SP, the time zero.
Platform: | Size: 353280 | Author: zero | Hits:

[uCOSucos_ii

Description: 嵌入式操作系统µ C/OS-II在瑞萨M16C/62单片机上移植的完整例程。 芯片型号为M30620FCAFP 开发环境: TM (Tool Manager) 调试器: KD30 编译器: NC30WA V 4.00 R2 晶振:16M-Embedded operating system μC/OS-II in the Renesas M16C/62 microcontroller on the transplantation of a full routine. Chip model M30620FCAFP development environment: TM (Tool Manager) debugger: KD30 compiler: NC30WA V 4.00 R2 Crystal: 16M
Platform: | Size: 194560 | Author: dulong | Hits:

[uCOSDSP__RAM_UCOS_2.00

Description: 关于嵌入式实时操作系统UCOS的完整代码,有注释,已移植值TMS320F28335上-UCOS embedded real-time operating system on the complete code, with annotations, has been transplanted on the value of TMS320F28335
Platform: | Size: 1717248 | Author: sufei | Hits:

[uCOSMicrium-Book-uCOS-III-STM32F107

Description: μC/OS-III V3.02.00 is Source Available: The Real-Time Kernel for the STMicroelecronics STM32F107 source-μC/OS-III V3.02.00 is Source Available: The Real-Time Kernel for the STMicroelecronics STM32F107 source
Platform: | Size: 21186560 | Author: | Hits:

[uCOSuCOS-II_V2.00

Description: uCOS_V2.00源代码 uCOS_V2.00源代码-uCOS_V2.00 sourcecode uCOS_V2.00 sourcecode
Platform: | Size: 264192 | Author: 马俊锋 | Hits:

[uCOSuCOS-III-x86

Description: uCOS-III x86是uCOS-III基于x86平台的移植实例,总共两个内核版本:最新 Version : V3.03.00 和次新 Version : V3.02.00。-uCOS-III x86 uCOS-III based on the x86 platform transplantation instance, a total of two kernel version: Latest Version: V3.03.00 and the Conference of New Version: V3.02.00.
Platform: | Size: 7894016 | Author: 华兄 | Hits:

[uCOSDjStm32uCOSIII-V0.01.00

Description: STM32F103VE(库文件版本V3.5.0)+uCOS-III(版本V3.02.00)+IAR版本5.40,实现LED闪烁-STM32F103VE (library file version V3.5.0)+ uCOS-III (version V3.02.00)+ IAR version 5.40, to achieve LED flashes
Platform: | Size: 9800704 | Author: role_2099 | Hits:

[uCOS00.STM32F103ZET6_7inch-uCOSPuCGUI

Description: Application demo UCOS 7 Inch TFT-uCgui STM32F103ZET6 demo a-Application demo UCOS 7 Inch TFT-uCgui STM32F103ZET6 demo app
Platform: | Size: 15320064 | Author: George | Hits:

[uCOSMicrium_CodeSourcery_uCOS-II_M14K

Description: MIPS 1400的uCOS-II源码,版本V1.29.00.00。Micrium发布的标准版。-uCOS-II source code for MIPS 1400
Platform: | Size: 16384 | Author: guoyong | Hits:
« 12 »

CodeBus www.codebus.net