ucos+ucgui sim

所属分类:Windows编程
开发工具:C/C++
文件大小:18863KB
下载次数:12
上传日期:2018-05-19 10:46:17
上 传 者连云平江
说明:  这个是ucos和ucgui pc模拟器资料,供有需要人参考
(This is the UCOS and ucGUI PC simulator source code)

文件列表:
ucos+ucgui sim\App\app_cfg.h (207, 2008-01-10)
ucos+ucgui sim\App\MainApp.c (62511, 2015-10-02)
ucos+ucgui sim\GUI\gdi\display.c (20954, 2008-01-09)
ucos+ucgui sim\GUI\gdi\display.h (6169, 2008-01-09)
ucos+ucgui sim\GUI\mfw\mfw_app.c (376, 2009-03-29)
ucos+ucgui sim\GUI\mfw\mfw_app.h (90, 2009-03-28)
ucos+ucgui sim\GUI\mfw\mfw_button.c (32047, 2006-12-18)
ucos+ucgui sim\GUI\mfw\mfw_button.h (4357, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_cfg.h (116, 2008-01-09)
ucos+ucgui sim\GUI\mfw\mfw_dialog.c (32047, 2006-12-18)
ucos+ucgui sim\GUI\mfw\mfw_dialog.h (4434, 2006-12-18)
ucos+ucgui sim\GUI\mfw\mfw_edt.c (57962, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_edt.h (6750, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_gbk_unicode.c (499801, 2006-11-13)
ucos+ucgui sim\GUI\mfw\mfw_icn.c (8139, 2006-11-07)
ucos+ucgui sim\GUI\mfw\mfw_icn.h (1533, 2006-11-03)
ucos+ucgui sim\GUI\mfw\mfw_kbd.c (21422, 2006-02-21)
ucos+ucgui sim\GUI\mfw\mfw_kbd.h (5306, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_lng.c (7856, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_lng.h (2425, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_mfw.c (17385, 2009-03-28)
ucos+ucgui sim\GUI\mfw\mfw_mfw.h (5535, 2009-03-28)
ucos+ucgui sim\GUI\mfw\mfw_mme.c (27060, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_mme.h (4057, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_mmi.c (19458, 2006-11-03)
ucos+ucgui sim\GUI\mfw\mfw_mmi.h (2306, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_mnu.c (96391, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_mnu.h (9295, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_str.c (5763, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_str.h (1493, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_sys.h (125, 2006-11-13)
ucos+ucgui sim\GUI\mfw\mfw_td.c (26095, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_td.h (2952, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_tim.c (18231, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_tim.h (2950, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_touch.c (21422, 2006-02-21)
ucos+ucgui sim\GUI\mfw\mfw_touch.h (5306, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_utils.c (12727, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_utils.h (1520, 2005-12-03)
ucos+ucgui sim\GUI\mfw\mfw_win.c (21621, 2006-12-30)
... ...

uC/OS-II, The Real-Time Kernel DISTRIBUTION Version 2.80 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: (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.Micrium.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)

近期下载者

相关文件


收藏者