uCOS-III UsersGuide,ucos的最新版本官方文档
2022-01-06 17:21:17 3.86MB uCOS-III UsersGuide
1
内含原汁原味ucos-iii的代码
2022-01-06 09:26:41 1.03MB ucos
1
\SOFTWARE The main directory from the root where all software-related files are placed. \SOFTWARE\BLOCKS The main directory where all ‘Building Blocks’ are located. With μC/OS-II, I included a ‘building block’ that handles DOS-type compatible functions that are used by the example code. \SOFTWARE\BLOCKS\TO This directory contains the files for the TO utility (see Appendix E, TO). The source file is TO.C and is found in the \SOFTWARE\TO\SOURCE directory. The DOS executable file (TO.EXE) is found in the \SOFTWARE\TO\EXE directory. Note that TO requires a file called TO.TBL which must reside on your root directory. An example of TO.TBL is also found in the \SOFTWARE\TO\EXE directory. You will need to move TO.TBL to the root directory if you are to use TO.EXE. \SOFTWARE\uCOS-II The main directory where all μC/OS-II files are located. \SOFTWARE\uCOS-II\EX1_x86L This directory contains the source code for EXAMPLE #1 (see section 1.07, Example #1) which is intended to run under DOS (or a DOS window under Windows 95). \SOFTWARE\uCOS-II\EX2_x86L This directory contains the source code for EXAMPLE #2 (see section 1.08, Example #2) which is intended to run under DOS (or a DOS window under Windows 95). \SOFTWARE\uCOS-II\EX3_x86L This directory contains the source code for EXAMPLE #3 (see section 1.09, Example #3) which is intended to run under DOS (or a DOS window under Windows 95). \SOFTWARE\uCOS-II\Ix86L This directory contains the source code for the processor dependent code (a.k.a. the port) of μC/OS-II for an 80x86 Real-Mode, Large Model processor. \SOFTWARE\uCOS-II\SOURCE This directory contains the source code for processor independent portion of μC/OS-II. This code is fully portable to other processor architectures.
2022-01-05 20:19:45 371KB uCOS-II源代码
1
LPC2478下ucos移植模板,ucos文件夹存放ucos源代码 ARM文件夹存放支持ucos的底层代码,如进程的切换等。该文件夹根据的cpu不同进行修改。 target文件夹存放开发板配置代码,包括起始代码,目标板初始化等。 user文件夹存放用户代码。
2022-01-05 15:58:58 213KB lpc2478 ucos 移植 ads
1
只需要注册好yeelink账户,记住用户名和密码,将Demo中的yeelinkDefine.h文件中定义的yeelink后台的username和password替换成自己的,此Demo可自动从后台获取ApiKey、自动向后台创建设备和两个传感器(温度和湿度),无需手动登陆后台进行添加,每隔20S向后台自动上传一次DHT11采集到的温湿度数值。
2022-01-04 17:45:44 9MB uCOS
1
基于ARM+ucosⅡ的教学机器人控制系统设计与实现 基于ARM+ucosⅡ的教学机器人控制系统设计与实现
2022-01-03 17:55:09 76KB ARM ucosⅡ 教学机器人 控制系统
1
该程序实现了在UCOS下对内存的管理,包括建立一个内存分区OSMemCreate(),分配一个内存块OSMemGet(),释放一个内存块OSMemPut(),查询一个内存分区的状态OSMemQuery()。 该程序建立了两个内存分区,每个分区分了4个块,每个分区4个字节,为了区分每个分区不同的状态,设立一个随机数RandomSem。 每个分区有5个任务,随机调用每个分区里的4个内存块。 在TaskStart里建立两个分区,在Task里完成分配和释放内存块的任务。 OSMemQuery提供了查询内存块的总数,空闲的内存块,内存块的大小,使用的内存块,指向空闲内存块链表首地址的指针。
1
STM32F105单片机控制LED屏的代码,使用了UCOSII框架。
2022-01-01 00:41:17 1.5MB STM32F105 LED屏 UCOSII
1
电子-阿波罗H743EMWIN实验2STemWin带UCOS移植支持10.1寸屏.rar,综合电子技术正点原子技术支持板块
1
lpc2468 操作系统ucos工程模板
2021-12-30 21:27:05 464KB lpc2468 操作系统ucos工程模板
1