虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Micrium-<b>ucos-ii-V</b>

  • *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ** RELEASE NOTES *** *** *

    *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ** 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.

    标签: RELEASE NOTES

    上传时间: 2015-04-06

    上传用户:zq70996813

  • uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time k

    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

    标签: the provides required package

    上传时间: 2015-05-21

    上传用户:ainimao

  • 源代码用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a

    源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).

    标签: lt 源代码 动态规划 序列

    上传时间: 2013-12-26

    上传用户:siguazgb

  • LPC2368Kit 开发板的UCOS移植!今天终于在从这个论坛上下载的LPC214X的UCOS移植代码的基础上

    LPC2368Kit 开发板的UCOS移植!今天终于在从这个论坛上下载的LPC214X的UCOS移植代码的基础上,自己做了一些修改,把UCOS-II移植到LPC236X Kit开发板上。编译环境:KEIL FOR ARM,上传上来供大家一起研究。 by silentdawn www.mcu123.net

    标签: UCOS LPC 2368 214X

    上传时间: 2013-12-27

    上传用户:1583060504

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • uC/OS-II是源碼公開的實時嵌入式內核

    uC/OS-II是源碼公開的實時嵌入式內核,其性能完全可以與商業產品競爭。自1992年以來,全世界成千上萬的開發者已經成功地將uC/OS-II應用於各種系統。此份即為 uCOS-II 2.8源碼

    标签: OS-II uC 嵌入式

    上传时间: 2013-11-25

    上传用户:2404

  • 这是一本介绍嵌入式操作系统ucos-ii的经典书籍

    这是一本介绍嵌入式操作系统uc\os-ii的经典书籍,本文中不但介绍了uc\os-ii操作系统的基础,而且介绍了移植的具体事项。

    标签: ucos-ii 嵌入式操作系统 书籍

    上传时间: 2016-10-03

    上传用户:bakdesec

  • Rd_sdmmc 本实验对应的ADS1.2工程, 使用时必须在该目录中的Source文 件夹中放置uC/OS-II 2.52源代码. PC端软件 本实验对应的PC机软件,包括源

    Rd_sdmmc 本实验对应的ADS1.2工程, 使用时必须在该目录中的Source文 件夹中放置uC/OS-II 2.52源代码. PC端软件 本实验对应的PC机软件,包括源代码(VC++ 6.0),可执行文件 名为SDMMC_Reader.exe. ZLG_SD ZLG/SD 软件包 Ver2.0, 可读写SD/MMC卡,支持无操作系统 或操作系统uCos-II, 请阅读这个目录中的readme.txt文件 ZLG_SD使用手册 ZLG/SD 软件包 Ver2.0 使用说明书. 软件包中间件和移植代码 本实验用到的软件包/中间件, 以及移植uCos-II到LPC2200的相关移 植代码. MOS管资料 2SJ355数据手册

    标签: Rd_sdmmc Source OS-II 2.52

    上传时间: 2016-10-13

    上传用户:cainaifa

  • 掌握在uC/OS-II 操作系统下使用ZLG/GUI的基本方法。 1. 启动 ADS 1.2

    掌握在uC/OS-II 操作系统下使用ZLG/GUI的基本方法。 1. 启动 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 个工程 gui_ucos,工程存储在 uCOS-II 目录下。 说明:在 uCOS-II 目录下要保存有 uCOS-II 的移植代码和内核源代码。 2. 建立 C 源文件 Test .c,编写实验程序,保存到 gui_ucos\src 目录下,然后添加到工程 的 user组中。 3. 复制 ZLG/GUI 文件。把 ZLG_GUI 整个目录及文件复制到 gui_ucos\SRC 目录下。 4. 添加 ZLG/GUI 文件。在工程管理窗口中新建一个组 ZLG/GUI,然后在这个组内添 加 gui_ucos\SRC\ZLG_GUI下的所有 C 源程序文件和 GUI_CONFIG.H配置文件。 5. 新建驱动程序,在工程管理窗口中新建一个组 lcd_drive,并将驱动程序添加到工程 的 lcd_drive组中。驱动程序文件名比如:LCDDRIVE.c、LCDDRIVE.H,可以保存 在 gui_ucos\SRC 目录下。 6. 修改 CONFIG.H,增加包含 LCDDRIVE.H 头文件和 ZLG/GUI 的所有头文件,如程 序清单 1.3 所示。

    标签: OS-II GUI ADS 1.2

    上传时间: 2013-12-21

    上传用户:wyc199288

  • 一个uCOS-ARM系统的完整代码

    一个uCOS-ARM系统的完整代码,基于44B0的,6个文件夹. SRC源码文件夹:exio,main UCOS-II文件夹 STARTUP文件夹

    标签: uCOS-ARM 代码

    上传时间: 2014-01-02

    上传用户:lgnf