uCOS-II_Mage128

所属分类:uCOS/RTOS
开发工具:C/C++
文件大小:1012KB
下载次数:162
上传日期:2008-12-01 09:45:03
上 传 者jie802371
说明:  移植ucos2.76到mega128中软件仿真成功。 需要在iccavr7.13中编译,软件仿真AVR Studio 4.12。下载后将其解压到d下编译,否则可能要修改iccavr 的环境变量。就是菜单project下的Options选择paths进行设置。
(Transplantation ucos2.76 to mega128 success in software simulation. The need for compiling iccavr7.13, software simulation AVR Studio 4.12. Download after decompression to d under the compiler, or else we may want to modify the environment variable iccavr. Project is under the Options menu to choose paths set.)

文件列表:
MICRIUM\app.s (16130, 2007-09-15)
MICRIUM\includes._h (544, 2004-12-06)
MICRIUM\test.prj (1181, 2007-10-06)
MICRIUM\TEST.SRC (144, 2007-10-05)
MICRIUM\vectors.s (889, 2004-02-06)
MICRIUM\说明.txt (197, 2007-10-05)
MICRIUM\Source\os_core.c (66261, 2003-04-04)
MICRIUM\Source\os_dbg_r.c (10379, 2004-12-06)
MICRIUM\Source\os_dbg_r._c (10346, 2003-04-02)
MICRIUM\Source\os_flag.c (52721, 2003-04-04)
MICRIUM\Source\os_mbox.c (24335, 2004-12-06)
MICRIUM\Source\os_mbox._c (24395, 2003-04-13)
MICRIUM\Source\os_mem.c (17721, 2004-12-06)
MICRIUM\Source\os_mem._c (17781, 2003-04-01)
MICRIUM\Source\os_mutex.c (29111, 2003-04-01)
MICRIUM\Source\os_q.c (36576, 2003-04-01)
MICRIUM\Source\os_sem.c (20339, 2003-04-01)
MICRIUM\Source\os_task.c (45111, 2004-12-06)
MICRIUM\Source\os_task._c (45113, 2004-12-06)
MICRIUM\Source\os_time.c (10081, 2003-04-02)
MICRIUM\Source\ucos_ii.c (982, 2003-04-02)
MICRIUM\Source\ucos_ii.h (51679, 2004-12-06)
MICRIUM\Source\ucos_ii._h (51683, 2004-12-06)
MICRIUM\Source\os_cfg_r._h (8429, 2003-04-03)
MICRIUM\ICC\os_dbg.c (11621, 2004-12-06)
MICRIUM\ICC\os_dbg._c (11678, 2004-12-06)
MICRIUM\ICC\os_cpu.h.bak (5375, 2004-02-05)
MICRIUM\ICC\os_cpu.h (5720, 2007-09-16)
MICRIUM\ICC\os_cpu_c.c.bak (15009, 2007-09-17)
MICRIUM\ICC\os_cpu_a.s.bak (17997, 2007-09-17)
MICRIUM\ICC\os_cpu_a._s (17997, 2007-09-20)
MICRIUM\ICC\os_cpu_c._c (15103, 2007-09-20)
MICRIUM\ICC\os_cpu_a.s (17994, 2007-09-20)
MICRIUM\ICC\os_cpu_c.c (15011, 2007-09-20)
MICRIUM\Doc\QuickRefChart-Color.pdf (45044, 2004-02-04)
MICRIUM\Doc\ReleaseNotes.pdf (195161, 2004-02-03)
MICRIUM\Doc\Task-State-Diagram.pdf (29357, 2003-11-21)
MICRIUM\Doc\TaskAssignmentWorksheet.pdf (10965, 2003-11-12)
MICRIUM\Doc\TaskAssignmentWorksheet.XLS (17920, 2003-11-12)
... ...

uC/OS-II, The Real-Time Kernel DISTRIBUTION Version 2.76 READ ME FILE ****************************************************************************** ******************************* LICENSING TERMS ****************************** ****************************************************************************** Even if C/OS-II is provided in source form, C/OS-II is NOT freeware NOR open source software. You are NOT allowed to distribute the source code for C/OS-II without written consent from Micrim. You need to obtain an 'Object Code Distribution License' to embed C/OS-II in a product that is sold with the intent to make a profit or, if the product is not used for education or 'peaceful' research. You need to contact Micrim for licensing details. ****************************************************************************** ****************************** TABLE OF CONTENTS ***************************** ****************************************************************************** 1) Reporting problems 2) Software Upgrades 3) Release Notes /*$PAGE*/ ****************************************************************************** ***************************** REPORTING PROBLEMS ***************************** ****************************************************************************** If you find a problem (i.e. bug) in uC/OS-II, do not hesitate to report the problem to either: 1) Through the INTERNET: My INTERNET address is: Jean.Labrosse@Micrium.com 2) By writing to me at: Micrium 949 Crestview Circle Weston, FL 33327 U.S.A. c/o: Jean J. Labrosse 3) By calling Micrium, Inc.: (954) 217-2036 (954) 217-2037, FAX Make sure that the problem you are reporting is in uC/OS-II and not your application. If you in fact discover a bug in uC/OS-II, check the uC/OS-II web site for a list of known bugs and their fixes: www.uCOS-II.com If you are using an older version, you should first get the lastest version. /*$PAGE*/ ****************************************************************************** ****************************** SOFTWARE UPGRADES ***************************** ****************************************************************************** As you can see, I have been trying to support uC/OS (i.e. V1.xx) and now, uC/OS-II. When bugs are found, I do my best to promptly correct them. It is virtually impossible to notify everybody that purchased the code (i.e. the diskette) to tell them that a new version is available. You should occasionally check the uC/OS-II WEB site (www.ucos-ii.com) or the Micrium web site (www.Micrium.com) to see what version is currently shipping. I will not be upgrading the publisher everytime I add new features to uC/OS-II. I would highly suggest that you resist changing the STYLE of the code unless you don't mind spending many hours doing so everytime you upgrade. /*$PAGE*/ ****************************************************************************** ******************************** RELEASE NOTES ***************************** ****************************************************************************** 1) RELEASE NOTES: ---------------- The release notes are now provided in PDF format in the file: \Micrium\Software\uCOS-II\Doc\ReleaseNotes.PDF 2) FEATURES SINCE V2.00: ----------------------- All the features added since V2.00 are described in the PDF file: \Micrium\Software\uCOS-II\Doc\WhatsNewSince-V200.PDF 3) QUICK REFERENCE CHART: ------------------------ A Quick Reference Chart for all the functions in V2.7x is provided in the following .PDF files: \Micrium\Software\uCOS-II\Doc\QuickRefChart-Color.PDF If you have a LAMINATION machine, you can protect the chart by laminating it. 4) REFERENCE AND CONFIGURATION MANUALS: -------------------------------------- A number of services and configuration constants have been added to V2.61 and a new Reference and Configuration Manual (Chapter 16 and 17 in the MicroC/OS-II 2nd Edition book) have been updated and included in .PDF format on this distribution. These documents are found in: \Micrium\Software\uCOS-II\Doc\uCOS-II-RefMan.PDF (Chapter 16) \Micrium\Software\uCOS-II\Doc\uCOS-II-CfgMan.PDF (Chapter 17)

近期下载者

相关文件


收藏者