搜索资源列表
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).
CF_IDE接口源码
- CF卡在ucFs中的底层驱动接口移植函数,本源码已经过商用验证,放心使用。-ucFs CF card in the bottom of transplant function-driven interface, the source has been commercially proven, easy-to-use.
在ucOS下面的webserver中的连续传图片的java代码
- 在ucOS下建立Webserver,内面有网页可以传送动态连续监视画面,本java代码编出来class文件后可以完成此功能-ucOS established in Webserver, inside a web page can be transmitted dynamic continuous surveillance picture, the java class codes out documents to be completed this function
一个多用户多级目录结构文件系统设计与实现
- 课程设计的环境是Linux 操作系统。 设计时可利用Linux 提供的文件管理的功能调用,建立一个模拟的文件系统。基本思想是,在Linux 系统中创建一个较大容量的文件,作为所设计的文件系统的“文件卷”,并利用Linux 系统的功能调用,编写各程序模块。-curriculum design environment is the Linux operating system. The design can use Linux for the document management function
16ucosii
- 在ATmega16芯片上移植的ucosii系统应用,使用ICCAVR编译器。由于ATmega16芯片仅仅有16k的rom和1k的ram,因此这个移植范例中仅使用了系统延时函数来点亮led。-the ATmega16 chip transplant ucosii applications, use ICCAVR compiler. As ATmega16 mere 16k chip rom the 1k and the ram, Therefore, the transplant use only
uCOSii_for_8951_EXT_64k
- uCOS2 for 51系列,已经在SST89E564上测试通过,实验板要求有64K扩展ram,根据原来网上公开版本修改而成,附带提供在C51中利用函数指针带参数传递调用汇编接口例子和一个简单的shell界面-uCOS2 for 51 series, in SST89E564 testing, Experimental board requires 64K ram expansion, according to the original version of the Internet open
UCOSII_unSP
- uCOSII-2.76在sunplus的16位MCU产品SPMC75下的移植代码,包含完整的工程和uCOSII-2.76的源码! SPMC75是一种功能强大的16位MCU,拥有功能强大的多个定时器. 适合电机驱动应用场合. 其定时器功能和TI的TMS320F24xx系列的功能相当.-uCOSII - sunplus 2.76 in the 16-bit MCU products under the SPMC75 transplant code, the project includes a
kill123
- kill 文件包含的内容和具体功能:查杀进程-kill document contains the specific content and function : to detect and disinfect process
Glcd
- 是门禁LED显示程序,其中有许多函数接口程序非常实用,一个不错的程序-is seldom LED display program, many of which function interface procedures are very practical, a good procedure
xltExlt2
- 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Selec
DisplayerEx3
- 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select
yaffs_ucos
- 把将yaffs 移植到 ucos 系统, 为此lwip 中剥离出内存管理函数mem.c 以弥补ucos内存管理函数的不足。-will put yaffs CENTER transplant system, this lwip were removed from the memory management functions mem.c to cover CENTER memory management function deficiencies.
MCS5_uCOC_II
- 移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。
Micrium
- Micrium公司提供的ucos-ii在Atmega128开发板上的移植的cpu相关部分函数-provided by Micrium OUT-ii Atmega128 development board in the transplant cpu relevant parts of the function
uCOS_II_STR710
- uCos操作系统在ST公司的STR710芯片上的移植,使用ADS 1.2编译,包含了核心功能-uCos ST companies operating system in the STR710 chips transplant. the use of ADS 1.2 compiler includes a core function
ucos源码大全
- ucos源码大全,集合了ucos的很多源码和功能-OUT, OUT of the pool of many source and function
s3c44b0xianshiping
- 本程序用于演示LCD的驱动和编程方法 其中包括初始化设置、坐标位置、色彩选定、作图方法等。 运行此程序时,LCD上将显示数个实心圆 如果是彩屏,那么共有8个两两相邻的实心圆,它们的颜色不停的变化,直到256种色彩显示完毕。 其中每个圆的颜色和它的外切正方形的颜色相反,也就是它们的和为256。 实验者可以模仿本程序,编写更多的图形函数。 新的lcd演示程序中加入了灰度屏,(16级),注意lcdtype等于16。-the procedures for
ucos-ii_vc1.0
- uC/IP源代码 2003-08-16[摘][码] 该软件是本人在ucos_ii基础上加上网络功能, 串口调试, 在vc6.0 + masm.611下编译通过, 该软件仅供学习使用。-Phone / IP source code 2003-08-16 [Abstract] [code] is the software I ucos_ ii basis with network function, serial debugging, the compiler under vc6
uCOSiiforS3C44B0x_new
- uC/IP源代码 2003-08-16[摘][码] 该软件是本人在ucos_ii基础上加上网络功能, 串口调试, 在vc6.0 + masm.611下编译通过, 该软件仅供学习使用。-Phone / IP source code 2003-08-16 [Abstract] [code] is the software I ucos_ ii basis with network function, serial debugging, the compiler under vc6
ucos_view_ucos283
- RTOS版本:uCOSII V2.83 OSView版本:uCOS_View 1.10 开发环境:KEIL 编译器:ADS1.2 开发板:EasyARM2200 内部FLASH运行,Bank0=ExFlash Bank1=ExRAM 调试口:Uart0 57600bps 目前在OS_CPU_A.s里的OS_CPU_SR_Save OS_CPU_SR_Restore函数没起作用,功能是开关中断,用仿真器看时会发现根本没关中断,解决办法是切换模式再操作,懒得去看ARM汇编,不
