搜索资源列表
GENIE-SHELL
- Genie-shell for ucos 一、 基本要求(必做) (1) 设计并实现ucos的shell模型 (2) 实现简单的Shell命令 hostname命令在屏幕上打印一句话,即自定义的本机名称。 hello 命令可以带多个参数,如hello a b c d,回车后会显示: hello,I am Genie your argv is: a b c d (3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和L
1111
- ucosii源码的中文注解 很好的,感谢这些高手的共享-Chinese source ucosii good comments, thank you for sharing these
ucosvc
- 演示程序键盘命令(回车结束) t1:获取版本 t2:ucos任务测试1 t3:ucos任务测试2 t4:内含Timer测试 t5:ucos设置优先级组PRI(std1)==PRI(std2)(本人对ucos改进,设定一组优先级为相同优先级,采用轮转方式,任务std1,std2相同优先级) t6:ucos取消优先级组PRI(std1)!=PRI(std2) t9:取消显示(统计显示,std1/2显示) t91:统计显示(实时显示一些信息如统计任务信息)
pZLG_USB23xxVr
- zlg_usb协议栈是周立功公司开发的一款开放的usb源代码,他是专为ucos系统设计的,支持所有usbb硬件,在移植的过程中只需要简单修改硬件初始化函数就可以,本人在lpc2300处理器上调试通过 -zlg_usb protocol stack Zhou, who has developed an open usb source code is designed for ucos system design, support for all usbb hardware, in the t
bluemoon0507
- ucos ii在DSP2812上的移植,此程序并非完全本人写完,而是从网上下载学习后,将部分软中断,直接改为调用,进行任务切换,仅供学习之用,开发环境是ccs2.0-Ucos ii DSP2812 in the transplantation, the program is not entirely I finished writing, but downloaded from the Internet learning, will be part of the soft interrupt,
os_core.c.tar
- this the source code of ucos, it contains the main function.* Note: Index into table is bit pattern to resolve highest priority * Indexed value corresponds to highest priority bit position (i.e. 0..7)-this is the source code of ucos, it contains th