Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - directory
Search - directory - List
ucosII2.76在winavr(20050214版本)下的程序包,用pn打开目录下的工程,运行make all工具即可编译可用,绝对可用. winavr如用2006版本,需要把文件中包含文件signal.h改为interrupt.h(可能在includes.h中改一处即可) -ucosII2.76 in winavr (20050214 version) under the package, pn Open directory with the project, run can make all tools available compiler, absolutely available. winavr As the 2006 version, the need to document contains documents signal.h read interrupt.h (possibly in inclu des.h which can be changed a)
Date : 2025-12-30 Size : 120kb User : 张华敏

Turbo C 3.0 + UCOS2 + UCGUI PC学习版本, 在csword网友的基础上改正了一个BGI的小问题,并 加入了IDE环境:Turbo C++ 3.0 带路径直接解压到到D:\根目录就能用, 解压后,请运行d:\myworks\tc\tc.exe 而后打开项目选择d:\myworks\tc\bin\ucgui\ucgui.prj 而后按Ctrl+F9下运行即可。 注意运行后在WinXP全屏下会没有响应, 建议在Vmware下或纯DOS环境运行。-Turbo C 3.0 UCOS2 learning UCGUI PC version, in csword Netizen corrected on the basis of a small BGI, and joined the IDE environment : Turbo C 3.0 with a direct path to extract to the D : \ root directory can be used, unpacked, run d : \ myworks \ tc \ tc.exe then open the project selection d : \ myworks \ tc \ bin \ ucgui \ ucgui.prj then press Ctrl F9 can operate. Attention after the WinXP operating under full screen will not respond to the proposal, under VMware or pure DOS operating environment.
Date : 2025-12-30 Size : 4.45mb User : 王萧风

在纯DOS下运行的TurboC3_ucos2_ucgui bug改进版本,直接解压到D:\根目录下,运行D:\myworks\tc\bin\tc.exe,打开project,打开ucgui目录下的ucgui.prj,而后按Ctrl+F9编译并运行!-in pure running under DOS TurboC3_ucos2_ucgui bug improved version directly to extract D : \ root directory, typing D : \ myworks \ tc \ bin \ tc.exe open project, opened ucgui ucgui.prj the directory and then press Ctrl F9 compile and run!
Date : 2025-12-30 Size : 5.13mb User : 王萧风

DL : 0
Redboot 源码,仅为学习之用, 供参考-Redboot source, the study used only for reference
Date : 2025-12-30 Size : 280kb User : haha

DL : 0
zlg公司为以太网Ethernet编写的工程模版,工作于ucosII操作系统,可直接复制到ads1.2安装目录下的模版目录即可运用-zlg Ethernet Ethernet for the preparation of the project template, in ucosII operating system, can be directly copied to the installation directory ads1.2 the template directory can be used
Date : 2025-12-30 Size : 91kb User : 王林

DL : 0
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
Date : 2025-12-30 Size : 18kb User : ping

DL : 0
这个例子如果运行,将在仿真的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-
Date : 2025-12-30 Size : 6kb User : 邢兰停

DL : 0
这个例子是例子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-
Date : 2025-12-30 Size : 5kb User : 邢兰停

Micrium专门针对AT91SAM7X256发布的网卡驱动源码,目录结构符合Micrium新标准,该网络CPU的开发板原理图在ATMEL网上公布了的。-Micrium specific AT91SAM7X256 issued by the NIC driver source code, Micrium directory structure conforms with the new standards, The network CPU board development in ATMEL diagram of the online publication.
Date : 2025-12-30 Size : 17kb User : 富兰克张

DL : 0
UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested. -UCOS/II for ICCAVR- The version of UCOS/II is 2.04-the original port was done by Ole Saethe r for the IAR compiler. Jens E. Holtegaard porte d one version using ICCAVR. Joerg Meyer did anot her port (using Jens port as a start). This is bas ically Joerg's port plus a little bit of changes a nd documentation by me.- YOU MUST DOWNLOAD THE M AIN PART OF THE UCOS/FROM THE UCOS II/II WEBSITE http :// www.ucos- ii.com. The supplied project file assumes the portable source is in the .. \ source directory.- Joerg couple has written document showing the stack frames etc.. but it is in German :-) They are included in this directory.- The Ti mer2 overflow interrupt is used for Timer tick. If you want to change that. modify os_cpu_c.c and os_cpu_a.s- I have teste d this using ATMeg
Date : 2025-12-30 Size : 196kb User : zhjol

DL : 0
2407的移植版本现在网上流行有好几个,有些或项目结构不清晰,有些则包含比较多 的汇编文件或者作者自定义文件,对初学者不太好用。笔者希望提供一个能直接使用 CCS 打开的项目版本,为DSP 和嵌入式系统的初学者提供一点方便^_^。此目录结构 参考王潞钢老师的《DSPC2000程序员高手进阶》的介绍,窃以为适合DSP爱好者作为 C2000的工程模板使用。以后有空将继续进行改进进出临界区的方法,目前是使用直接 开关中断。-Transplantation 2407 version now has a number of popular online, and some or project structure was not clear, some are included in the compilation of a relatively large number of documents or author custom documents, not useful for beginners. I hope to provide a direct use of CCS projects open version for DSP and embedded systems provide a bit easier for beginners ^ _ ^. This directory structure reference Wang Lu Gang teacher
Date : 2025-12-30 Size : 138kb User : 王为

DL : 0
ucFS的加强版,含完整代码,原版的ucFS不支持长文件名和中文(因为不支持UNICODE). 经本人修改目前已经支持长文件名,长目录名等,同时定义了自己的扩展UNICODE支持,可用于显示中文,日文等文件名。而且对FAT表操作做了处理,将FAT信息放在内存中,有效提高文件FSEEK的速度,已经应用到公司的项目中,对嵌入式应用中随机读写文件效果很明显!-ucFS the enhanced version, with complete code, original ucFS does not support long file names and Chinese (because they do not support UNICODE). After I have been changes to the existing support long file name, directory name, such as long, while the expansion of the definition of its own UNICODE support, available display Chinese, Japanese, such as file name. But also to the FAT table to do a deal with the operation will be FAT information in memory, effectively improve the speed of file fseek, have been applied to the company s projects, of embedded applications in random effects is clear to read and write files!
Date : 2025-12-30 Size : 145kb User : directsex

DL : 0
ST32F10xxx+uCOSII2.85在Keil 3.15b下源代码,这个是根据官方源码移植的,去掉了LCD驱动,目录结构简单化了,在ST32F103C8下使用ULINK调试通过(LED闪烁),可以直接添加任务.原来的官方源码和如何在3.15b下使用ULINK都上传了,希望站长不要删了-ST32F10xxx+ UCOSII2.85 in under Keil 3.15b source code, this is a transplant, according to official source, removed the LCD-driven, simplified directory structure, in ST32F103C8 debugging through the use of ulink (LED blinking), you can directly add mission . the original official source and how to use 3.15b ulink are uploaded, I hope regulators will not delete the
Date : 2025-12-30 Size : 435kb User : xu

E:\2410-S V4.0 06.08.21\UCOS V5.0\Exp15 文本框控件 做本实验之前将u12x12和u16x16字库下载到Flash中ucos目录下。-E: ? 0-S V4.0 06.08.21UCOS V5.0Exp15 text box controls to do this experiment before and u12x12 font u16x16 uCOS downloaded to Flash in the directory.
Date : 2025-12-30 Size : 3.41mb User : sunyee

DL : 0
ucos2完整的工程文件,已经在S3C44B0X通过调试,View目录可以用来看源码。-ucos2 complete engineering documents have been adopted in S3C44B0X debug, View view-source directory can be used.
Date : 2025-12-30 Size : 376kb User : 郑佳

usoc在北京博创兴业有限公司的实验平台s3c2410上运行。 2. 各实验的全部源代码分别存放在各实验目录下面。-USOC in Beijing Fiberxon Limited experimental platform to run on S3C2410. 2. The experiment all the source code stored in the experiment were the following directory.
Date : 2025-12-30 Size : 47.88mb User : jackbu

uC/OS-II for S3C2410 MDK版 ----------------版本----------------- 核心版本:V2.86 原版 移植版本:AN-1014 原版 其余部分取自 bobey ---------------编译器--------------- RealView MDK-ARM Version:3.24 测试正常 ----------------目录---------------- /Application 应用程序文件夹 /bsp BSP /doc 支持文档 /output 输出文件 /S3C2410port S3C2410移植文件夹 /ucos ucos核心文件夹 ucos2.Uv2 工程文件 SDRAM.ini 调试内存配置文件 ----------------其他----------------- 支持中断嵌套,嵌套层次不可过多,否则堆栈溢出会导致系统崩溃。-uC/OS-II for S3C2410 MDK version--------------------------------- core version version: V2.86 original transplantation version: AN-1014 from the rest of the original bobey--------------- compiler--------------- RealView MDK-ARM Version: 3.24 directory the tests are normal--------------------------------/Application Applications folder/bsp BSP/doc support document/output output file/S3C2410port S3C2410 transplantation folder/ucos ucos core project file folder ucos2.Uv2 memory debugging configuration file SDRAM.ini other--------------------------------- support interrupt nesting, nested level can not be too much, otherwise stack overflow will result in system crashes.
Date : 2025-12-30 Size : 1.27mb User : gavinxu

Each RTOS port has a demo application to demonstrate it s use. + The Demo/Common directory contains the demo application files as described on the http://www.FreeRTOS.org WEB site. Each file creates one or more tasks. The files in the Demo/Common directory are used by every demo application for every port. + All the other directories contain a project or makefile for the demo application targeted at a particular microcontroller. For example, if you are interested in the ATMega323 demo application then the ATMega323 directory contains the relevant makefile. The makefile includes files from the Demo/ATMega323 and the Demo/Common directories. If this is the only port you are interested in then all the other directories can be ignored. -Each RTOS port has a demo application to demonstrate it s use. + The Demo/Common directory contains the demo application files as described on the http://www.FreeRTOS.org WEB site. Each file creates one or more tasks. The files in the Demo/Common directory are used by every demo application for every port. + All the other directories contain a project or makefile for the demo application targeted at a particular microcontroller. For example, if you are interested in the ATMega323 demo application then the ATMega323 directory contains the relevant makefile. The makefile includes files from the Demo/ATMega323 and the Demo/Common directories. If this is the only port you are interested in then all the other directories can be ignored.
Date : 2025-12-30 Size : 565kb User : ha tuong

DL : 0
本目录下是sourceinsight3.0和ArmProjectManager的工程文件。 startup里是和系统初始化相关的文件。 inc里包括了一些库函数声明和数据类型预定义。 src里的是主文件和一些常用函数的源代码。 ucos里包括了uCOS-II的全部文件。 其余的目录是编译器和连接器的工作目录。-This directory is sourceinsight3.0 and ArmProjectManager under the project file. where is the startup and system initialization related files. inc to include in the statement of some library functions and data types predefined. src Lane is the main file and the source code for some commonly used functions. ucos prices include all documents uCOS-II. The rest of the directory is the compiler and linker working directory.
Date : 2025-12-30 Size : 213kb User : 王先生

DL : 0
在ADS环境下的LPC213X系列的工程开发模板,直接添加到ADS的安装目录下使用,快速编程,仅适用与uCos-In the ADS environment LPC213X series of engineering development template, added directly to the ADS installation directory to use, fast programming, only with uCosII
Date : 2025-12-30 Size : 24kb User : 张高敏
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.