搜索资源列表
ucos ii中文版(包含范例)
- ucos ii中文版(包含范例)第一章:范例 在这一章里将提供三个范例来说明如何使用 µ C/OS-II。笔者之所以在本书一开始就写这一章是为了让读者尽快开始使用 µ C/OS-II。在开始讲述这些例子之前,笔者想先说明一些在这本书里的约定。 这些例子曾经用Borland C/C++ 编译器(V3.1)编译过,用选择项产生Intel/AMD80186处理器(大模式下编译)的代码。这些代码实际上是在Intel Pentium II PC (300MHz)上运行和测试过,
Arm_Pc
- uCOS-II_LPC2000 pc.c是移植于μCOS-II的PC服务代码(pc.c)
uCOS-II-Transplantable
- 可以在PC机上运行的ucos-ii工程文件包,用borland4.5编译,可以移植到任何文件夹下面。只需要修改其中TEXT.C任务文件即可-Can run on PC machine ucos package works with borland4.5 compiler can be ported to any folder below. Only need to amend the document in which tasks can be TEXT.C
ucos_exam3
- UCOS的源码,它的硬件基础是80186,只要你的电脑只要是INTEL的CPU,就可以在你的电脑上面正常运行,你也可以把它移植到你的MCU,所以这个源码是研究UCOS的最佳选择。-UCOS the source, and its hardware is based on 80,186, as long as your computer as long as it is INTEL' s CPU, on your computer in the normal operation of the
LPC2148_USB_uCOS
- 本软件包含有嵌入式操作系统uC/OS-II下,ARM7内核芯片LPC2148 USB的固件驱动程序。此代码用C语言在ADS1.2集成开发环境中开发并调通,可在实际工程中使用。USB外围电路、PC界面接口代码和使Windows98/2000/XP识别USB的驱动文件以及重要接口函数说明也在压缩包中。-This package mainly contains the USB firmware codes of the LPC2148 under the uC/)S-II operating syst
uCOS_test
- 用以学习邵贝贝版的uCOS在PC上的学习。包含了uCOS的源码,PC上的移植,Boland C++ 4.5,以及个人修改搭建好的开发环境和工程。需要修改TEST\TEST\TEST.C文件,然后再双击MAKETEST.BAT即可生成TEST.EXE的应用程序,可以很方便的学习-uCOS source code,Boland C++ 4.5.To learn uCOS easily.
uCOS-II_BC
- 在windows下用C++Builder创建的测试工程,用于学习实时操作系统-a pc simulation projetc based on C++ Builder and UCOS2,