搜索资源列表
z-z80
- ucos在z80上的移植-CENTER Z80 in the transplant
ucos-ZLG-PPT
- 周立功内部UcOS讲解文档,非常好啊,讲解非常详细,结合例子-ZLG internal UcOS explain the document, very good, explaining in great detail, combined with examples
ucos.ZIP
- ucos移植到TMS470 的案例,TMS470是德州仪器基于ARM公司的定点和浮点内核的32位工业汽车微控制器。本程序将uc/os移植到上面,作为模版,可根据需要编写应用代码。-cases on ucos transplanted to TMS470 .TMS470 is a 32-bit industry automotive microcontroller based on ARM company s fixed and floating_point core.This program i
Micrium-uCOS-II-V286
- Micrium-uCOS-II-V286的官方源码,内容真实强大-Micrium-uCOS-II-V286 official source, the contents of the real strong
Micrium-AnalogDevices-uCOS-II-Blackfin-BF53x-GNU.z
- ucos 2.86 for bf533(gun)
LM3S8962
- 基于LM3S8962的uC/OS移植代码!是已经移植好的代码包!-Based LM3S8962 in uC/OS porting the code! Is a good code package has been ported!
实验 6 消息邮箱通信设计
- (1)创建两个任务,任务 1 不断循环发送字符 A~Z,通过邮箱的方式传递数据给任务 2,任务2 将从任务 1 收到的数据通过显示器显示输出。提示:定义 StrMbox 邮箱用来传递消息。 (2)设计 Task1、Task2、Task_Start 三个任务,Task_Start 负责创建 Task1 和 Task2 任务并创建邮箱 StrMbox。Task1 任务负责从键盘接收字符串(exit 结束),并把字符串发送至邮箱 StrMbox,Task2 负责从邮箱接收字符串并输出到显示器。要求用