搜索资源列表
ucos-ii_vcc
- 在ucos_ii基础上加上网络功能,建议你在学习该软件的使用,首先先大致浏览一下ucos_ii的相关资料(转发)。-in ucos_ii basis with network function, I suggest you study in the use of the software, the first to broadly ucos_ii glance at the relevant information (transponders).
arm_exam_ucosii
- ARM开发实例教程,介绍ARM7TDMI处理器以及uc/osII在其上的移植,个人认为值得一看!-ARM example guides, introducing ARM7TDMI processor and uc / osII in its previous transplant, I think it is worth looking at!
ucos+net
- C++程序源代码 在ucos_ii基础上加上网络功能,串口调试, 在vc6.0 + masm.611下编译通过,该软件仅供学习使用。 建议你在学习该软件的使用,首先先大致浏览一下ucos_ii的相关内容-C source code based on the ucos_ii with network function, serial debugging, the compiler under vc6.0 masm.611 passed, the only learning to use the s
embedded system paper1
- 介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducing the advanced register based CPU architecture i.e., the MCS 251 microcontroller architecture. The register based CPU supports a 40-byte register file
myUCOS
- 编译后可在x86上裸奔的ucosII!!! 编译脚本参见TEST.MAK c语言编译器是BC45,汇编语言编译器是tasm 连接后先生成的是test.exe。 参见MAKETEST.BAT 执行exe2bin test.exe后输入0800或8000,好像是输入0800,我记不清了。两个都可以试试。 loader.bin的作用是吧test.bin加载到内存地址0x8000处,其源码我没有了。可以参考软件Emu8086.v4.05里的一个汇编例子,它的名字大概就叫一个简单的操作系统
ucosII
- ucosII在arm7上的移植实验,我已在arm7开发板调试好了可以直接移植到arm7的开发板平台上。-ARM7 at ucosII on the transplant experiments, I have good debug ARM7 development board can be directly transplanted to ARM7 development board platform.
Micriumucos
- 这个是ucos官方网上下载的,ucos下的非常完整的商用的TCP/IP协议栈,对开发ucos下的网络产品的朋友来说是无价之宝,对想学习TCP/IP协议栈的朋友来说是最好的学习源码.更可贵的是,它还有完整的PDF资料.同时ucos也是最新版本V2.86,比较旧版本,它增加了对定时器的管理.在此贡献给大家,同时希望搞嵌入式的工程师们共同繁荣中国的嵌入式事业!-This is the official online ucos download, ucos under the very integrit
bootloader
- 介绍怎么给ucos做bootloader 建议大家看看 虽说不是我自己做的 但是我感觉很好的讲解-How do ucos introduced to suggest that you look at the bootloader though not my own but I feel very good on
iobeep
- 利用ucos的时间tick,对I/o端口(比如Beep)进行一定频率(频率可设定)的操作-Utilizing the time tick fuction of uCos, to set/unset one output port at a specified frequency(i.e. Beep function)
mouse
- 电脑鼠参赛程序,基于C语言,针对的cpu是LM3S615,开发环境是IAR for ARM。调试可用-The program that I participated in " Mouse Maze Contest" the award-winning set of procedures, the program aimed at cpu is LM3S615,byIAR for ARM.
ucos2
- uC/OS-II源码分析 在这里我不想分模块来慢慢分析这个OS的行为,我们从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。-uC/OS-II source code analysis, and here I do not want to analyze this sub-module and slowly OS behavior, we run from the CPU
MainTask_Clock_Demo
- 基于UCGUI3.98,h文件配置的240*240尺寸,8bit per pixel。如果编译不过打开guiconf.h里的一些宏。 该文件实现一个时钟,绘制时钟背景可以使用纯色背景,bitmap背景,jpeg背景。绘制时钟的指针可以使用Line或者多边形。切换这些功能使用宏控制,详情见文件开头部分的"Ctrl Marco Begin" 至 "Ctrl Marco End" 之间的用于控制绘制模式的宏及其相应注释。 整套代码包含许多注释,方便初学者